
	.fsize1 { font-size: 8pt ;}
	.newclass { color: green; font-size: 10pt; line-height: 120% ;}
	.newclass2 { color: red; font-size: 10pt; line-height: 120% ;}
	.newclass3 { color: gray; font-size: 10pt; line-height: 120% ;}
	.newclass4 { font-size: 8pt; line-height: 110% ;}
	.newclass5 { color: navy; font-size: 12pt; line-height: 130% ;}
	td { font-size: 10pt ;}

	a { text-decoration: none ;}
	a:hover { color: red; text-decoration: underline ;}
	a:link { text-decoration: none;}
	a:visited { text-decoration: none;}
	a:active { text-decoration: none;}
	a:hover { text-decoration: underline; color: #ff0080 ;}

