/* CSS Document */
a {
font-size: 12px;
text-decoration: underline;
font-weight:bold;
color:#000000;
}
a:visited {
font-size: 12px;
text-decoration: underline;
font-weight:bold;
color: #000000;
}
a:hover {
font-size: 12px;
text-decoration: none;
font-weight:bold;
color: #01275E;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #596F8C;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #01275E;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #01275E;
	line-height:16px;
}
a.footer {
font-size: 11px;
text-decoration: none;
font-weight:normal;
color: #01275E;
}
a.footer:visited {
font-size: 11px;
text-decoration: none;
color: #01275E;
font-weight:normal;
}
a.footer:hover {
font-size: 11px;
text-decoration: underline;
color: #01275E;
font-weight:normal;
}