
body {
margin: 0px;
padding: 0px;
}

a:link, a:visited, a:active {text-decoration: none; color: #666666;}
a:hover {text-decoration: none; border-bottom: 1px dotted #3282C8; color: #3282C8;}

body, td { 
	font-family: arial, helvetica, sans-serif; 
	font-size: 13px; color: #999999; text-align:left;
	}

table, td { 
border-collapse: collapse;
padding: 0px; 
margin: 0px; 
border: 0px;
}


#date { font-size:10px; color: #999999; padding: 12px 40px 16px 0px; text-align:right; vertical-align:bottom; }

#footer { font-size:10px; color: #999999; padding: 5px 0px 5px 0px; } 

h1	{ font-size:15px;  color: #3282C8; font-family:  arial, helvetica, sans-serif; padding: 20px 0px 10px 0px;}

h2	{ font-size:13px; font-weight:bold; color: #3282C8; font-family: arial, helvetica, sans-serif; padding: 0px 0px 0px 0px;}
	


#navcontainer ul
{
list-style-type: none;
text-align: left;
margin:10px 0px 0px 0px;
padding:0;
}

#navcontainer ul li a
{
background: transparent url(images/arrow2.gif) left center no-repeat;
padding: 10px 0px 10px 25px;
border-bottom:1px dotted #CCCCCC;
text-align: left;
color: #999999;
display:block;
}

/* Hides from IE5-mac \*/
* html #navcontainer ul li a { height:1%; }
/* End hide from IE5-mac */

#navcontainer ul li a:hover
{
background: transparent url(images/arrow.gif) left center no-repeat;
color: #3282C8;
}

ul#list, .list
{
list-style-type:none;
text-align: left;
margin:0;
padding:0px 0px 0px 15px;
}

ul#list li, .list li
{
background: transparent url(images/arrow.gif) left center no-repeat;
padding: 5px 0px 5px 30px;
text-align: left;
color: #999999;

}	
		
