h1, h2, h3 {
	font-family : "Verdana", "Arial", "sans-serif";
}

h1 {
	font-size : 14pt;
	font-weight : bold;
	color : #009999;
}

h2 {
	font-size : 14pt;
	font-weight : normal;
	color : #0033CC;
	margin-bottom : 0;
}

h3 {
	font-size : 10pt;
	font-weight : bold;
	color : #009999;
}

h4 {
	font-size : 12pt;
	font-weight : bold;
	color : #009999;
	margin-bottom : 0;
}

p, body  {
	font-size : 10pt;
	color : #000000;
	font-family : "Verdana", "Arial", "sans-serif";
	}

TD {
	font-size : 10pt;
	color : #000000;
	font-family : "Verdana", "Arial", "sans-serif";
}

ul, ol {
	font-family : "Verdana", "Arial", "sans-serif";
	font-size : 10pt;
	color : #000000;
}

LI {
	font-family : "Verdana", "Arial", "sans-serif";
	font-size : 10pt;
	color : #000000;
}

A  {
	font-family : "Verdana", "Arial", "sans-serif";
	font-weight : bold;
	font-style : normal;
	color : #000000;
	text-decoration: none;
}

A:Visited  {
	font-family : "Verdana", "Arial", "sans-serif";
	font-weight : bold;
	font-style : normal;
	color : #000000;
}

A:Active  {
	font-family : "Verdana", "Arial", "sans-serif";
	font-weight : bold;
	font-style : normal;
	color : #000000;	
}

A:Hover  {
	text-decoration : underline;
	color : #000000;
	font-weight : bold;
}

#navcontainer ul
{
padding-left: 0;
margin-left: 0;
background-color: #7FCCCC;
color: White;
float: center;
width: 100%;
font-family: arial, helvetica, sans-serif;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 0.2em 1em;
background-color: #7FCCCC;
color: White;
text-decoration: none;
float: center;
border-right: 1px solid #fff;
}

#navcontainer ul li a:hover
{
background-color: #009999;
color: #fff;
}

.copy {
	font-family : "Verdana", "Arial", sans-serif;
	font-size : 8pt;
	color : #999999;
}