*
{
font-size: 11px;
}

body 
{ 
background-color: #33404d;
margin-top: 0px;
margin-left: 0px;
font-family: georgia;
color: #FFFFFF;
}

td
{
font-size: 100%;
}

h1
{
font-size: 180%;
}

h2
{
font-size: 140%;
padding-bottom: 8px;
border-bottom: 1px solid #ffffff;
}

h3
{
font-size: 120%;
}

ul, ol
{
padding-left: 10px;
margin-left: 10px;
}

div.navigation
{
width: 285px;
height: 25px;
background-color: #7e321b;
line-height: 25px;
margin-top: 2px;
}

div.caption
{
font-size: 10px;
color: #758DA3;
}

td.whiteborder
{
background-color: #ffffff;
}

a.nav
{
color: #ffffff;
font-weight: bold;
text-decoration: none;
}

a.nav:hover
{
color: #ffe390;
text-decoration: none;
}

a.nav:visited
{
text-decoration: none;
}

a
{
color: #4D3333;
text-decoration: underline;
}

a:hover
{
color: #4D3333;
text-decoration: none;
}

a:visited
{
text-decoration: underline;
}

td.content 
{ 
padding: 13px;
background-color: #969664;
}

div.subnav
{
width: 180px;
float: right;
margin: 0px 0px 10px 10px;
background-color: #b6b684;
border: 1px solid #767644;
font-size: 10px;
color: #000000;
}

div.subnav ul
{
padding-left: 10px;
margin: 10px 10px 10px 20px;
}

div.subnav li
{
margin-bottom: 10px;
}

div.subnav a:link {color: #000000;}
div.subnav a:visited {color: #000000;}
div.subnav a:hover {color: #000000;}
div.subnav a:active {color: #000000;}



/* misc */
table.chart
{
font-family: arial, univers, sans-serif;
font-size: 11px;
background-color: transparent;
border: 2px #767644 solid;
border-collapse: collapse;
border-spacing: 0px;
margin-top: 0px;
}

table.chart th
{
background-color: #767644;
border: 1px solid #ffffff;
text-align: left;
padding: 2px 4px 2px 4px;
font-weight: bold;
}

table.chart td
{
border: 1px solid #ffffff;
text-align: left;
padding: 2px 4px 2px 4px;
}


