/* CSS Document */

body,td,th {
	font-family: Trebuchet MS, Verdana, sans-serif, Times New Roman;
	font-size: 11px;
	color: #333333;
}
body {
	background-color: #CCCCCC;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
H1 {
	font-family: Trebuchet MS, Verdana, sans-serif, Times New Roman;
	font-size: 14px;
	color: #FF9900;
}
.White	{
	color: #FFFFFF;
}
a {
	color: #57A657;
	text-decoration: none;
}
a:hover {
	color: #999999;
}
a.whitelink {
	color: #FFFFFF;
	text-decoration: none;
}
a.whitelink:hover {
	color: #000000;
}
.Blue {
	color: #0066FF;
}