.header {
	font-family:  trebuchet ms,arial, helvetica, sans-serif;
	font-size: 15pt;
}
.subhead {
	font-family: trebuchet ms,arial, helvetica, sans-serif;
	font-size: 11pt;
	font-weight : bold;
}
.bodytext {
	font-family: trebuchet ms,arial, helvetica, sans-serif;
	font-size: 9pt;
}
.bodybold {
	font-family: trebuchet ms,arial, helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bolder;
}
.linkbold {
	font-family: trebuchet ms,arial, helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
}
.link {
	font-family: trebuchet ms,arial, helvetica, sans-serif;
	font-size: 9pt;	
}
.tinytext {
	font-family: trebuchet ms,arial, helvetica, sans-serif;
	font-size: 8pt;
}
.tinybold {
	font-family: trebuchet ms,arial, helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
}

.color {
	text-decoration: 
}
:link { color: rgb(55,75,55) ; text-decoration: underline;}
:visited { color: rgb(55,75,55) ; text-decoration: underline; }
:active { color: rgb(55,75,55) ; text-decoration: underline; }
:hover { color: rgb(0,102,0) ; text-decoration: none; }
.plain { text-decoration: none }