.hao, .nocss {
	display: none;
}

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

.strong {
	font-weight: bold;
}

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

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

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

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

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

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

form table
{
	width: 99%;
}

h1, h2, h3, h4, h5, h6 {
	margin: 2px 0px;
}

h1 {
	font-size: 2.0em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.6em;
}

h4 {
	font-size: 1.4em;
}

h5 {
	font-size: 1.2em;
}

h6 {
	font-size: 1.1em;
}

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

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

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

a:hover {
	text-decoration: underline;
}

a.show {
	text-decoration: underline;
}

p {
	position: relative;
	margin: 0px;
	padding: 4px 0px;
}

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

textarea {
	overflow: auto;
}

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

.block {
	display: block;
}

.inline {
	display: inline;
}

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

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

table .right {
	text-align: right;
}

table .left {
	text-align: left;
}

table .center {
	text-align: center;
}

.input_button {
	vertical-align: middle;
}

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

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 {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

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

/* Hides from IE-mac \*/
* html .clearfix_left {height: 1%;}
/* End hide from IE-mac */

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

/* Hides from IE-mac \*/
* html .clearfix_right {height: 1%;}
/* End hide from IE-mac */

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