.menu:link {color: #FF5B00; text-decoration:none;}
.menu:visited {color:#FF5B00; text-decoration:none;}
.menu:active { color:#8B0000; text-decoration: none; }
.menu:hover { color:#8B0000; text-decoration: underline; }
a:link img {border: 0px solid;}
a:active img {border: 0px solid;}
a:visited img {border: 0px solid;}
a:hover img {border: 0px solid;}
body {
margin: 0px 0px 0px 0px;
font-family: "arial";
color:#fff;
font-size:14px;
background-color:#282828;
	}
b.head {
	font-size:16px;
	}
table {
	font-size:14px;
	}
table.content {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color:#555854 #555854 #555854 #555854;
	background-color:#181818;
	border-collapse: collapse;
	}
tr {
	border-color:#606060 #606060 #606060 #606060;
	}
td {
	border-color:#606060 #606060 #606060 #606060;
	}
tr.sub {
	border-width: 0px 0px 0px 0px;
	border-spacing: 0px;
	border-padding: 0px;
	border-style: none none none none;
	background-color:#282828;
	}
A:link { color:#727870; text-decoration: none; }
A:visited { color:#727870; text-decoration: none; }
A:active { color:#8B0000; text-decoration: none; }
A:hover { color:#8B0000; text-decoration: underline; }
p {padding-left: 20px; padding-right: 20px; padding-bottom: 0px; padding-top: 0px; }
h2 {padding: 20; }

#leftindexcol {
	float: left;
	width: 50%;
	text-align: center;
	}
	
#rightindexcol {
	float: right;
	width: 50%;
	text-align: center;
	}