     td, th, p  {
     	font-size : 10pt;
     	font-family : Verdana,Arial,Tahoma,Helvetica;
     }

     .headline  {
     	font-size : 14pt;
     	align : center;
     	color : #336633;
     }
     .subhead  {
     	font-size : 12pt;
     	font-weight : bold;
     	color : #336633;
     }

     .mediumBold  {
        font-size : medium;
        font-weight : bold;

     }

     .mediumBoldw  {
        font-size : medium;
        font-weight : bold;
        color : #FFFFFF;
     }
     .white  {
     	font-size : 10pt;
     	font-family : Verdana,Arial,Tahoma,Helvetica;
        color : #FFFFFF;
     }

     .red {
     	color : Red;
     }

     .caption  {
     	font-size : 8pt;
     	font-family : Verdana,Arial,Tahoma,Helvetica;
     }
     .footerlinks {
     	font-size : 8pt;
     	text-decoration : none;
     	color : #336633;
     	font-family : Verdana,Arial,Tahoma,Helvetica;
     }
.dropcap {
	font-size : 150%;
	font-family : Verdana,Arial,Tahoma,Helvetica;
}
#list-menu 
{
width: 120px;
/* this width value is also effected by
the padding we will later set on the links. */
}
#list-menu ul 
{
margin: 0;
padding: 0;
list-style-type: none;
}
#list-menu li 
{
margin: 2px 0 0;
}
#list-menu a 
{
display: block;
width:120px;
/*padding: 2px 2px 2px 10px;
/*border: 1px solid #000000;
background: #FFFFFF;
text-decoration: none; /*lets remove the link underlines*/
}
#list-menu a:link, #list-menu a:active, #list-menu a:visited {
color: #FFFFFF;
font-weight:bold;
}

#list-menu a:hover 
{
border: 0px solid #000000;
background: #FFFF33;
color: #336633;
}

      -->

