/* CSS Document */


<!--
body {
	background-color: #666666;
	
}
body, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px; 
	color: #003366;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #003366;
	text-decoration: none;
}
a:active {
	color: #003366;
	text-decoration: none;
}

.style2 {
	font-size: 14px;
	font-weight: bold;
	color: #003366;
}
.style4 {font-size: 18px}
.style5 {
	font-size: 14px;
	color: #003366;
}
.style6 {
	color: #003366;
	font-weight: bold;
}
.style7 {
	font-size: 11px;
	font-weight: bold;
}
.style8 {color: #FFFFFF;}
.style9 {font-size: 12px; }
 

.style10 {color:#000000;
background-color:#4066FF;
}
.style11 {font-size: xx-large}
.style12 {font-size: x-large}
/************** header tag styles **************/

h1{
 font: bold 120% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 114% Arial,sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

/**********diagram links*******/
#Links2{
	margin: 0px;
	padding: 0px;

}

#Links2 h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#Links2 a:link, #Links2 a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image: url(bg_nav.jpg);
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #0000CC;
}


#Links2 a:hover{
	border-top: 1px solid #cccccc;
	background-color: #999999;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
	color:#FFFFFF;
}

#Links3 a:link{
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #FFFFFF;

	
}
#Links3 a:visited {
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #FFFF00;	
	text-decoration: underline;
	}