body {
margin: 0;
}
body, td, p  
{ 
font-family: Arial, Helvetica, sans-serif; 
font-size: 10pt;
}

.info_box_text     
{ 
color: #000000; 
font-size: 8pt; 
}

.footer                  
{ 
color: #000000; 
font-size: 8pt; 
}

A 
{color:#003366; 
font-family: Helvetica, Arial; 
font-size: 10px; 
text-decoration: none;
}

A:hover 
{
color:#FF6600; 
font-family: Helvetica, Arial; 
font-size: 10px; 
text-decoration: none;
}

							/*  LEFT NAVIGATION */

.navcontainer { width: 141px;
}

.navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
text-align: center;
color: #fff;
}

.navcontainer a
{
display: block;
padding: 4px;
width: 141px;
background-color: #036;
border-bottom: 1px solid #eee;
font-size: 12px;
font-weight: bold;
text-align: center;
color: #FFF;
}

.navcontainer a:link, .navlist a:visited
{
color: #EEE;
text-decoration: none;
font-size: 12px;
font-weight: bold;
text-align: center;
}

.navcontainer a:hover
{
font-size: 12px;
font-weight: bold;
text-align: center;
background-color: #369;
color: #fff;
}

									/* END NAVIGATION */