/* CSS Document */
body {
	background-color: #5B5D72;
	margin-top: 0px;
}
body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 13px;
	color: #FFFFFF;
}
a:link {
	color: #FFCC00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #BBBBBB;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}