a, a:link {
	color : #333333;
	text-decoration : underline;
}

a:visited {
	color : #333333;
	text-decoration : underline;
}

a:active, a:focus {
	color : #FFFFFF;
	text-decoration : none;
}

a:hover {
	color : #333333;
	text-decoration : none;
}

body {
	background-color : #99AFC1;
	color : #333333;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10pt;
}

input, textarea {
	background-color : #829EB4;
	border : 1px solid #333333;
	color : #FFFFFF;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10pt;
}

td {
	color : 99AFC1;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10pt;
}
