body 
	{
	font-family: arial, helvectica, sans-serif;
	font-size: 10pt;					
	background-color: #677d67;	 		/* light green */
	margin-left: 10px;
}

a:link										/* unvisited link */
	{
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
	color: #006000;  					/* green */
	}
a:visited									/* visited link */
	{
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
	color: #006000;  					/* green */
	}
a:hover										/* mouse over link */
	{
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: underline;
	color: #361212;     				/* brown */
	}
a:active									/* selected link */
	{
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
	color: black;  					/* black */
	}
	

.titlestyle {
	font-size: 32px;
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

.bodytitlestyle {
	font-size: 20px;
	color: #677d67;
	font-family: Arial;
}

.linktext {
	color: #000000;
	font-family: Arial;
	font-size: 12px;
}

.bodytext {
	color: #000000;
	font-family: Arial;
	font-size: 11px;
}

.footertext {
	color: #000000;
	font-family: Arial;
	font-size: 12px;
}

	
