@charset "utf-8";
/* CSS Document */

body,form,h1,h2,h3,h4,h5,h6,img,ul,li,div,table { margin: 0px; padding: 0px; border: 0px; }
body {
	font-size: 11px;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/bj.gif);
	background-repeat: repeat-x;
	background-position: top;
}
a:link {
	font-size: 11px;
	color: #2C7392;
	text-decoration: none;
}
a:visited {
	font-size: 11px;
	color: #2C7392;
	text-decoration: none;
}
a:hover {
	font-size: 11px;
	color: #2C7392;
	text-decoration: underline;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #FF6600;
	line-height: 40px;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	color: #22678C;
}
p {
	font-size: 10px;
	color: #333333;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
p a:link{
	color: #333333;
	text-decoration: none;
}
p a:visited{
	color: #333333;
	text-decoration: none;
}
p a:hover{
	color: #333333;
	text-decoration: underline;
}
.red {
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}
ul {
	padding-left: 18px;
}
li{
	list-style-image: url(../images/icon_arrow.gif);
}
hr {
	margin: 0px;
	padding: 0px;
	height: 1px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
