/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px 0px 0px 0px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	TEXT-ALIGN: left
}
P {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
H1 {
	font-size: 120%;
	font-weight: bold;
	color: #2B6895;
	border-bottom: 1px solid #2B6895;
	text-align: left;
}
H2 {
	font-size: 150%;
	font-weight: bold;
	color: #2B6895;
	text-align: left;
}
A:link {text-decoration: underline; color: #2B6895;}

A:hover {text-decoration: none; color: #102636;}

A:visited {text-decoration: underline; color: #2B6895;} 

.indent1 {
	margin-left: 20px;
	text-align: left;
}

.indent2 {
	margin-left: 25px;
	text-align: left;
}

.topnav {
	FONT-WEIGHT: bold; FONT-SIZE: 12px;
	color: #666;
}
.topnav a:link, .topnav a:visited  {
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	color: #666;
	text-decoration: none;
}
.topnav a:hover {
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	color: #fff;
	text-decoration: none;
}
/* ------------------------------------------------ */
.navigation {
	margin-left: 10px;
	position: relative;
	}
.navigation UL {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
}
.navigation UL LI {
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
}
.navigation UL LI A, .navigation UL LI A:visited {
	font: normal 11px/15px Arial, Helvetica, sans-serif;
	MARGIN: 0;
	FONT-WEIGHT: bold;
	HEIGHT: 30px;
	TEXT-ALIGN: LEFT;
	text-decoration: none;
	color: #26284A;
	padding: 3px 6px 2px 6px;
	}
.navigation UL LI A:hover {
	background: #2B6895;
	COLOR: #fff;
	MARGIN: 0px;
	height: 32px;
}
.navigation #currentpage a {
	background: #fff;
	color: #26284A;
	margin: 0;
	height: 32px;
	}
/* ------------------------------------------------ */



