﻿html {
	height: 100%;	
}
body {
	height: 100%;
	margin: 0px;
	color: #ffffff;
	background-color: #000000;
}
body, td, p {
	font: 8pt/16pt georgia;
}
#content 
{
	position: relative;
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	min-height: 100%;
	margin-bottom: 40px;
}
* html #content {
	height: 100%;
}
.lbl {
	font-style: italic;
	font-weight: bold;
	font-size: 10pt;
}
.dSection {
	margin-bottom: 10px;
}
#footer {
	position: relative;
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	margin-top: -30px;
	border-top: solid 1px #333333;
	font-size: 0.9em;
	color: #808080;	
}
a {
	color: #009900;
}
a:visited {
	color: #006600;
}
a:active {
	color: #009900;
}
a:hover {
	color: #009900;
	text-decoration: none;
}
