/* CSS Document */

<style type="text/css">

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0D265C;
	background-color: #666666;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	top: 0px;
}
.borderright {
	background-color: #CCCCCC;
	border-right-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #8aa6d6;
	padding:3px;
}
.title {
	font-size:14px;
	font-weight:bold;
	
	}
	
	.subhead {
		font-size:14px;
	font-weight:bold;
	padding:2px;
	width:90%;
	background-color:#f0f0f0;
	}
	
.mkt {
	background-color:#FFFFFF;	
	border: 1px solid #0D265C;
}

.white {
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	}

.footer {
	font-size:10px;
	color:#FFFFFF;
}
	
A:LINK, A:VISITED, A:ACTIVE {color: #0D265C; text-decoration: underline}
A:HOVER {color: #333333; text-decoration: none}

#footer A:LINK, #footer A:VISITED, #footer A:ACTIVE {color: #ffffff; text-decoration: underline}
#footer A:HOVER {color: #999999; text-decoration: none}

td.ltgray {background-color: #CCCCCC;}
	td.dkgray {background-color: #999999;}
	table.gray {border: solid 1px #CCCCCC;}
	hr.gray {color: #CCCCCC;}

</style>
