h1, h2, h3 {
	font-family : "Arial", "sans-serif";
}

h1 {
	font-size : 14pt;
	font-weight : bold;
	color : #cc0000;
}

h2 {
	font-size : 12pt;
	font-weight : bold;
	color : #336633;
}

h3 {
	font-size : 12pt;
	font-weight : bold;
	color : #CC0000;
}

p, body, td, ul, ol, li {
	font-size : 11pt;
	color : #003300;
	font-family : "Arial", "sans-serif";
	}

A  {
	font-family : "Arial", "sans-serif";
	font-weight : normal;
	font-style : normal;
	color : #003300;
	text-decoration: underline;
}

A:Visited  {
	font-family : "Arial", "sans-serif";
	font-weight : normal;
	font-style : normal;
	color : #003300;
}

A:Active  {
	font-family : "Arial", "sans-serif";
	font-weight : normal;
	font-style : normal;
	color : #003300;	
}

A:Hover  {
	text-decoration : none;
	color : #003300;
	font-weight : normal;
	
}

.copy {
	font-family : "Arial", sans-serif;
	font-size : 8pt;
	color : #FFFFFF;
}

.small {
	font-size : 10pt;
}

.little {
	font-size : 12px;
}

.red {
	color : #CC0000;
	font-weight : bold;
}

.imgbox {
	height: 119px;
	width: 119px;
	border: 3px solid #396339;
	text-align: center;
	margin-top: 15px;
	margin-right: 10px;
}


#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: 157px;
background-color: #9CC780;
border-bottom: 1px solid #eee;
}

#navcontainer a:link, #navlist a:visited
{
font-size: 10pt;
color: #003300;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #003300;
color: #9CC780;
}
