html {  height: 100%;  margin-bottom: 1px;}
body 
{	
	margin:0px;
	padding:0px;

	scrollbar-base-color: #dddddd;
	scrollbar-3dlight-color: #bfbfbf;
	scrollbar-arrow-color: #bfbfbf;
	scrollbar-darkshadow-color: #c5cdd8;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-track-color: #dddddd;
	
	background:#e94609 url(_pix/bg.jpg) top center no-repeat;
	text-align:center;

} 
img { border:none; }


.wL	{width:400px;}
.wM	{width:250px;}
.wS	{width:125px;}
.wXS {width:100px;}
.input {
	border:none;
	border-bottom: 1px solid #CCCCCC;
	background:none;
	/*background-color:#FFFFFF;*/
	line-height:12px;
}
/*.button {
	font-family:  arial, verdana, helvetica, sans-serif;
	font-size: 11px; 
	border-top: 1px solid #4b7298;
	border-left: 1px solid #4b7298;
	border-bottom: 1px solid #1c3e5f;
	border-right: 1px solid #1c3e5f;
	color:#ffffff;
	background-color:#f07c00;
	height:20px;
}*/

.button {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 11px; 
	line-height: 22px;
	text-decoration:none; 
	color: #525252;
	text-align:center;
	font-weight:regular;
	margin:0px;
	margin-right:1px;
	border:none;
	width:250px;
	height:23px;
	background:#CCCCCC url(_pix/button_blank.jpg) no-repeat center top;
	cursor:pointer;
	/*display:block;*/
}
.button:link { background-position:0% 0px; }
.button:visited { background-position:0% 0px; }
.button:hover { background-position:0% -23px; }
.button:active { background-position:0% -23px; }

.select {
	line-height:15px;
	border: 1px solid #CCCCCC;
	background-color:#FFFFFF;	
}


/*________________________________________________menu */



.menuTop{
	font-family: "Arial Narrow", Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px; 
	line-height: 25px;
	text-decoration:none; 
	color: #000000;
	font-weight:bold;
	text-transform:uppercase;
	
	display:block;
	width:170px;
	height:45px;
	overflow:hidden;
	padding-left:30px;
	padding-top:10px;
	/*float:left;*/
	
	/*background:#58585a;*/
}
.menuTop:link { font-weight:bold; background-position:0% 0px; }
.menuTop:hover { font-weight:bold; background-position:0% -1px; }
.menuTop:visited { font-weight:bold; background-position:0% 0px; }
.menuTop:active { font-weight:bold; background-position:0% 0px; }

.menuTopN1 {background: url(_pix/bg-menu1.gif) no-repeat top left;}
.menuTopN2 {background: url(_pix/bg-menu2.gif) no-repeat top left;}
.menuTopN3 {background: url(_pix/bg-menu3.gif) no-repeat top left;}
.menuTopN4 {background: url(_pix/bg-menu4.gif) no-repeat top left;}
.menuTopN5 {background: url(_pix/bg-menu5.gif) no-repeat top left;}



.submenu {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px; 
	line-height: 30px;
	color: #FC3;
	text-decoration:none; 
	font-weight:normal;
	margin-right:25px;
}
.submenu:link {font-weight:normal;text-decoration:none; color: #FC3;  }
.submenu:visited {font-weight:normal;text-decoration:none; color: #FC3; }
.submenu:hover {font-weight:normal;text-decoration:none; color:#FFF; }
.submenu:active {font-weight:normal;text-decoration:none; color: #FC3; }

.submenuact {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px; 
	line-height: 30px;
	color: #000000;
	text-decoration:none; 
	font-weight:normal;
	margin-right:25px;
}
.submenuact:link {font-weight:normal;text-decoration:none; color: #000000;  }
.submenuact:visited {font-weight:normal;text-decoration:none; color: #000000; }
.submenuact:hover {font-weight:normal;text-decoration:none; color:#000000; }
.submenuact:active {font-weight:normal;text-decoration:none; color: #000000; }




