@charset "utf-8";
/* CSS Document */
body {
	background-color:#fff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #616161;
	text-decoration: none;
}
a:visited {
	color: #616161;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #AB0000;
}
a:active {
	text-decoration: none;
	color: #AB0000;
}
.main {
	background-color:#660000;
}
.main td {
	background-color:#660000;
}
.main img {
	border:none;
	opacity: 0.6;
	padding:20px 10px;
}
td.active {
	background-color:#FFFFFF;
}
body,td,th {
	font-family: Tahoma;
	font-size: 11px;
}
