/* CSS Document */
body {
	margin-left: 42px;
	margin-top: 42px;
	background-color:#838383;
}
body,td,th {
	font-family: "Monaco",Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #ffffff;
}
a:active {
	text-decoration: none;
	color: #000000;
}
.highlight{
	color: #ffffff;
}
.maintitle{
	font-family: "Helvetica", sans-serif, Verdana, Arial;
	color:#ffffff;
	font-weight:bolder;
	font-size:22px;
}
.sp_link {
	text-decoration: none;
	color: #000000;
}