@charset "gb2312";
* {outline: none;}

body {
	color:#111;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	letter-spacing:0.03em;
	word-spacing:0.08em;
	font-size: 12px;
	background-image: url(img/shadow.png);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #d4e1ee;
	margin: 0px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

p { padding:0 0 1.5em 0; }
p img.left { border: 1px solid #356287; float: left; margin: 5px 10px 0 0; padding: 2px; }
p img.center { border: 1px solid #356287; margin: 5px auto; padding: 2px; }
p img.right { border: 1px solid #356287; float: right; margin: 0 0 1em 1em; padding: 2px; }
p.borderBottom { display: block; border-bottom: 1px solid #a3c1da; margin:0 0 1.5em 0; }

.left { text-align: left; }
.center {text-align: center;  }
.right { text-align: right; }

h1 {
	font-size: 20px;
	font-family: "ºÚÌå";
}
h2 { font-size: 1.9em; margin-bottom: 0.79em; text-align: center; }
h3 {
	font-size: 14px;
	margin: 0.25em 0;
	font-weight: bold;
}
h4 {
	font-size: 14px;
	font-weight: bold;
	margin: 4px 0;
	color: #145da2;	
}
h5,h6 {
	font-size: 12px;
	font-weight: bold;
	color: #145da2;	
	margin: 2px 0;
}
.blue_text{
	color: #145da2;	
}
.red_text{
	color: #F00;
}
.hui_text{
	color: #666;	
}
.black_text{
	color: #000;		
}
.text16 {
	font-size: 16px;
	line-height: 26px;
}
.text15 {
	font-size: 15px;
	line-height: 24px;
}
.text14 {
	font-size: 14px;
	line-height: 22px;
}
.text13 {
	font-size: 13px;
	line-height: 20px;
}
.text12 {
	font-size: 12px;
}
.text11 {
	font-size: 11px;
	line-height: 16px;
}
li ul, 
li ol  { margin:0 1.5em; }
ul, ol { margin: 0 1.5em 1.5em 1.5em; }

dl { margin: 0 0 1.5em 0; }
dl dt { font-weight: bold; }
dl dd { margin-left: 1.5em; }

a {
	color: #336699;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #900;
}

