@charset "UTF-8";
/* CSS Document */

<style type="text/css">
<!--

.navigation:link, .navigation:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bolder;
	color: #000000;
	display: inline;
	padding: 8px 20px 8px 20px;
	text-decoration: none;
	text-align: center;
}

.navigation:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bolder;
	color: #0066CC;
	display: inline;
	padding: 8px 20px 8px 20px;
	text-decoration: underline;
	background-color: #E6E8E9;
}
.footer:link, .footer:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #660000;
	display: inline;
	padding: 8px 10px 8px 10px;
	text-decoration: none;
	text-align: center;
	}
.footer:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #0000FF;
	display: inline;
	padding: 8px 10px 8px 10px;
	text-decoration: underline;
	text-align: center;
}
.bodylink:link, .bodylink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #660000;
	display: inline;
	text-decoration: underline;
	
	}
.bodylink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #0000FF;
	display: inline;
	text-decoration: underline;
	
}
.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 24px;
	font-weight: bold;
	color: #990000;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.bodycopy {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: left;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: center;
	border-bottom: 15px;
}
a:link {
	color: #009445;
}
a:visited {

	color: #666666;
}
.subhead {
	color: #000033;
	font-size: 14px;
	font-weight: bold;
}
.copycenter {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
-->
</style>