.header {
	font-family:  times new roman,times,serif;
	font-size: 15pt;
}
.subhead {
	font-family: times new roman,times,serif;
	font-size: 12pt;
	font-weight : bold;
}
.titletext {
	font-family: times new roman,times,serif;
	font-size: 11pt;
}
.bigbodytext {
	font-family: times new roman,times,serif;
	font-size: 10pt;
}
.bodytext {
	font-family: times new roman,times,serif;
	font-size: 9pt;
}
.bodybold {
	font-family: times new roman,times,serif;
	font-size: 9pt;
	font-weight: bold;
}
.tinytext {
	font-family: times new roman,times,serif;
	font-size: 8pt;
}
.tinybold {
	font-family: times new roman,times,serif;
	font-size: 8pt;
	font-weight: bold;
}

.color {
	text-decoration: 
}
:link { color: rgb(128,0,0) ; text-decoration: underline;}
:visited { color: rgb(125,40,25) ; text-decoration: underline; }
:active { color: rgb(95,85,60) ; text-decoration: underline; }
:hover { color: rgb(95,85,60) ; text-decoration: none; }
.plain { text-decoration: none }