/* Font Assignments */
body	{font-family: Arial,Geneva,Helvetia,Sans-Serif;
	 font-size: 12px;}
	 
td	{font-family: Arial,Geneva,Helvetia,Sans-Serif;
	 font-size: 12px;}

	
/* Class Assignments */

.hang   { text-indent: -3em;margin-left: 3em;}



/* Link Assignments */
A:link {color: #ffffff; bgcolor: #006633; font-weight:bold;text-decoration: none; }
A:visited {color: honeydew; bgcolor: #336633; font-weight:bold; text-decoration: none; }
A:hover {color: #cccccc; font-weight:bold; text-decoration: underline; }
