@charset "utf-8";
body {
	background: #666666;
	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: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #5A5555;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	
}
.oneColElsCtr #container {
	width: 800px;
	background: #2d2b2b;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

a:link {color: #96C; text-decoration: none}
a:visited {
	color: #A0CC75;
	text-decoration: none;
}
a:hover {
	color: #C96;
	text-decoration: none;
}
a:active {
	color: #F93;
	text-decoration: none;
}
.oneColElsCtr #Table_01 {
	color: #c2c2c2;
}
.oneColElsCtr #Table_01 tr td {
	font-size: 100%;
	color: #c2c2c2;
}
p.little /* small text above spiralstone banner*/
{
	color: #2D2B2B;
	font-size:8px;
	text-decoration: none;
	padding: 0px;
	margin: 0;
}
p.thetext
{
	text-align:left;
	margin: 0;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
