/* CSS Document */
/**/
/* General */
BODY {
	/* font styles */
	font-family: Georgia, "Times New Roman", Times, serif; 
	text-decoration:none;
	font-size:10px;
	color:#4AB3FA;
	/* */
	margin: 0px;
	width:100%;
	text-align:left;
	background-color: #000000;
	background-image:url(../images/img_bg.gif);
	background-position:top;
	background-repeat:no-repeat;
	/* 
	scrollbar-3dlight-color:#474642; 
	scrollbar-arrow-color:#4AB3FA;
	scrollbar-base-color:#474642;
	scrollbar-darkshadow-color:#474642;
	scrollbar-face-color:#494845;
	scrollbar-highlight-color:#494845;
	scrollbar-shadow-color:#474642;
	*/
	SCROLLBAR-FACE-COLOR: #474642; 
	SCROLLBAR-HIGHLIGHT-COLOR: #474642; 
	SCROLLBAR-SHADOW-COLOR: #474642; 
	SCROLLBAR-3DLIGHT-COLOR: #474642; 
	SCROLLBAR-ARROW-COLOR: #00B3DD; 
	SCROLLBAR-TRACK-COLOR: #2b2b2b; 
	SCROLLBAR-DARKSHADOW-COLOR: #000000; 
	SCROLLBAR-BASE-COLOR: #4c4c4c;
}



SPAN, DIV {padding:0px; margin:0px}
IMG {border:0px}
TD { 
	vertical-align: top;
	font-family: Georgia, "Times New Roman", Times, serif; 
	/*font-family:verdana, geneva, arial;*/
	font-size: 10px; 
	text-transform: capitalize;
	line-height: 17px;
	color: #4AB3FA;
	}

/* Text */
a:link {font-family:Georgia, "Times New Roman", Times, serif; text-decoration:none; font-size:10px; color:#4AB3FA }
a:visited {color:#5D5C5A; text-decoration:none}
a:active, a:hover {color:#FFCC00; text-decoration:none}
/* ----------------------------------------------------------*/

/* Menu Selector ......................................................................... */
#bottomMenu{
	position:absolute;
	top:575px;
	left:0px;
	bottom: 10px;
	border:0px;
}
#menuMain {position:absolute; top:180px; left:32px;border:0px;}
/* new Class*/
a.new{font-family:Georgia, "Times New Roman", Times, serif;text-decoration:none; font-size:10px;color: #FFCC00;}
a.new: link{color:#FF6600;}
a.new: visited{color:#5D5C5A;}
a.new: active, a.new: hover{ color:#FFCC66 ;}

SPAN.new{font-family:Georgia, "Times New Roman", Times, serif;text-decoration:none; font-size:10px;color: #FFCC00;}
