@charset "UTF-8";
/* CSS Document */
*{
	margin: 0;
	padding: 0;
	}

body  {
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: Helvetica, sans-serif;
	font-size: 13px;
}

h1 {
	font-size: 16px;
	text-transform: capitalize;
	font-weight: lighter;
	color: #FF0000;
}
 h2 {
	font-size: 14px;
	text-transform: capitalize;
	font-weight: lighter;
}
h3 {
	font-family: Helvetica, sans-serif;
	font-size: 16px;
	font-weight: lighter;
	text-transform: uppercase;
	color: #FF0000;
}


a:link {
	color:#000000;
	text-decoration:underline;
}
a:visited {
	color:#000000;
	text-decoration:underline;
}
a:active {
	color:#000000;
	text-decoration:underline;
}
a:hover {
	color:#FF0000;
	text-decoration: none;
	font-size: 14px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
body p {
	padding-left: 30px;
}
body table tr td {
	padding-left: 40px;
}
#searchtext {
	margin-left: 50px;
}

