* html {
	font-size: 1em;
}


html{
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
body{
	padding: 0px;
	margin: 0px;
	font-size: 1.2em;
	color: #333;
	
}

div,p,hr,span,ul,li,h1,h2,h3,table,th,td,form,input,textarea,marquee{
	padding: 0px;
	margin: 0px;
	font-size: 12px;
}

.fleft{ 
	float: left;
	margin-right: 5px;
}
.fright{ 
	float: right;
	margin-left: 5px;
}
.clear{
	clear: both;
	height: 1px;
}
.blank3{
	clear: both;
	height: 3px;
}
.blank6{
	clear: both;
	height: 6px;
}
.blank9{
	clear: both;
	height: 9px;
}
.hr{
	clear: both;
	height: 1px;
	border-top: dashed 1px #ccc;
	margin: 3px 0px;
}
.red{ color: #f00;}
.red a{ color: #f00;}
.red a:hover{ color: #f00; text-decoration: underline;}

h1,h2,h3,h4{
	font-weight: normal;
	font-size: 12px;
}

a{ color: #333; text-decoration: none;}
a:hover{ color: #3EA2CE; text-decoration: underline;}

A.menu:link {color:#333;text-decoration:none;}                  
A.menu:visited {color:#333;text-decoration:none ;}
A.menu:hover {color:#333;text-decoration:underline}
A.menu:active {color:#007734;text-decoration:underline;font-weight:bold;}

.dombiankuang {	border: 1px solid #5bbcfa;}

.STYLE1 {
	font-size: 14px;
	color: #66a;
}
.style15 {	FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #575b5c
}
.style14 {	FONT-WEIGHT: bold; COLOR: #333333
}
.STYLE16 {color: #990000}.hangju {
	line-height: 20px;
}
.menu2 {
	margin: 100px 0 0;
	padding: 0;
	list-style: none;
}
.menu2 li {
	padding: 0;
	margin: 0 2px;
	float: left;
	position: relative;
	text-align: center;
}
.menu2 a {
	padding: 14px 0px;
	display: block;
	color: #000000;
	width: 87px;
	text-decoration: none;
	font-weight: bold;
	background: url(images/button.gif) no-repeat center center;
}
.menu2 li em {
	background: url(images/hover.png) no-repeat;
	width: 180px;
	height: 45px;
	position: absolute;
	top: -85px;
	left: -55px;
	text-align: center;
	padding: 20px 12px 10px;
	font-style: normal;
	z-index: 2;
	display: none;
}