BODY
{
    FONT-SIZE: 10px;
    MARGIN: 0px;
    FONT-FAMILY: Verdana;
    BACKGROUND-COLOR: #ffffff;
    TEXT-DECORATION: none
}
A
{
    FONT-WEIGHT: none;
    FONT-SIZE: 8pt;
    COLOR: #2E4377;
    TEXT-DECORATION: none
}
A:hover
{
	color: crimson;
	font-size: 8pt;
	text-decoration: underline;
	background: none;
}
.small
{
    FONT-SIZE: 9px;
    TEXT-DECORATION: none
}
.infoPage
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10px;
    COLOR: #000000;
    BACKGROUND-COLOR: #ffffff
}
.cell
{
    PADDING-RIGHT: 2px;
    PADDING-LEFT: 2px;
    FONT-WEIGHT: bold;
    FONT-SIZE: 10px;
    COLOR: #000000;
    BACKGROUND-COLOR: #ffffff
}
.copyright
{
    FONT-SIZE: 10px
}
.button
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10px;
    COLOR: #000000;
    BACKGROUND-COLOR: #ffffff
}
.backcoloron
{
    COLOR: #000000;
    FONT-FAMILY: Tahoma, Verdana, Arial;
    BACKGROUND-COLOR: #2E4377
}
.topbanner
{
    BORDER-RIGHT: medium none;
    BORDER-TOP: medium none;
    FONT-SIZE: 10px;
    BACKGROUND-IMAGE: url(testata_2.png);
    BORDER-LEFT: medium none;
    BORDER-BOTTOM: medium none;
    BACKGROUND-COLOR: #000000;
    TEXT-ALIGN: center
}

.toppage
{
 
    BACKGROUND-IMAGE: url(testatabg.png);
 
}




.tableline1
{
    BORDER-RIGHT: maroon thin;
    BORDER-TOP: maroon thin;
    FONT-SIZE: 10px;
    BORDER-LEFT: maroon thin;
    COLOR: #ffffff;
    BORDER-BOTTOM: maroon thin;
    BACKGROUND-COLOR: #dcdcdc;
    TEXT-ALIGN: left
}
.tableline1 A
{
}
.tableline2
{
    FONT-SIZE: 10px;
    BACKGROUND-COLOR: #ffffff
}
.tableline2 A
{
}
.tablelinemain
{
    BORDER-RIGHT: 1px solid;
    BORDER-TOP: 1px solid;
    FONT-SIZE: 10px;
    BORDER-LEFT: 1px solid;
    COLOR: #ffffff;
    TEXT-INDENT: 2px;
    BORDER-BOTTOM: 1px solid;
    BACKGROUND-COLOR: gray;
    TEXT-ALIGN: left
}
.tablelinemain A
{
    FONT-SIZE: 10px;
    COLOR: #2d4695
}
.normal
{
    FONT-SIZE: 10px;
    LIST-STYLE-TYPE: square;
    TEXT-ALIGN: justify
}
.myTable
{
    BORDER-RIGHT: #000000 1px solid;
    BORDER-TOP: #000000 1px solid;
    FONT-SIZE: 10px;
    BORDER-LEFT: #000000 1px solid;
    BORDER-BOTTOM: #000000 1px solid;
    LIST-STYLE-TYPE: square;
    BACKGROUND-COLOR: #ffffff;
    TEXT-ALIGN: justify;
    TEXT-DECORATION: none;
    LINE-HEIGHT: 1.5
}

.myTableNew
{
    BORDER-RIGHT: none;
    BORDER-TOP: none;
    FONT-SIZE: 10px;
    BORDER-LEFT:none;
    BORDER-BOTTOM: #000000 1px solid;
    LIST-STYLE-TYPE: square;
    BACKGROUND-COLOR: #ffffff;
    TEXT-ALIGN: justify;
    TEXT-DECORATION: none
}
.myTitle
{
    BORDER-RIGHT: #3366cc 1px;
    PADDING-RIGHT: 2px;
    BORDER-TOP: #3366cc 1px;
    PADDING-LEFT: 2px;
    FONT-WEIGHT: bolder;
    FONT-SIZE: 10px;
    
    PADDING-BOTTOM: 1px;
    BORDER-LEFT: #3366cc 1px;
    COLOR: #ffffff;
    TEXT-INDENT: 3px;
    PADDING-TOP: 0px;
    BORDER-BOTTOM: #000000 1px solid;
    LETTER-SPACING: 0px;
    BACKGROUND-COLOR: #2D4695;
    TEXT-ALIGN: left;
    
}
.myTr
{
    BACKGROUND-COLOR: #ffffff
}
.myTD
{
    PADDING-RIGHT: 3px;
    PADDING-LEFT: 3px;
    PADDING-BOTTOM: 3px;
    PADDING-TOP: 3px
}

.myTD_new
{
    FONT-SIZE: 10px;
    PADDING-RIGHT: 3px;
    PADDING-LEFT: 3px;
    PADDING-BOTTOM: 3px;
    PADDING-TOP: 3px
}

.myQuote
{
    BORDER-RIGHT: #000000 1px solid;
    PADDING-RIGHT: 3px;
    BORDER-TOP: #000000 1px solid;
    PADDING-LEFT: 3px;
    FONT-SIZE: 10px;
    PADDING-BOTTOM: 3px;
    BORDER-LEFT: #000000 1px solid;
    PADDING-TOP: 3px;
    BORDER-BOTTOM: #000000 1px solid;
    BACKGROUND-COLOR: #fff8dc;
    TEXT-ALIGN: justify;
    TEXT-DECORATION: none
}


/* TRANSMENU CSS FOR RHUK_PLANETFALL TEMPLATE*/
/* this is the clipping region for the menu. it's width and height get set by script, depending on the size of the items table */
.transMenu {
	LEFT: -1000px; 
	OVERFLOW: hidden; 
	POSITION: absolute; 
	TOP: -1000px;
	}
/* this is the main container for the menu itself. it's width and height get set by script, depending on the size of the items table */
.transMenu .content {
	position:absolute;
	}

/* this table comprises all menu items. each TR is one item. It is relatively positioned so that the shadow and background transparent divs can be positioned underneath it */
.transMenu .items 
{
	position:relative;
	left:0px; top:0px;
	z-index:2;
	text-indent:5px;
	width:10px;
	}
.transMenu.top .items {
	border-top: medium none;
	}

/* each TR.item is one menu item */
.transMenu .item
{
    font-size:9px;
    text-decoration:none;
	font-weight:bold;
    margin: 0px;
	display:block;
	/* this is a hack for mac/ie5, whom incorrectly cascades the border properties of the parent table to each row */
	border:none;
	cursor:pointer;
	cursor:hand;
	border-bottom: 1px solid #000;
	}
/* this DIV is the semi-transparent white background of each menu. the -moz-opacity is a proprietary way to get transparency in mozilla, the filter is for IE/windows 5.0+. */
/* we set the background color in script because ie mac does not use it; that browser only uses a semi-transparent white PNG that the spacer gif inside this DIV is replaced by */
.background {
	position:absolute;
	left:0px;
	top:0px;
	z-index:1;
	-moz-opacity:.8;
	filter:alpha(opacity=90);
	}

/* same concept as .background, but this is the sliver of shadow on the right of the menu. It's left, height, and background are set by script. In IE5/mac, it uses a PNG */
.transMenu .shadowRight {
	position:absolute;
	z-index:3;
	top:3px; 
	width:2px;
	-moz-opacity:.4;
	filter:alpha(opacity=40);
	}

/* same concept as .background, but this is the sliver of shadow on the bottom of the menu. It's top, width, and background are set by script. In IE5/mac, it uses a PNG */
.transMenu .shadowBottom {
	position:absolute;
	z-index:1;
	left:3px; 
	height:2px;
	-moz-opacity:.4;
	filter:alpha(opacity=40);
	}

/* this is the class that is used when the mouse is over an item. script sets the row to this class when required. */
.transMenu .item.hover {
	background: #2E4377;
	text-transform: none;
	font: normal;
	
}
.transMenu .item.hover td {color:#000000;}
/* this is either the dingbat that indicates there is a submenu, or a spacer gif in it's place. We give it extra margin to create some space between the text and the dingbat */
.transMenu .item img {
	margin-left:10px;
	}
.transMenu .item#active {
	BACKGROUND: #fdfdfd;
	COLOR: black
	}
.transMenu .item#active.hover {
	COLOR: black;
	background:#dcdcdc;
	}
.transMenu .item td{
	color:gold;
	font-weight:bold;
}
/* For first level menu.*/
#wrapMenu {
   margin: 0px;
   padding: 0px;
   background-image: url(topmenu_bg.gif);
   height: 29px;

}
#topMenu {
}

a.mainlevel-trans:link, a.mainlevel-trans:visited {
   font-family: Tahoma, Helvetica, sans-serif;
   text-decoration:none;
   font-size: 9px;
   font-weight:bold;
   color:#192754;
   white-space:nowrap;
   line-height: 26px;
   border-right: 1px solid #FFF;
   display: block;
   height: 26px;
   width:auto;
   margin: 0px;
   padding: 0px 15px 0px 15px;
}
a.mainlevel-trans:hover {
	BACKGROUND: #192754; COLOR: #ffffff;
}
a.mainlevel_active-trans, a.mainlevel_active-trans:visited {
   font-family: Tahoma, Helvetica, sans-serif;
   text-decoration:none;
   font-size: 9px;
   font-weight:bold;
   color:#FF6600;
   white-space:nowrap;
   line-height: 26px;
   border-right: 1px solid #FFF;
   display: block;
   height: 26px;
   width:auto;
   margin: 0px;
   padding: 0px 15px 0px 29px;
   background: url(imgs/x.gif) 12px 10px no-repeat;
}
a.mainlevel_active-trans:hover {
  color:#2E4377;
}
/* End added */