body { color : #505050;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	text-decoration : none;
	font-style : normal;
	 } 
	
td {
	color : #505050;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	text-decoration : none;
	font-style : normal;
	}

a:link		{ color: #AA0300; text-decoration: none }

a:visited	{ color: #AA0300; text-decoration: none }

a:active	{ color: #AA0300; text-decoration: none }

a:hover		{ color: #000000; text-decoration: none }


a.clientlink:link		{ color: #FFCC00; text-decoration: none }

a.clientlink:visited		{ color: #FFCC00; text-decoration: none }

a.clientlink:active		{ color: #FFCC00; text-decoration: none }

a.clientlink:hover		{ color: #FFFFFF; text-decoration: none }


TABLE 		{ COLOR: #F0F0F0; FONT: 12px arial, verdana, sans-serif; font-weight: bold }

 /* START THE CODE FOR THE MENUS */

.menu		{ font-family: arial, verdana, helvetica, sans;
		  font-size: 7.5pt;
		  height: 20px;
		  padding-top: 0px;
		  padding-bottom: 0px;
		  padding-left: 7px;
		  padding-right: 7px;
		  margin-right: 2px;
		  margin-top: 1px;
		  margin-bottom: 1px;
		  cursor:hand;
		  font-weight: bold;
		  text-align: center;
		  line-height: 18px;
		  letter-spacing: 1px;
		  display: block;
		  border: #000000 1px solid; }

a.menu:link 	{ background-image: url('images/menu.gif');
		  background-color:#202020;
		  color: #F0F0F0}

a.menu:visited 	{ background-image: url('images/menu.gif');
		  background-color:#202020;
		  color: #F0F0F0 }

a.menu:active 	{  background-image: url('images/menu.gif');
		   background-color:#202020;
		   color: #F0F0F0 }

a.menu:hover 	{  background-image: url('images/menuon.gif');
		   background-color:#660066;
		   color: #ffffff }

