@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
	background-color: #000000;
	background-image: url(/_images/bg.jpg);
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-attachment: scroll;
	background-position: center top;
}
.box {
	margin-right: 0px;
	margin-bottom: 20px;
	padding: 0px;
	margin-top: 0px;
	margin-left: 0px;
}
.box th {
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../_images/layout/th_bg.jpg);
	background-repeat: repeat-x;
	text-align: left;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding: 5px;
}
.box td {
	background-image: url(../_images/layout/cell_bg.jpg);
	background-repeat: repeat-x;
	padding: 5px;
	height: 100px;
	margin: 0px;
	vertical-align: top;
}
a:link {
	color: #0066CC;
}
a:visited {
	color: #0066CC;
}
a:hover {
	color: #0066CC;
}
a:active {
	color: #0066CC;
}
