@charset "utf-8";
/* CSS Document */
html {scrollbar-base-color:#000000;}
body {
	font: 100% Helvetica, Verdana, Arial, sans-serif;
	background: #000000;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background-color: #000000;
}
.oneColElsCtr #container {
	width: 46em;
	background:  #000000;
	margin: 0 auto;
	border: 2px medium solid outset #666666;
	text-align: left;
}
.oneColElsCtr #mainContent {
	padding: 0 20px;
}
body, td, th {
	font-size: small;
	color: #CCCCCC;
}
a {
	font-family: Helvetica, Arial, sans-serif;
	font-size: medium;
	color: #FF6600;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #336699;
}
a:hover {
	text-decoration: underline;
	color: #339900;
}
a:active {
	text-decoration: none;
	color: #990033;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Chaucer, Lucida Handwriting, TypoUpright BT, Arial;
}
h1 {
	font-size: x-large;
	color: #006600;
}
h2 {
	font-size: large;
	color: #339900;
}
h3 {
	font-size: large;
	color: #FF9900;
}
.style2 {color: #99CC66}