@charset "utf-8";
/* CSS Document */

body {
	background-color: #0b0b0b;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#FFFFFF;
}
a:link {
		font-size: 14px;
		color: #fee9b9;
		text-decoration: none; }
a:visited {
		font-size: 14px;
		color: #fee9b9; 
		text-decoration: none; }
a:hover {
		font-size: 14px;
		color: #2b4742;
		text-decoration: underline; }
div.container
{
width:956px;
margin:0px auto;
border:0px solid gray;
}
div.header
{
padding:0em;
color: #FFFFFF;
background-color: #0b0b0b;
clear:left;
}
div.footer
{
padding:0.5em;
color:white;
background-color: #0b0b0b;
clear:left;
}
div.left
{
float:left;
width:440px;
margin:0;
padding:1em;
}
div.content
{
margin-left:470px;
border-left:0px solid gray;
padding:1em;
}
.white {
COLOR: #ffffff;
FONT-FAMILY: Georgia, "Times New Roman", Times, serif;
FONT-SIZE: 8pt;
FONT-WEIGHT: bold
}
.medwhite {
COLOR: #ffffff;
FONT-FAMILY: Georgia, "Times New Roman", Times, serif;
FONT-SIZE: 11pt;
FONT-WEIGHT: bold
}
table.one
{
table-layout: automatic
}