
.f02 { font-size: 8px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.f02-1 { font-size: 11px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.f02-5 { font-size: 12px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.f03 { font-size: 13px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.f03-5 { font-size: 14px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.f04 { font-size: 16px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.f04-5 { font-size: 18px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.f05 { font-size: 20px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
body { font-size: 13px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
td { font-size: 13px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }

a:link { color: #333333 }  
a:visited { color: #333333 } 
a:active { color: #333333 } 
a:hover { color: #555555; text-decoration: none; } 

INPUT {
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 11px;
	text-decoration: none;
}

td.HEADER1 {
	background-color: #C6C6C5;
	font-weight: bold;
}

td.LITE_CELL {
	background-color: #EEEEF3
}

td.DARK_CELL {
	background-color: #e6e6ee
}
.RedText {
	color: red;
	font-weight: bold;
}
.BlackText {
	color: black;
	font-weight: bold;
}

.currentpage { 
	background-color: #75a54f
}

/* menulinks is the class for the secondary links added to the top of each page.
They are in a table, and the one <td> has this class, as do the <a href...> */
.menulinks { 
	font-size: 13px; 
	font-family: Tahoma, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
	color: #ffffff; 

}
a.menulinks:link { color: #ffffff; text-decoration: none; }  
a.menulinks:visited { color: #ffffff; text-decoration: none; }  
a.menulinks:active { color: #ffffff; text-decoration: none; }  
a.menulinks:hover { color: #dddddd; text-decoration: underline; } 

