/*standards*/
html, body{
   height: 100%;
}
body{
	background-color: #9fc103;
}
body, table, th, tr, td, div{
	color: #444444;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-variant: normal;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 16px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	text-decoration: none;
	text-indent: 0px;
	text-transform: none;
	vertical-align: bottom;
	word-spacing: normal;
}
div{
  position: relative;
  height: auto;
  width: auto;
  top: 0px;
  left: 0px;
  background-color: transparent;
}

table, th, tr, td, div, img {
	border-color: #444444;
	border-style: solid;
	border-width: 0px;
}
table, th, tr, td {
  table-layout: fixed;
  border-collapse: collapse;
}
span{
	margin: 0px;
	padding: 0px;
}
p{
	text-indent: 0px;
	margin: 0px;
	padding: 0px;
}
h1{
	color: #444444;
	font-size: 13px;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}
h2{
	color: #49bfea;
	font-size: 13px;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}
h3, h4, h5, h6{
	color: #444444;
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0px 3px 0px;
	padding: 0px 0px 0px 0px;
}
a{
	position:relative;
	color: #333333;
    text-decoration: none;
}
a:active{
	color: #999999;
    text-decoration: none;
}
a:hover{
	color: #999999;
    text-decoration: none;
}
hr{
	border-color: #dddddd;
	border-style: solid;
	border-width: 0px;
}
input{
	border-color: #dddddd;
	border-style: solid;
	border-width: 1px;
}
fieldset{
	border-color: #dddddd;
	border-style: solid;
	border-width: 0px;
}
textarea{
	border-color: #dddddd;
	border-style: solid;
	border-width: 1px;
}
.clearboth{
  clear: both;
  height: 1px;
  width: 1px;
  line-height: 1px;
  font-size: 1px;
}
.fleft{
  float: left;
}
.fright{
  float: right;
}
