tr, td, body
{
font weight: 300;
font-family: Arial, Helvetica, sans-serif;
line-height: 150%;
font-size: 12px;
color: #444444;
}

body
{
padding: 0px;
margin: 0px;
background-color: #ffffff;
}


a
{
color: #CC0099;
text-decoration:  none;
}
 
a:hover
{
color: #339900;
text-decoration:  underline;
}

td.main{
padding: 15px 0px;
}

td.side{
padding-top: 0px;
}

td.top{
padding: 0px;
border-bottom: 5px solid #009900;
}

td.image{
padding-top: 2px;
padding-bottom: 1px;
}

td.nav
{
font-size: 12px;
font-weight: 600;
padding: 7px ;
background-color: #009900;
text-align: center;
}

td.nav a
{
color: #ffffff; 
text-decoration: none;

}
 
td.nav a:hover
{
color: #ffffff; 
text-decoration: underline;
}


h1
{
font-size: 19px;
color: #CC0099;  
font-weight: 300;
}

h2
{
font-size: 14px;
color: #000000;  
font-weight: 300;
}

 H3
{
font-size: 12px;
color: #000000;  
font-weight: 300;
}

td.footer
{
font-size: 10px;
padding: 10px;
border-top: 5px solid  #009900;
color: #999999;
}

td.footer a
{
color: #999999;
text-decoration:  none;
}
 
td.footer a:hover
{
color: #999999;
text-decoration:  none;
}

ul
{ 
list-style-image: url("images/arrow.gif") 
}






