.bodycopy		{
					font-family:		verdana;
					font-size:			10px;
					color:				#000000
				}
.fineprint		{
					font-family:		verdana;
					font-size:			9px;
					color:				#000000;
					background-color:	#CCCCCC
				}
.gameheader		{
					font-family:		verdana;
					font-size:			18px;
					color:				#000000;
					font-weight:		bold
				}
.bannerinfo		{
					font-family:		verdana;
					font-size:			10px;
					color:				#ffffff;
					background-color:	#777777
				}
.bannerinfo2	{
					font-family:		verdana;
					font-size:			10px;
					color:				#ffffff;
					font-weight:		bold
				}
TT     			{
					font-size: 11px
				}
TD				{
					background-color:	#F7F7F7;
					font-family:		verdana; // from bodycopy
					font-size:			10px;    // from bodycopy
					color:				#000000  // from bodycopy
				}
TD.trans		{
					background-color:	white
				}
TD.border		{
					background-color:	#666666
				}
TD.grey			{
					font-family:		verdana;
					font-size:			10px;
					color:				#000000;
					background-color:	#CCCCCC
				}
A				{
					font-family:		verdana;
					font-size:			10px;
					color:				#000099;
					font-weight:		bold;
					text-decoration:	none
				}
A:ACTIVE		{
					font-family:		verdana;
					font-size:			10px;
					color:				#990099;
					font-weight:		bold;
					text-decoration:	none
				}
A:FOCUS			{
					font-family:		verdana;
					font-size:			10px;
					color:				#666666;
					font-weight:		bold;
					text-decoration:	none
				}
A:HOVER			{
					font-family:		verdana;
					font-size:			10px;
					color:				#0000FF;
					font-weight:		bold;
					text-decoration:	none
				}
A:LINK			{	
					font-family:		verdana;
					font-size:			10px;
					color:				#000099;
					font-weight:		bold;
					text-decoration:	none
				}
//A:VISITED		{
//					font-family:		verdana;
//					font-size:			10px;
//					color:				#000099; //#660099;
//					font-weight:		bold;
//					text-decoration:	none
//				}
.ch				{
					cursor:				pointer;
					cursor:				hand
				}
.inputSubmit	{	
					color:				#000000;
					background-color:	#EEEEEE;
					border-color:		#000000;
					border-top:			1px solid;
					border-bottom:		1px solid;
					border-left:		1px solid;
					border-right:		1px solid;
					font-family:		verdana;
					font-size:			10px;
					font-weight:		bold;
					cursor:				hand
				}
.inputSubmit2	{
					color:				#000000;
					background-color:	#EEEEEE;
					border-color:		#000000;
					border-top:			1px solid;
					border-bottom:		1px solid;
					border-left:		1px solid;
					border-right:		1px solid;
					font-family:		verdana;
					font-size:			10px;
					font-weight:		bold;
					width:				11em;
					cursor:				hand;
				}
.inputBox		{
					color:				#000000;
					background:			#FFFFFF;
					border-color:		#000000;
					border-top:			1px solid;
					border-bottom:		1px solid;
					border-left:		1px solid;
					border-right:		1px solid;
					font-family:		verdana;
					font-size:			10px
				}
.pressBox		{
					color:				#000000;
					background:			#FFFFFF;
					border-color:		#000000;
					border-top:			1px solid;
					border-bottom:		1px solid;
					border-left:		1px solid;
					border-right:		1px solid;
					font-family:		verdana;
					font-size:			10px
				}

.menulist, .menulist ul { margin: 0; padding: 0; width: 170px; list-style: none;
}
.menulist ul { visibility: hidden; position: absolute; top: 0; left: 170px; }
.menulist li { position: relative; text-align: center;
 border: 1px solid #f7f7f7; // #330;
 background: #ccc; // #FED;
 margin-bottom: -1px;
}
.menulist ul>li:last-child { margin-bottom: 1px; }
.menulist a { display: block; padding: 3px; color: #000099; // #000;
 text-decoration: none; }
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
 color: #FFF; background-color: #A64; }
.menulist a.highlighted { color: #FFF; background-color: #C86; }
.menulist a .subind { float: right; }
/* This semi-commented section exists to fix bugs in IE/Windows (the 'Holly Hack'). \*/
* html .menulist li { float: left; height: 1%; }
* html .menulist a { height: 1%; }
/* End Hack */
