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

.bodyText{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #304899;
	font-weight: normal;
}
.Header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #304899;
	font-weight: bold;
}
.smallBodyText{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #304899;
	font-weight: normal;
}
a:link {
	color: #4157A1;
	text-decoration: none;
}
a:visited {
	color: #4157A1;
	text-decoration: none;
}
a:hover {
	color: #4157A1;
	text-decoration: underline;
}
a:active {
	color: #4157A1;
	text-decoration: none;
}