body { 
background-color: #252d14;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
color:#FFFFFF;  
margin:0px; 
padding:0px 20px;
}
    
h1 { 
font-size: 11px;
text-transform:uppercase;
text-align: right;
color: #252d14;
background-color: #666600;
padding:5px 15px;
margin:0px;
}

h2 { 
font-size:20px;
color: gold;
font-weight: bold;
text-align: center;
}

h2.center { 
font-size:40px;
color: gold;
font-weight: bold;
text-align: center;
}

h3 {
font-size:20px;
color: gold;
font-weight: bold;
text-align: center;
}

h2.red { 
font-size:18px;
color: #FF0000;
}

h5 { 
font-size: 18px;
color: #FF0000;
text-align: center;
}

h5.left { 
font-size: 18px;
color: #FF0000;
text-align: left;
}


h6 { 
font-size: 12px;
text-align: center;
font-weight: normal;
margin-top: 5px;
}

p { 
font-size: 12px;
}

p.bold { 
font-weight: bold;
text-align: left;
}

p.rdbld { 
font-weight: bold;
text-align: left;
color: red;
}

p.bldgld { 
font-weight: bold;
text-align: left;
color: gold;
}

p.right { 
text-align: right;
}

p.center { 
text-align: center;
}

p.left {
font-size: 12px;
text-align: left;
}


p.red { 
color: #FF0000;
}

p.gold { 
color: gold;
}


p.rdbld { 
font-size: 12px;
color: #FF0000; 
margin:0px;
font-weight: bold;
}

p.copy {
font-size: 9px;
text-align: center;
font-weight: normal;
color: gold;
} 

p.smlgry {
font-size: 9px;
color: #90897a;
} 

p.small {
font-size: 9px;
} 

p.blck {
color: black;
} 





/*  Table Styles */


table.center {
margin-left: auto;
margin-right: auto;
}

th {
color: #FF0000;
font-weight: bold;
font-size: 12px;
}


td {
font-size: 12px;
text-align: center;
}

td.nowrap {
font-size: 12px;
text-align: center;
white-space: nowrap;
}

td.blck {
font-size: 12px;
color: black;
}

td.smlgry {
font-size: 10px;
color: #90897a;
}

td.smlgrylft {
font-size: 10px;
color: #90897a;
text-align: left;
}

td.left {
font-size: 12px;
text-align: left;
}

td.lftrd {
font-size: 12px;
text-align: left;
color: #FF0000;
font-weight: bold; 
}

td.red {
font-size: 12px;
color: #FF0000; 
font-weight: bold;
text-align: center;
white-space: nowrap;
}

td.rdsml {
font-size: 10px;
color: #FF0000;
text-align: left; 
}

td.small {
font-size: 10px;
text-align: left;
}


/*  Link Style */

a:link {
color: gold; 
text-decoration: none; 
}

a:hover { 
text-decoration: underline; 
} 

a:active { 
color: red;
text-decoration: none; 
}

a:visited { 
color: gold;
text-decoration: none; 
} 

/*  positioning-layers static and absolute */

#menu { 
position: absolute;
width: 200px;
left: 20px;
background-color: #252d14;
padding-top:20px;
margin:0px;
font-size: 14px;
font-weight: bold;
overflow: auto; 
}

#content { 
margin-left: 200px;
background-color:#252d14;
overflow: auto;
padding-bottom:10px;
}