a:link {
	color: #333333;
	text-decoration: underline;

}

a:visited {
	color: #333333;
	text-decoration: underline;

}

a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #333333;

}

a:active {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #333333;

}

.bodyText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333333;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #188db0;
}
