.hao, .nocss {
	display: none;
}

.important {
	color: #FF0000 !important;
	font-weight: bold;
}

.strong {
	font-weight: bold;
}

.tbl {
	margin: 4px;
	width: 95%;
}

table, .tbl, td, .tbl_td, tr, th, .tbl_th {
	border-collapse: collapse;
}

.clear_left {
	clear: left;
	font-size: 0px;
	height: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	position: relative;
	z-index: -1;
}

.clear_right {
	clear: right;
	font-size: 0px;
	height: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	position: relative;
	z-index: -1;
}

.clear_both {
	clear: both;
	font-size: 0px;
	height: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	position: relative;
	z-index: -1;
}

table {
	border-collapse: collapse;
	border-collapse: collapse;
	border-width: 0px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

form table {
	width: 99%;
}

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 2px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 2px;
}

h1 {
	margin-bottom: 2px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 2px;
	color: #000000;
	font-family: Arial;
	font-size: 16pt;
	font-weight: 600;
	line-height: 21pt;
}

h2 {
	font-family: Arial;
	font-size: 13pt;
	font-weight: 600;
	line-height: 18pt;
}

h3 {
	font-size: 1.6em;
}

h4 {
	font-size: 1.4em;
}

h5 {
	font-size: 1.2em;
}

h6 {
	font-size: 1.1em;
}

div {
	border-width: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	top: 0px;
}

a img {
	border-width: 0px;
	vertical-align: middle;
}

a {
	cursor: pointer;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.show {
	text-decoration: underline;
}

p {
	margin: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 4px;
	position: relative;
}

input {
	margin: 0px;
	padding: 0px;
}

textarea {
	overflow: auto;
}

form {
	border-width: 0px;
	margin: 0px;
	padding: 0px;
}

.block {
	display: block;
}

.inline {
	display: inline;
}

.float_left {
	display: inline;
	float: left;
}

.float_right {
	display: inline;
	float: right;
}

table .right {
	text-align: right;
}

table .left {
	text-align: left;
}

table .center {
	text-align: center;
}

.input_button {
	vertical-align: middle;
}

button {
	background-color: transparent;
	border-width: 0px;
	cursor: pointer;
	margin: 0px;
	overflow: visible;
	padding: 0px;
}

button img {
	vertical-align: -15%;
}

div.no_left {
	margin-left: 0px;
	padding-left: 0px;
	width: auto;
}

div.no_right {
	margin-right: 0px;
	padding-right: 0px;
	width: auto;
}

.no_float {
	float: none;
}

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

* html .clearfix {
	height: 1%;
}

.clearfix_left:after {
	clear: left;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

* html .clearfix_left {
	height: 1%;
}

.clearfix_right:after {
	clear: right;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

* html .clearfix_right {
	height: 1%;
}

ul, ol, li {
	margin: 0px;
	padding: 0px;
	text-indent: 0px;
}
