h1, h2, h3 {
	font-family : "Arial", "sans-serif";
}

h1 {
	font-size : 14pt;
	font-weight : bold;
	color : #336600;
}

h2 {
	font-size : 12pt;
	font-weight : bold;
	color : #336600;
}

p, body, td, ul, ol, li {
	font-size : 11pt;
	color : #336600;
	font-family : "Arial", "sans-serif";
	}

A  {
	font-family : "Arial", "sans-serif";
	font-weight : bold;
	font-style : normal;
	color : #CC0099;
	text-decoration: none;
}

A:Visited  {
	font-family : "Arial", "sans-serif";
	font-weight : bold;
	font-style : normal;
	color : #CC0099;
}

A:Active  {
	font-family : "Arial", "sans-serif";
	font-weight : bold;
	font-style : normal;
	color : #CC0099;	
}

A:Hover  {
	text-decoration : underline;
	color : #FF66CC;
	font-weight : bold;
	
}

.copy {
	font-family : "Arial", sans-serif;
	font-size : 8pt;
	color : #990099;
}

#navcontainer
{
background: #ffffff;
width: 100%;
margin: 0 auto;
padding: 1em 0;
font-family: verdana, serif;
font-size: 13px;
text-align: center;
text-transform: lowercase;
}

ul#navlist
{
text-align: left;
list-style: none;
padding: 0;
margin: 0 auto;
width: 100%;
}

ul#navlist li
{
display: block;
margin: 0;
padding: 0;
}

ul#navlist li a
{
display: block;
width: 100%;
padding: 0.5em 0 0.5em 0.5em;
border-width: 1px;
border-color: #ffe #aaab9c #ccc #fff;
border-style: solid;
color: #cc0099;
text-decoration: none;
background: #f7f2ea;
}

#navcontainer>ul#navlist li a { width: auto; }

ul#navlist li#active a
{
background: #f0e7d7;
color: #800000;
}

ul#navlist li a:hover, ul#navlist li#active a:hover
{
color: #ff66cc;
background: f0e7d7;
border-color: #aaab9c #fff #fff #ccc;
}