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

body,td,th {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9px;
	color: #e3e3e3;
}
body {
	background-color: #232323;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	font-size: 9px;
	color: #e3e3e3;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #e3e3e3;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #e3e3e3;
}
img {
	padding-bottom:auto;
	padding-top: 10px;
	padding-left:10px;
	padding-right:10px;
}

h1 {
	font-size:10px;
	font-weight:bold;
}

#container {
	width: 902px;
	height:auto;
	margin-bottom:15px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 70px;
	background-color: #e3e3e3;
	padding-bottom:10px;
}

#footer {
	width: 902px;
	height:auto;
	margin-bottom:25px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 70px;
	background-color: #232323;
	padding-bottom:10px;
	padding-top:10px;
	text-align:center;

}
