BODY {
	font-family: Arial,Verdana,Helvetica,sans-serif;
	font-size: 13px;
	background: #A4D44A;
	color: #547080;
}

TD {
	font-family: Arial,Verdana,Helvetica,sans-serif;
	font-size: 12px;
	font-color: #547080;
	color: #547080;
	line-height: 15px;
}

.extrasmalltext {
	font-family: Arial,Verdana,helvetica,sans-serif;
	font-size: 11px;
	font-color: #547080;
	line-height: 15px;
}

TD.extrasmalltext {
	font-family: Arial,Verdana,helvetica,sans-serif;
	font-size: 10px;
}

.mediumtext {
	font-family: Arial,Verdana,helvetica,sans-serif;
	font-size: 14px;
	
}
.largetext {
	font-family: Arial,Verdana,helvetica,sans-serif;
	font-size: 18px;
	font-weight: bolder;
	line-height: 25px;
}

.extralargetext {
	font-family: Arial,Verdana,helvetica,sans-serif;
	font-size: 27px;
	font-weight: bolder;
	line-height: 30px;
}

/* lime green color for links
A {
 color: #A4D44A;
 text-decoration: none;
 font-weight: bold;
}
*/

A {
 color: #3f7caa;
 text-decoration: none;
 font-weight: bold;
}




A:hover {
 color: #8DB7D0;
 text-decoration : none;
}
 

.emphasis {
 color: #CC0000;
 text-decoration : none;
 font-weight: bold;
 font-size: 12px;
} 

.emphasislarge {
 color: #CC0000;
 text-decoration : none;
 font-weight: bold;
 font-size: 16px;
}

A.speciallink {
	font-family: Arial,Verdana,helvetica,sans-serif;
	font-size: 16px;
	A.hover: white;
	font-weight: 1200;
}

.border {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: black;
	border-right-color: black;
	border-bottom-color: black;
	border-left-color: black;
}
