@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #000;
	margin-top: 0;
	margin-bottom: 0;
}
#container {
	height: auto;
	width: 960px;
	border: 2px solid #666;
	margin-right: auto;
	margin-left: auto;
}

a,  a:link, a:visited {
  color: #a6bbfe;
  font-size: 12px;
  font-weight:bold;
  line-height: 14px;
  text-decoration: underline;
	font-weight: normal;
}
a:hover {
	color: #F00;
	font-size: 12px;
	font-weight:bold;
	text-decoration: underline;
#mainContent {
}
#header {
	height: 300px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#mainContent {
	float: none;
	height: auto;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
	text-align: justify;
}

#footer {
	height: auto;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #666;
}
#container #mainContent table tr td {
	text-align: left;
	color: #CCC;
}
#container #mainContent table {
	text-align: left;
}
