html
{
	margin: 0;
	padding: 0;
}

body
{
	background-color: #000000;
	margin: 0;
	padding: 0;
}

td.content { padding: 10px; }

.content
{
	font-family: Verdana, sans-serif;
	font-size: .8em;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-align: left;
}

.content .datehead
{
	color: #FF6600;
	font-weight: bold;
}

.content a
{
	color: #FF6600;
	text-decoration: none;
}

.content a:hover { text-decoration: underline; }
.content h1 { font-size: 2.2em; }
.content h1, .content h2, .content h3 { font-family: Georgia, serif; }
.content h1 { color: #FF6600; }
.content h2 { color: #CC9933; }
.content h3 { color: #CCCC99; }

.content select, .content input, .content textarea
{
	font-family: Verdana, sans-serif;
	font-size: .9em;
	font-weight: bold;
	margin: 2px 0px 0px 0px;
	padding: 1px;
	color: #FFFFFF;
	background-color: #FF6600;
}

.content select option { background-color: #FF6600; }

th.content
{
	font-size: 1em;
	font-weight: bold;
	color: #FF6600;
	border-bottom: 1px solid white;
}

.prodHead
{
	background-color: #FF6600;
	color: #FFFFFF;
	font-family: Georgia, serif;
	font-size: 1.2em;
	font-weight: bold;
}

.prodhead span.title { padding: 3px; }

.header
{
	font-family: Georgia, serif;
	font-size: .75em;
	font-weight: bold;
	color: #000000;
	text-align: left;
}

.footer
{
	position: relative;
	font-family: Verdana, sans-serif;
	font-size: .7em;
	text-align: center;
	color: #FF6600;
}

.footer a
{
	color: #FF6600;
	text-decoration: none;
}

.footer a:hover { text-decoration: underline; }

.footer hr
{
	width: 800px;
	color: #FF6600;
	padding: 0;
	border-style: solid;
	background-color: #FF6600;
}
