body{
	padding:0px;
	margin:0px;
	background-color:#000000;
	overflow: hidden;
	height: 100%;
}
a:hover{text-decoration:none;}
.m_text
	{
		font-family:Tahoma;
		font-size:11px;
		line-height:normal;
		color:#8D8D8D;
	}

.h_text
	{
		font-family:Tahoma;
		font-size:11px;
		line-height:normal;
		color:#D0D0D0;
	}

.h1_text
	{
		font-family:Tahoma;
		font-size:11px;
		line-height:normal;
		color:#FFD800;
	}
	
.l_text
	{
		font-family:Tahoma;
		font-size:11px;
		line-height:normal;
		color:#B4B48B;
	}
	
.lt_text
	{
		font-family:Tahoma;
		font-size:11px;
		line-height:11px;
		color:#B3B2B2;
	}

.f_text
	{
		font-family:Tahoma;
		font-size:11px;
		line-height:11px;
		color:#808080;
	}

.form
	{
		width:200px; height:20px; border-color:#FFFFFF; border-width:1px; background-color:#000000; border-style:solid
	}
.form_div
	{
		height:23px; margin-top:1px;
	}

.form1
	{
		width:81px; height:19px; border-color:#C6C6C6; border-bottom-width:1px; border-right-width:1px; background-color:#ffffff; margin:0px; padding:0px
	}
		ul {margin:0; padding:0; list-style:none}
li {background:url(images/m.gif) no-repeat 10px 2px; margin: 4px 0px 0px 0px; padding:0px 0px 0px 26px}
	a.lt_text{text-decoration:none;}	
	a.lt_text:hover{text-decoration:underline;}
	
	a.text{color:#8D8D8D;text-decoration:none;}	
	a.text:hover{color:#8D8D8D;text-decoration:underline;}



#nav_menu_wrapper { /* this will ba used as a wrapper for the nav_menu so we can center it (nav_menu). especially for IE */
	height:20px; /* fix bar's height */
	width:100%; /* use 100% of width */
	/* the code below will PUT the bar at the bottom */	
	bottom:0px;
	position:absolute;
	/* hide scrollbar for this wrapper */
	overflow:hidden;
}
.transparent_class {
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}


	#nav_menu_wrapper .nav_menu { /* the menu itself */
	height:20px; /* fix bar's height */
	width:100%; /* fixed width */
	/* center this div */
		margin-left:auto;
	margin-right:auto;
	/* add effect */
		background-color:#2a2a2a;
	border:#666666 solid 1px;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 13px;
	text-decoration: blink;
	}
	
	/*
	 * menu links and link effects
	 */
		
		
		#nav_menu_wrapper .nav_menu li {
			display:inline;
		}
		
		#nav_menu_wrapper .nav_menu li a {
			padding-top:3px;
			padding-bottom:5px;
			padding-left:9px;			
			padding-right:9px;
		}
		
		#nav_menu_wrapper .nav_menu a:link, #nav_menu_wrapper .nav_menu a:visited {
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size: 10px;
			color:#333333;
			text-decoration:none;
			background-color:#EEEEEE;
		}

		#nav_menu_wrapper .nav_menu a:hover {
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:8px;
			color:#FFFFFF;
			text-decoration:none;
			background-color:#0099FF;
		}
		#main_container {
	width:100%;
	background-color:#000000; /* DO NOT REMOVE THIS; or you'll have issue w/ the scrollbar, when the mouse pointer is on a white space */
	height:100%;	/* this will make sure that the height will extend at the bottom */
	overflow:auto;	/* will have a scrollbar at our content containier */
	position:absolute; /* container div must be absolute, for our fixed bar to work */
	top: 0px;
}
#top_nav_menu_wrapper { /* this will ba used as a wrapper for the nav_menu so we can center it (nav_menu). especially for IE */
	height:25px; /* fix bar's height */
	width:100%; /* use 100% of width */
	/* the code below will PUT the bar at the bottom */	
	top:0px;
	position:absolute;
	/* hide scrollbar for this wrapper */
	overflow:hidden;
}
	#top_nav_menu_wrapper .top_nav_menu { /* the menu itself */
	height:25px; /* fix bar's height */
	width:100%; /* fixed width */
	/* center this div */
		margin-left:auto;
	margin-right:auto;
	/* add effect */
		background-color:#2a2a2a;
	border:#666666 solid 1px;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 14px;
	text-decoration: blink;
	}
