body {
	color: black;
	font-family: Verdana, Arial, "Times New Roman";
	font-size: 8px;
	text-align: left;
	vertical-align: middle;
}

p {
	color: #000000;
	font-family: Verdana, Arial, "Times New Roman";
	font-size: 8pt;
}

h1 {
	color: black;
	font-family: Verdana, Arial, "Times New Roman";
	font-size: 16pt;
	font-weight: normal;
	text-align: left;
}

h2 {
	color: black;
	font-family: Verdana, Arial, "Times New Roman";
	font-size: 14pt;
	font-weight: bold;
	text-align: left;
}

h3 {
	color: black;
	font-family: Verdana, Arial, "Times New Roman";
	font-size: 12pt;
	font-weight: bold;
	text-align: left;
}

h4 {
	color: black;
	font-family: Verdana, Arial, "Times New Roman";
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
}

h5 {
	color: black;
	font-family: Verdana, Arial, "Times New Roman";
	font-size: 8pt;
	text-align: center;
}

#navcontainer
{
	margin: 10px 0 10 0px;
	padding: 0;
	height: 20px;
	background-position: center;
	vertical-align: middle;
}

#navcontainer ul
{
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	background-position: center;
}

#navcontainer ul li
{
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
	background-position: center center;
}

#navcontainer ul li a
{
background: #fff;
width: 78px;
height: 18px;
border-top: 1px solid #f5d7b4;
border-left: 1px solid #f5d7b4;
border-bottom: 1px solid #f5d7b4;
border-right: none;
padding: 0;
margin: 0 0 10px 0;
color: #f5d7b4;
text-decoration: none;
display: block;
text-align: center;
font: normal 10px/18px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
}

#navcontainer ul li a:hover
{
color: #930;
background: #f5d7b4;
}

#navcontainer a:active
{
background: #c60;
color: #fff;
}

#navcontainer li#active a
{
background: #c60;
border: 1px solid #c60;
color: #fff;
}

