a:link 
{ 
	color: #006432; 
	text-decoration: none 
}
	
a:visited 
{ 
	color: #006432; 
	text-decoration: none 
}

a:active 
{ 
	color: ##006432; 
	text-decoration: underline 
}

a:hover 
{ 
	color: #006432; 
	text-decoration: underline 
}

.navbar 
{  
	font-size: 2pt; 
}

h1
{
	font-family: Helvetica, Arial, san-serif; 
	font-weight: 800; 
	font-size: 11pt; 
	color: #000000;
}

h1.special
{
	font-family: Arial, Helvetica, san-serif; 
	font-weight: 800; 
	font-size: 11pt; 
	color: #000000;
	margin-bottom: -10px;
}

p
{
	font-family: Arial, Helvetica, san-serif; 
	font-size: 10pt; 
	color: #000000;
}

li
{
	font-family: Arial, Helvetica, san-serif; 
	font-size: 10pt; 
	color: #000000;
}

.emphasis
{
	font-family: Times New Roman, Times, serif; 
	font-weight: 800;
	font-size: 18pt;
	vertical-align: baseline;
	padding-top: 380%; 
	color: #006432;
}

.formLabel
{
	font-family: Arial, Helvetica, san-serif; 
	font-size: 10pt; 
	color: #006432;
}

.formField
{
	font-family: Arial, Helvetica, san-serif; 
	font-size: 10pt; 
	color: #000000;
	width: 250px;
}

.formBtn
{
	font-family: Arial, Helvetica, san-serif; 
	font-weight: 800; 
	font-size: 10pt; 
	color: #006432;
}