/* CSS Document */
BODY {
	margin:0px;
	padding:0px;
}

table, .tbl, td, .tbl_td, tr, th, .tbl_th {
	border-collapse: collapse;
}

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;
}

.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%;
}

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;
}

button {
	margin: 0px;
	padding: 0px;
	border: 0px;
	background: transparent;
	overflow: visible;
	cursor: pointer;
}

button img {
	vertical-align: -15%;
}

.clearfix {
	height:1%;
}

.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;
}

ul {
	margin-left:20px;
}

.float_left {
	float:left;
}

.float_right {
	float:right;
}

.smaller {
	font-size:.9em;
}

.larger {
	font-size:1.1em;
}

.underline {
	text-decoration:underline;
}