
body,p,li { 
/* this will set the fon family for the entire site, it should not need to be repeated */
	font-family: Tahoma, Verdana;
	font-size:12pt;
	font-weight: bold;
	color: #2BA342; 
}
table {
	border-collapse: collapse;
}
.heading { 
	font-weight: bold;
	font-size: 18px;
	color: #2BA342;
}
.pageheading { 
	font-weight: bold;
	font-size: 20px;
	color: #2BA342;
}
.smalltext { 
/* this will set the fon family for the entire site, it should not need to be repeated */
	font-family: Tahoma, Verdana;
	font-size:10pt;
	font-weight: bold;
	color: #2BA342; 
}
.leftnav { 
	font-weight: bold;
	font-size: 18px;
	color: #014A8E;
	margin-left: 10px;

}
a:link { /*blue*/
	color: #014A8E;
}
a:visited { /*blue*/
	color: #014A8E;
}
a:hover { /*med green*/
	color: #2BA342;
}
a:active { /*med red*/
	color: #2BA342;
}
