/* CSS Document */
a:link {
text-decoration:none;
color:#000000;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
}
body {
	background-color: #FFFFFF;
	margin-top: 0px;
}
body,td,th {
	color: #000000;
}