﻿@charset "utf-8";

body,td,th {
	font-family: SimSun, NSimSun, sans-serif;
	font-size: 12px;
	color: #666666;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #3366CC;
}
a:active {
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 18px;
	text-align: center;
	margin: 3px;
	display: block;
	padding: 3px;
	color: #F00;
}
h2 {
	font-size: 16px;
	line-height: 26px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	display: block;
	width: 200px;
	color: #06C;
	border-bottom: #06C solid 2px;
}
h3 {
	font-size: 14px;
	line-height: 26px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	display: block;
	width: 100%;
	color: #06C;
	border-bottom: #06C solid 2px;
}

img {
	/*display: block;*/
	border: 0px;
}
hr {
	border: #3366CC dashed 1px;
	margin: 5px;
	display: block;
	padding: 0px;
	text-align: center;
	height: 2px;
}