/* 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;}



/* Link Assignments */
A:link {color: #cc0000; bgcolor: honeydew; font-weight:bold;text-decoration: none; }
A:visited {color: #336633; bgcolor: honeydew; font-weight:bold; text-decoration: none; }
A:hover {color: cc0000; bgcolor: honeydew; font-weight:bold; text-decoration: underline; }
