body, table, p {
	font-family: Arial, Sans Serif;
	font-size: 10pt;
	}

.small {
	font-size:	9pt;
}
	
a, a:link, a:visited   {
	color:				#336699;
	text-decoration:	none;
	font-weight:		bold;
}

a:active, a:hover {
	color:				#d92610;
	text-decoration:	underline;
}


	
H2 {
	font-size: 		14pt;
	font-weight:	bold;
}
	
ul {
	margin-top:		0px;
	margin-bottom:	0px;
}

.backcolor {
	background-color: #CDCDCD;
}

.framecolor {
	background-color: #3D3D3D;
}

.white {
	background-color: white;
}

.nav {
	background-color: #0C419A;
}

.unselectednav {
	background-color: #BFC8E4;
}

.selectednav {
	background-color: #FFFA94;
}

.breadcrumbs {
	font-size: 9pt;
}

.breadcrumbs a, .breadcrumbs a:link, .breadcrumbs a:visited {
	font-size: 			9pt;
	color: 				#0C419A;
	text-decoration:	underline;
	font-weight:		normal;
}

.breadcrumbs a:active, .breadcrumbs a:hover {
	color: 				#AC0000;
	text-decoration: 	underline;
	background-color: 	#fffa94;
	font-weight:		normal;
}

.subnav {
	left-margin: 10px;
}

.subnav a, .subnav a:link, .subnav a:visited {
	font-size: 			9pt;
	color:				#0C419A;
	text-decoration:	none;
	font-weight:		normal;
}

.subnav a:active, .subnav a:hover {
	color:				#AC0000;
	text-decoration:	underline;
	font-weight:		normal;
}

.selectedsubnav {
	font-size: 9pt;
	color:gray;
	font-weight:	normal;
}

.banner {
	background-color:	#B9C2DE;
	color:				black;
	font-weight:		bold;
}