	BODY {
			FONT-SIZE: 12px;
			FONT-FAMILY: arial
	}
	   A:link  {
		   	text-decoration : none;
		   	color : #FF8000;
		   	font-family : Arial,
		   	font-size : 11;
		   }

		   A:visited  {
		   	text-decoration : none;
		   	color : FF8000;
		   	font-family : Arial;
		   	font-size : 11;
		   }

		   A:hover  {
		   	text-decoration : underline;
		   	color : FF8000;
		   	font-family : Arial;
		   	font-size : 11;
		   }
			TABLE {
			FONT-SIZE: 11px; 
			FONT-FAMILY: Arial;
			}
		   TD{
		   	font-size: 11px;
		   	color : White;
			FONT-FAMILY: Arial;
		   }
