BODY {
	color : #333333;
	font-style : normal;
	font-weight : normal;
	font-family : Arial, Helvetica; 
	
}

/* table cells:  had to put this in since the body text doesn't reach inside
table cells on Netscape  and IE*/
TD  {
	color : ##333333;
	font-style : normal;
	font-weight : normal;
	font-family : Arial, Helvetica; 
	
}

/* bold - Netscape doesn't terminate inline styles */
.bold  {
	font-weight : bold;
}

/* front page header */
H1 {
	color : #009999;
	font-size : 24pt;
}

H2 {
	color : #009999;
}

H3 {
	color : #009999;
}

/*subtitles in green #009999 */

.greentitle {
	color : #009999
}


