body,p,td {
	font-family:	PALATINO,Helvetica;
	font-size:	12pt;
}


H1	{
	font-family:	PALATINO,Helvetica;
	font-weight:	bold;
	font-size:	25pt;
	color:#666600;
	}

H2	{
	font-family:	PALATINO,Helvetica;
	font-weight:	bold;
	font-size:	18pt;
	color:#666600;
	}	
	
#navcontainer { width: 150px; }

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a
{
display: block;
padding: 3px;
width: 160px;
background-color: #993300;
border-bottom: 1px solid #eee;
color:#FFFFFF;
text-decoration:none;
}


#navcontainer a:hover
{
background-color: #FF9966;
color: #fff;
}