/*
##############
DEFAULT STYLES
##############
*/


/*
###################
NAVIGATIONAL STYLES
###################
*/

a, a:link, a:visited, a:active {  color: #000000}
a:hover {  color: #999999}

.toplinks {
	padding-right: 7px;
	padding-top: 7px
}
.toplinks a, .toplinks a:link, .toplinks a:visited, .toplinks a:active {  color: #666666; text-decoration: none}
.toplinks a:hover {  color: #000000; text-decoration: none}



.returnto {
}
.returnto a, .toplinks a:link, .returnto a:visited, .returnto a:active {  color: #666666; text-decoration: none}
.returnto a:hover {  color: #000000; text-decoration: none}



.sidenav { 
	color: #FFFFFF; 
	background-color: #000033;
	height: 15px;
	padding-left: 4px;
	padding-right: 4px;
}
.sidenav a, .sidenav a:link, .sidenav a:visited, .sidenav a:active { color: #FFFFFF; text-decoration: none}
.sidenav a:hover { background-color: #000066; color: #FFFFFF; text-decoration: none}
.sidenav:hover { background-color: #000066; color: #FFFFFF; text-decoration: none}

f
.sidenav2 { 
	color: #000000; 
	background-color: #FDBC26;
	height: 15px;
	padding-left: 3px;
	padding-right: 3px;
}
.sidenav2 a, .sidenav2 a:link, .sidenav2 a:visited, .sidenav2 a:active {  color: #000000; text-decoration: none}
.sidenav2 a:hover {  color: #000099; text-decoration: underline}



.sidenav2 { 
	color: #000000; 
	background-color: #FDBC26;
	height: 20px;
	padding-left: 10px;
}
.sidenav2 a, .sidenav2 a:link, .sidenav2 a:visited, .sidenav2 a:active {  color: #000000; text-decoration: none}
.sidenav2 a:hover {  color: #000099; text-decoration: underline}




.orangenav { 
	font-size: 10pt;
}
.orangenav a, .orangenav a:link, .orangenav a:visited, .orangenav a:active {font: bold;  color: #FDB817; text-decoration: none}
.orangenav a:hover {font: bold;  color: #FF6666; text-decoration: none}


.sidesubsubnav { 
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #000000; 
	background-color: #E1E1E1;
	height: 10px;
	padding-left: 20px;
}
.sidesubsubnav a, .sidesubsubnav a:link, .sidesubsubnav a:visited, .sidesubsubnav a:active {  color: #000000; text-decoration: none}
.sidesubsubnav a:hover {  color: #999999; text-decoration: none}


.sidesubsubsubnav { 
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #000000; 
	background-color: #EFEFEF;
	height: 10px;
	padding-left: 25px;
}
.sidesubsubsubnav a, .sidesubsubsubnav a:link, .sidesubsubsubnav a:visited, .sidesubsubsubnav a:active {  color: #000000; text-decoration: none}
.sidesubsubsubnav a:hover {  color: #999999; text-decoration: none}


.sidesubsubsubsubnav { 
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #000000; 
	background-color: #F6F6F6;
	height: 10px;
	padding-left: 30px;
}
.sidesubsubsubsubnav a, .sidesubsubsubsubnav a:link, .sidesubsubsubsubnav a:visited, .sidesubsubsubsubnav a:active {  color: #000000; text-decoration: none}
.sidesubsubsubsubnav a:hover {  color: #999999; text-decoration: none}



.history {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #999999;
}
.history a, .history a:link, .history a:visited, .history a:active { color: #777777; text-decoration: none}
.history a:hover { color: #660000; text-decoration: none}

.subnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #660000;
	padding-top: 2px;
	padding-bottom: 4px;
}
.subnav a, .subnav a:link, .subnav a:visited, .subnav a:active {  color: #660000; text-decoration: none}
.subnav a:hover {  color: #777777; text-decoration: none}


/*
#################
OTHER DEFINITIONS
#################
*/

.title {
	font-family: "Times New Roman", Times, serif;
	font-size: 24pt;
	color: #660000;
	padding-top: 12px;
	padding-bottom: 13px;
}

.main {
	/*text-align: justify;*/
}

.red {  color: #660000; }
.red a, .red a:link, .red a:visited, .red a:active {  color: #660000; text-decoration: none}
.red a:hover {  color: #666666; text-decoration: underline}

.anchors {  color: #777777}
.anchors a, .anchors a:link, .anchors a:visited, .anchors a:active {  color: #777777; text-decoration: none}
.anchors a:hover {  color: #660000; text-decoration: underline}

.dgrey {  color: #999999}
.lgrey {  color: #CCCCCC}

.dgreyback {  background-color: #999999}
.lgreyback {  background-color: #CCCCCC}
.redback {  background-color: #996666}
.calback {  background-color: #EEEEEE}

.normal {  
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	scrollbar-face-color: #999999;
	scrollbar-shadow-color: #999999;
	scrollbar-highlight-color: #999999;
	scrollbar-3dlight-color: #999999;
	scrollbar-darkshadow-color: #999999;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #FFFFFF
}