a:active {
	text-decoration: none;
	color: #000099;
}
a:hover {
	font-weight: bold;
	color: #000099;
	text-decoration: none;
}
a:link {
	text-decoration: none;
	color: #000099;
}
a:visited {
	color: #000099;
	text-decoration: none;
}
body {
	color: #000000;
	background-color: #FFFFFF;
	margin: 0px 0px 10px 0px;
        font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

		
#topheader {
	top: 0px;
}

#rightpane {
	position: absolute;
	top: 75px;
	left: 200px;
}

.secheader tr, .secheader td {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 12pt;
	background: #000099;
	color: #FFFFFF;
}




#leftpane {
	position: absolute;
	top: 75px;
	width: 195px;
	left: 0px;
}
