/* CSS Document */


body,td,th {
	font-family: Courier New, Courier, mono;
	color: #000000;
	font-size: 13px;
}
body {
	background-color: #FFFFFF;
	margin-left: 18px;
	margin-top: 18px;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #00ccff;
}
a:active {
	text-decoration: none;
	color: #000000;
}

