body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	text-align:center;
}
.copyright {
	font-size: 9px;
	color: #666666;
	text-align: right;
	vertical-align: top;
	height: 30px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.copyright a{
	color: #666666;
	text-decoration:none;
}

.copyright a:hover{
	color: #cccccc;
}

.maintable {
	height: 100%;
	width: 900px;
	clear: none;
	float: none;
}

.grayline {
	background-color: #3E3E3E;
	height: 1px;
}
.topnav {
	font-size: 10px;
	font-weight: bold;
	color: #888888;
	vertical-align: bottom;
	padding-bottom: 10px;
}
.content {
	font-size: 9px;
	line-height: 14px;
	color: #CCCCCC;
	text-align: left;
}

.highlight {
	background-color: #666666;
}

.button {
	background-color: #cc0000;
	color:#FFFFFF;
	font-weight: bold;
	padding: 3px;
}

.topnav span {
	color: #000000;
	background-color: #CC0000;
	margin: 3px;
	padding: 3px;
	float: none;
	clear: none;
	white-space: normal;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
.content ul {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}
.content li {
	list-style-type: none;
	list-style-position: outside;
	background-image: url(../images/pointer.gif);
	background-repeat: no-repeat;
	background-position: left 10px;
	margin: 0px;
	padding: 3px 10px 3px 10px;
}

.content p {
	margin-bottom: 14px;
	margin-top: 0px;
}

h1 {
	font-size: 9px;
	font-weight: bold;
	color: #A30000;
	background-image: url(../images/arrow_red.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 11px;
	text-align: left;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
}


.subhead {
	font-size: 9px;
	font-weight: bold;
	color: #A30000;
	background-image: url(../images/arrow_red.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 11px;
	text-align: left;
}
.biggap {
	height: 20px;
}
.content a {
	color: #CCCCCC;
	text-decoration: underline;
}
.content a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}


.smallgap {
	height: 8px;
}
.sidetxt {
	font-size: 9px;
	color: #737373;
	line-height: 14px;
	text-align: left;
}

.sidetxt ul {
	margin: 0px;
	padding: 0px;
}

.sidetxt li {
	list-style-type: none;
	list-style-position: outside;
	background-image: url(../images/pointer.gif);
	background-repeat: no-repeat;
	background-position: left 7px;
	margin: 0px;
	padding: 0px 0px 4px 10px;
}

.sidetxt a {
	text-decoration: none;
	padding-left: 0px;
	color: #737373;
}
.sidetxt a:hover {
	color: #CCCCCC;
}


.topnav a {
	color: #888888;
	text-decoration: none;
	margin-left: 30px;
}
.topnav a:hover {
	color: #CC0000;
	text-decoration: none;
}
.title {
	font-size: 11px;
	font-weight: bold;
	color: #CCCCCC;
	text-align: left;
}
.title span {
	font-style: italic;
	font-weight: normal;
}
.bg {
	background-repeat: no-repeat;
}
input {
	font-size: 9px;
	color: #CCCCCC;
	background-color: #000000;
	border: 1px solid #820000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
textarea {
	font-size: 9px;
	color: #CCCCCC;
	background-color: #000000;
	border: 1px solid #820000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.bgRight {
	background-repeat: no-repeat;
	background-position: right;
}
