@CHARSET "ISO-8859-1";

body, td {
	font-family: "Tahoma";
	font-size: 11px;
	color: #333333;
}
h1 {
	font-size: 11px;
	color: #148B3A;
}

.high_header h1 {
	font-family: "Trebuchet MS", "Arial";
	font-weight: bold;
	font-size: 15px;
}

.header h1,
.box_left h1 {
	font-family: "Trebuchet MS", "Arial";
	font-weight: bold;
	font-size: 12px;
	
	padding-top: 0;
}

h3 {
	font-size: 11px;
	color: #148B3A;
}

.colored {
	color: #148B3A;	
}

.medium_font {
	font-size: 12px;
}

.smaller_font {
	font-size: 10px;
}

A:link { text-decoration: none; color: #148B3A; }
A:visited { text-decoration: none; color: #148B3A; }
A:active { text-decoration: none; color: #148B3A; }
A:hover { text-decoration: underline; color: #148B3A; }