/* CSS Document */

body{
	background-color: #f1f1f1;
	line-height: 1.4em; /* set to normal if they don't like the spacing between lines */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #333333; 
	margin-top: 2px;
	margin-right: 10px;
	margin-left: 10px;

}

.nav {
	font-size: 85%;
	font-weight:bold;
	text-decoration:none;
	color: #666666; 
}

.navRed {
	font-size: 85%;
	font-weight:bold;
	text-decoration:none;
	color: #990000; 
}

.footer{
	text-align:right;
	color: #666666;
	font-size: 12px;
	text-decoration:none;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: #990000; 
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #990000; 
}

.bread{
	text-align:right;
	color: #666666;
	font-size: 85%;
}

#video_help {
	font-size: 11px; 
	border: 1px solid #e7e7e7; 
	background: #f6f6f6; padding: 8px;
}

.bold {
	font-weight:bold;
}

.style1 {
	color: #990000;
	font-weight: bold;
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
}

.smallText{
	font-size: 80%;
}

.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #990000; 
}