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

body {
	font: 70% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #dddddd;
	background-color: #000000;
	margin-right: 20px;
	margin-bottom: 0px;
}
.oneColElsCtr #container {
	width: 900px;
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #666666;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

a:link {
	color: #eeeeee;
}
a:visited {
	color: #dddddd;
}
a:hover {
	color: #dddddd;
}
a:active {
	color: #dddddd;
	}
.style1 {
	font-size: 100%;
	color: #ffffff;
	font-weight: bold;
}list {
	list-style-type: none;
}
.style2 {color: #FFFFFF}
.style2 a {color: #FFFFFF}
.style8 {font-size: 8pt}
.style9 {font-family: Geneva, Arial, Helvetica, sans-serif}

