.navigation{
	font-family: times;
	font-size: 11pt;
	font-weight: bold;
	text-decoration: none;
	color: white;
}

.navigation a{
	font-family: times;
	font-size: 11pt;
	font-weight: bold;
	text-decoration: none;
	color: white;
}

.navigation a:hover{
	text-decoration: none;
	color: #ccffcc
}

.bodyText{
	font-family: trebuchet MS;
	font-size: 12pt;
	color: #000000;
	
}

.bodyText a{
	font-family: trebuchet MS;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: underline;
	color: #6699ff;
}

.bodyText a:hover{
	text-decoration: none;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: underline;
	color: #003399;
}


.heading{
	font-family: arial;
	font-size: 12pt;
	font-weight: bold;
	color: #336633;
	
}