@charset "utf-8";
/* CSS Document */

BODY {
	text-align: center;
	}
body {
	background: #FFFFFF url(../images/back_main01.jpg) repeat-x top;
	margin:0;
	padding:0;
	}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 1.5;
	}
a:link {
	color: #0072BC;
	text-decoration: none;
	}
a:visited {
	text-decoration: none;
	}
a:active {
	text-decoration: none;
	}
a:hover {
	color: #B3B300;
	text-decoration: underline;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
h1 {
	font-size: 18px;
	color: #CC3300;
	margin: 0 0 10px 0;
	line-height: 1;
	}
	
h2 {
	font-size: 14px;
	color: #336699;
	padding: 5px 0 0 0 ;
	line-height: 1;
	}
h3 {
	font-size: 14px;
	color: #404040;
	margin: 0px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	}
h4 {
	font-size: 12px;
	color: #006694;
	}
p { 
	margin: 10px 0 5px 0;
}

ul {
		
}

/* Side Nav */

#sidenav li{
	border-bottom: 0px dotted #CCCCCC;
	padding:2px 0px;
	background-position: left;
	list-style-image: url(../graphics/bullet_greenarrow.gif);
	text-align: left;
	height: 1%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	
}
#sidenav li a{
	color: #000000;
	text-decoration: none;
}
#sidenav li a:hover{
	color: #B3B300;
	text-decoration: underline; 
}

.highlight{
	font-size: 11px;
	font-weight: bold;
	}
	
.highlight a{
	color: #ff0000;
	}
	
.highlight a:hover{
	color: #ff0000;
	}



.maintext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.bluehighlight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #336699;
}
.greyhighlight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}
.redlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #990033;
	font-weight: bold;

}
.blacklink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	text-decoration: underline;
}

.red-highlight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC3300;
}
.blackhighlight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.bluehighlight2 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #006699;
}
.limelink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #B9B900;
	text-decoration: underline;
	font-weight: bold;

}


