body {
 margin : 0;
 padding : 0;
 background-color : #ffffff;
 color : #000000;
 }
 p, ul, ol, li {
 font : 10pt Arial,geneva,helvetica;
 }
 h1 {
 font : bold 14pt Arial, Helvetica, geneva;
 }
 h2 {
 font : bold 12pt Arial, Helvetica, geneva;
 }
 #header {
 position : fixed;
 width : 100%;
 height : 50px;
 top : 0;
 right : 0;
 bottom : auto;
 border-bottom : 2px solid #cccccc;
 }
 #leftnavigation {
 position : fixed;
 height : auto;
 top : 50px;
 left : 0;
 width : 150px;
 margin : 0px 0px 0px 10px;
 color : #000000;
 padding : 0px;
 overflow : auto;
 }
 #content {
 position : fixed;
 top : 50px;
 bottom : 50px;
 margin : 0px 0px 0px 165px;
 width : auto;
 height : auto;
 padding-left : 5px;
 padding-right : 12px;
 color : #000000;
 border-left : 2px solid #cccccc;
 overflow : auto;
 }
 #content h1, #content h2 {
 color : #cc0000;
 }
 #footer {
 position: fixed;
 width: 100%;
 height: 50px;
 top: auto;
 right: 0;
 bottom: 0;
 margin-left : 10px;
 border-top : 2px solid #cccccc;
 }
.tborder
{
	background: #C6B897;
}
td
{
	font-size: 10pt;
}
.alt1
{
	background: #F1ECE1;
	border: 1px solid #FFFFFF;
}