@charset "UTF-8";
.mainText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}
.Header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #205283;
}
A:link {
	text-decoration: none;
	color: #0000CC;
	font-weight: bold;
	border:0px;
}
A:visited {
	text-decoration: none;
	color: #0000CC;
	border:0px;
	font-weight: bold;
}
A:active {text-decoration: none}
A:hover {
	text-decoration: underline;
	color: #003399;
}	
