@charset "utf-8";
/* CSS Document */

.body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	background-color: #000000;
	color: #FFFFFF;
	margin-left:auto;
	margin-right:auto;
}
a:link {
	color: #A10101;
}
#content #Main img {
	margin-left:auto;
	margin-right:auto;
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
}

#content {		/*consider it as 920, 3px pad for the IE6 bug*/
	margin-top:0px;
	margin-bottom:0px;
	top: 0px;
	left: 50%;
	margin-left: -400px; /* - (width/2)  */
	position: relative;
	width: 800px;
	margin-right:auto;
	position: relative;
}

#header {
	width:800px;
	float:left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#content #footer {
	width: 800px;
	background-color: #000000;
	color: #A10101;
	float: none;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
#content #Main {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
#content #Main h1 {
	font-size: 24px;
	color: #FFFFFF;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #A10101;
}
#content #Main table {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: auto;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

