/* CSS Document */
body, table {
	font-family: "Times New Roman", Times, serif; 
	font-size: 12px;
	color: #333333;
}

a:link {
	color: #FF0033;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF0033;
}
a:hover {
	text-decoration: none;
	color: #0099FF;
}
a:active {
	text-decoration: none;
	color: #FF0033;
}
.pagetitle { 
	font-size: 24px; 
	color: #0099FF; 
}
