body {
	background-color: #000000;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
a:link {
		color: #B0A255;
		font-weight: bold;
		text-decoration:none;
}

a:visited {
		color: #B0A255;
		font-weight: bold;
		text-decoration:none;
}
a:hover {
		color: #B0A255;
		text-decoration:none;
		font-weight: bold;
}
.content {
	padding: 6px 20px 0px 20px;
	}
	
.lighttext {
	color: #ffffff;
	font-weight:bold;
}

.lighttext a:link{
		color: #B0A255;
		font-weight: bold;
		text-decoration:none;
}
.lighttext a:hover{
		color: #B0A255;
		font-weight: bold;
		text-decoration:none;
}
.lighttext a:visited{
		color: #B0A255;
		font-weight: bold;
		text-decoration:none;
}
.lighttext a:active{
		color: #B0A255;
		font-weight: bold;
		text-decoration:none;
}


.footer {
	
	color: #ffffff;
	font-size: 10px;
	text-align:center;
}

.footer a:link, .footer a:hover, .footer a:visited {
		color: #ffffff;
		font-weight: normal;
}

.small{
	color: #ffffff;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	color: #A00300;
	font-family:Georgia, "Times New Roman", Times, serif; 
	font-size:18px;
	font-weight: normal;
	display:block;
	padding:10px;
	border-bottom: 1px dotted #3a3a3a;
	border-top: 1px dotted #3a3a3a;
	text-align:center;
	text-transform:capitalize;
	}

table.sortable {
border:1px;
border-style:solid;
border-color:#3a3a3a;
border-collapse: collapse;
}
table.sortable th, table.sortable td {
	text-align: left;
	padding: 2px 4px 2px 4px;
	border-style: solid;
	border-color: #3a3a3a;
}
table.sortable th {
	border-width: 0px 1px 1px 1px;
	color: #ffffff;
	font-weight:bold;
	background-color: #323232;
}
table.sortable td {
	border-width: 0px 1px 1px 1px;
}
table.sortable tr.odd td {
	background-color: #000000;
}
table.sortable tr.even td {
	background-color: #232323;
}
table.sortable tr.sortbottom td {
	border-top: 1px solid #3a3a3a;
	background-color: #000000;
	font-weight: bold;
}
