BODY { 
	background-color: White;
	font-family: sans-serif;
	font-size: 11px;
	}
a, a:link, a:visited{ 
	text-decoration:none;
	}
a:hover{
	text-decoration: underline;
	}
.ftable{
	width: 100%;
	height: 100%;
}
.vmenu_item{
	color: #e3760a;
	font-size: 13px;
	height: 36px;
	padding-top: 5px;
}
.hmenu_item{
	padding-left: 2px;
	color: #FFFFFF;
	font-size: 13px;
	text-transform: uppercase;
	text-align: right;	
}
.input,.input2,.input3{
	border-width: 0px;
	background-image: url(img/input_bg.gif);
	height: 25px;
	width: 147px;
	padding-top: 5px;
	padding-left: 5px;
	color: #999999;
	font-weight: bold;
}
.input2{
	background-image: url(img/input_bg2.gif);
	width: 120px;
}
.input3{
	background-image: url(img/input_bg3.gif);
	width: 30px;
	height: 22px;
}
.red{
	color: #e3760a;
}
h1{
	color: #e3760a;
	font-size: 16px;
}
.footer{
	color: #666666;
	vertical-align: middle;
	padding-left: 15px;
	padding-right: 15px;
}
.link1{
	color: White;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
.bg1{
//	background-image: url(/img/cat_bg1.gif);
	background-color: #ececec;

}
.bg2{
//	background-image: url(/img/cat_bg2.gif);
	background-color: #f3f3f3;
}
#hint{
	display:none;
	position:absolute;
	background:#efefef;
	color:#888;
	width:150px;
	padding:5px;
	border:1px solid #888;
}

#hintName{
	font-size:13px;
	font-weight:bold;
}

#hintDesc{
	margin-top:5px;
}
