﻿@charset "UTF-8";
/* CSS Document */

h1,h2,h3,h4,h5,h6,h7,p {
	padding: 0;
	margin: 0;
}
H2{
	font-weight: lighter;
	font-size: 16px;
	text-transform: uppercase;
	color: #009ee0;
	padding: 0 0 2px 0;
}
H3{
	font-weight: lighter;
	font-size: 14px;
	text-transform: uppercase;
	color: #009ee0;
	padding: 0 0 2px 0;
}
H4{
	font-weight: normal;
	font-size: 12px;
	color: #009ee0;
	padding: 0 0 2px 0;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.clearleft {
	clear:left;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.clearright {
	clear:right;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
TEXTAREA {
    border: 1px inset;
}
TD {
	font-size: 12px;
}


