@charset "UTF-8";
/* CSS Document */

body { background-image:url(images/bg.jpg);
       background-color:#fff; 
       background-repeat:repeat-x;
       font-family:Verdana;
       font-size:11px;
       line-height:16px;
       color: #333333;
}

.link { font-family:Verdana;
       font-size:11px;
       color: #333333;
       text-decoration:underline;}
       
.slink { font-family:Verdana;
       font-size:10px;
       color: #333333;
       text-decoration:none;}

.slink1 { font-family:"ËÎÌå";
       font-size:10px;
       color: #333333;
       text-decoration:none;}
       
.txf {  font-family:Verdana;
       font-size:11px;
       line-height:16px;
       color: #333333;
       border:1px solid #fff;
       background-color:#fff;
       width: 258px;
       height:18px;
       }
       
.ltxf {  font-family:Verdana;
       font-size:11px;
       line-height:16px;
       color: #333333;
       border:1px solid #fff;
       background-color:#fff;
       width: 350px;
       } 
       
.btn { font-family:Verdana;
       font-size:10px;
       color: #fff;
       border:1px solid #333;
       background-color:#333;
       width: 67px;
       height:20px;
       } 
       

       
.submenu { font-family:Verdana;
       font-size:11px;
       color: #888888;
       text-decoration:none;}

       
.submenuon { font-family:Verdana;
       font-size:11px;
       color: #333333;
       text-decoration:none;}
       
       

.root 		{
		position:relative;
		height:			323px;
		width:			350px;
		margin: 			0px 0px 30px 0px;
		background-color:#FFFFFF;		
		}
		
.root p 	{
		margin:			0px 0px 30px 0px;
		}
.srbg { height:323px; background-color:#FFFFFF; width:30px; border:1px solid #FFFFFF; }
		
.thumb 		{
		position:			absolute;
		height:			30px;
		width:			9px;
		margin-left: 			-13px;
		background-color:#FFFFFF;
		
		}
		
.up, .dn 	{
		position:			absolute;
		left: 			0px;
		margin-left: 		-13px;
		background-color:#FFFFFF;
		}
		
.up a, .up a img, .dn a, .dn a img, .thumb a , .thumb a img{
		border:			0;
		}
		
.scrollContainer { 
		position:			absolute; 
		left:			0px; 
		top:			0px;
		width:			350px; 
		height:			323px; 
		clip:			rect(0 350 323 0); 
		overflow:			auto; 
		border-top:		1px solid #e8eef1;
		border-left:		1px solid #e8eef1;
		border-right:		1px solid #e8eef1;
		border-bottom:		1px solid #e8eef1;
		background:		#ffffff;
		}
		
.scrollContent {
	position:			absolute;
	left:			1px;
	top:			0px;
	width:			350px;
		}

.root2 		{
		position:relative;
		height:			317px;
		width:			364px;
		margin: 			0px 0px 0px 38px;	
		background-color:#FFFFFF;	
		}	
		
.scrollContainer2 { 
		position:			absolute; 
		left:			0px; 
		top:			0px;
		width:			370px; 
		height:			323px; 
		clip:			rect(0 350 323 0); 
		overflow:			auto; 
		border-top:		1px solid #e8eef1;
		border-left:		1px solid #e8eef1;
		border-right:		1px solid #e8eef1;
		border-bottom:		1px solid #e8eef1;
		background:		#e8eef1;
		}
		
.scrollContent2 {
	position:			absolute;
	left:			2px;
	top:			0px;
	width:			350px;
		}
		
.menu_grey { color:#333; text-decoration:none; font-size:13px; font-weight:bold;}
.menu_white { color:#fff; text-decoration:none; font-size:13px; font-weight:bold;}
.left30 { padding-left:30px;}
.size_14 { font-size:14px;}
.is_grey { color:#666;}