/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
}
a:link {
	color:#003366;
}
a:visited {
	color:#003366;
}
a:hover {
	color:#003366;
	text-decoration:none;
}
.heading {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:900;
	font-size:24px;
	text-align:left;	
}
.whitetext {
	color:#FFFFFF;
	background-color:#333333;
}
.graybg {
	background-color:#CCCCCC;
}