/* CSS Document */

body {
	background-color: #2F3080;
	margin-left: 0px;
	margin-top: 0px;
}
body,td,th {
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #FFFFFF;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FF9900;
	text-decoration: underline;
}
a {
	font-weight: bold;
}
a:active {
	text-decoration: none;
}