	 div#menu  {
	 	font-family : Verdana, arial, helvetica;
	 	font-size : 12px;
	 	color : #404040;
	 	font-weight : bold;
	 	background-color : #C0C0C0;
	 }

	 div#menu:hover  {
	 	font-family : Verdana, arial, helvetica;
	 	font-size : 12px;
	 	color : #000000;
	 	font-weight : bold;
	 	background-color : #FFFFFF;
	 }

	 h4.heading  {
	 	font-family : Verdana, arial, helvetica;
	 	font-size : 14px;
	 	color : #8C0000;
	 	font-weight : bold;
	 }

	 h4.subheading  {
	 	font-family : Verdana, arial, helvetica;
	 	font-size : 10px;
	 	color : #000000;
	 	font-weight : bold;
	 }

	 body  {
	 	font-family : Verdana, arial, helvetica;
	 	font-size : 11px;
	 }

   td  {
	   	font-family : Verdana, arial, helvetica;
	   	font-size : 10px;
	   	color : #000000;
	   }

 td#menu2  {
	 	font-family : Verdana, arial, helvetica;
	 	font-size : 11px;
	 	color : #404040;
	 	font-weight : bold;
	 }
	 
	 
	 h3  {
	 	font-family : Verdana, arial, helvetica;
	 	font-size : 12px;
	 }

	 a#headinglink  {
	 	font-family : Verdana, arial, helvetica;
	 	font-size : 14px;
	 	color : #8C0000;
	 	font-weight : bold;

	 }

	 a#headinglink:hover  {
	 	font-family : Verdana, arial, helvetica;
	 	font-size : 14px;
	 	color : #404040;
	 	font-weight : bold;
	 	TEXT-DECORATION : underline;
	 }
	 SELECT {
	 		font-family : "Verdana, Arial, Helvetica";
	 	font-size : 10px;
	 }

	 INPUT  {
	 	font-family : "Verdana, Arial, Helvetica";
	 	font-size : 10px;
	 }

	 .button  {
	 	font-family : "Verdana, Arial, Helvetica";
	 	font-size : 10px;
	 	width : 40px;
	 }

	 A:link  {
	 	TEXT-DECORATION : none;
	 	color : #404040;
		font-weight : bold;
	 }

	 A:visited  {
	 	TEXT-DECORATION : none;
	 	color : #404040;
		font-weight : bold;
	 }

	 A:active  {
	 	TEXT-DECORATION : none;
		font-weight : bold;
	 }

	 A:hover  {
	 	TEXT-DECORATION : none;
		font-weight : bold;
	 	color : #8C0000;
	 	background-color : #FFFFFF;
	 }