@charset "utf-8";
@import url("content.css");
/*share style---------------------------------------------------------*/
body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, pre{
	margin: 0px;
	padding: 0px;
}
ul, ol, li {
	list-style-type: none;
}
body {
	text-align: center;
	font: 11px/19px Verdana, Geneva, sans-serif;
	color: #333;
}
h1 {
	margin-bottom: 10px;
	color: #0093DD;
	font: bold 22px/24px Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 17px;
}
h3 {
	font-size: 15px;
	font-weight: bold;
}
h4, h4 a:link, h4 a:visited{
	font-size: 13px;
	color: #0093DD;
	font-weight: bold;
}
h5, h5 a:link, h5 a:visited {
	font-size: 11px;
	color: #45627E;
}
h6 {
	font-size: 11px;
	color: #000;
}
pre {
	font: bold 10px Verdana, Geneva, sans-serif;
	margin-top: 10px;
	color: #666;
}
caption {
	font-size: 12px;
	font-weight: bold;
	color: #000;
}
img {
	border-style: none;
}
sup {
	vertical-align: super;
}
a:link, a:visited {
	color: #49768B;
}
a:hover {
	text-decoration: none;
}
.clearfloat {
	clear: both;
	margin: 0px;
	padding: 0px;
	line-height: 1px;
}
.pdfLink,.pdfClick {
	background: url(../images/icon-pdf.gif) no-repeat 0px 0px;
	padding-left: 20px;
	margin-top: 10px;
}
.alignRight {
	text-align: right;
}
.alighLeft {
	text-align: left;
}
.floatRight {
	float: right;
}
.floatLeft {
	float: left;
}
input[type=checkbox], input[type="checkbox"] {
	border:none;
}