BODY 		{ bgcolor="#000000"  }

a:link		{ color: #ffffff; text-decoration: none }
a:visited	{ color: #ffffff; text-decoration: none }
a:active	{ color: #ffccff; text-decoration: none }
a:hover		{ color: #C00000; text-decoration: none; font-weight: bold }

TABLE 		{ COLOR: #c0c0c0; FONT: 12px verdana, arial sans-serif; font-weight: normal }
.mainb 		{ COLOR: #e9e9e9; FONT: 12px verdana, arial sans-serif; font-weight: bold }
.mainib 	{ COLOR: #e9e9e9; FONT: 13px verdana, arial sans-serif; font-weight: bold; font-style: italic }
.big 		{ color: #e9e9e9; font: 16px verdana, arial, sans-serif; letter-spacing: 0px; font-weight: bold }
.copytext 	{ COLOR: #c0c0c0; FONT: 10px arial, verdana, sans-serif; font-weight: bold }
.small		{ COLOR: #c0c0c0; FONT: 10px verdana, arial, sans-serif; font-weight: normal }
.just 		{text-align: justify;}



 /* START THE CODE FOR THE MENUS */


.menu		{ font-family: arial, helvetica, sans-serif;
		  font-size: 11px;
		  height: 16px;
		  padding-top: 1px;
		  padding-bottom: 0px;
		  padding-left: 2px;
		  padding-right: 2px;
		  margin-right: 1px;
		  margin-left: 1px;
		  margin-top: 1px;
		  margin-bottom: 1x;
		  cursor:hand;
		  font-weight: normal;
		  text-align: center;
		  line-height: 14px;
		  letter-spacing: 1px;
		  display: block;
		  border: #000000 0px solid; }


a.menu:link 	{ background-color:#600000;
		  color: #e9e9e9}

a.menu:visited 	{ background-color:#600000;
		  color: #e9e9e9 }

a.menu:active 	{  background-color:#600000;
		   color: #e9e9e9 }

a.menu:hover 	{  background-color:#800000;
		  font-weight: normal;
		  color: #FFFFFF }



