/* CSS Document */

body {
	background-color: #D6C58F;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight:bold;
}

a:link {
	color:#446D8C;
	text-decoration:none;
}

a:active {
	color:#446D8C;
	text-decoration:underline;
}

a:hover {
	color:#446D8C;
	text-decoration:underline;
}

a:visited {
	color:#446D8C;
	text-decoration:none;
}