@charset "utf-8";
body {
	color: #333;
	font-size: 1em;
}
p, h1,h2,h3,h4,h5,h6,ol,ul,li {
	margin:0;
	padding:0;
	font-family:Verdana, Geneva, sans-serif;
	text-align: justify;
	line-height: 1.3em;
}
ol,ul,li {
	margin-left:2.4em;
	font-size:0.95em;
	text-align: justify;
	line-height: 1em;
}
body  {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:link,a:visited {
	text-decoration:none;
	color:#0842AD;
	border-bottom-style: none;
}
a:hover {
	border-bottom-style: none;
	text-decoration:none;
}
h1 {
	font-size: 1.8em;
	color: #FF6600;
	margin-bottom:0.3em;
}
h2 {
	font-size: 1.4em;
	margin-bottom:0.15em;
	text-transform: capitalize;
	color:#003399;
}
h3 {
	font-size: 1.2em;
	margin-bottom:0.3em;
	margin-top:0.7em;
	font-weight:bold;
}
h4 {
	font-size: 1.2em;
	margin-bottom:0.3em;
	margin-top:0.7em;
}
h5 {
	font-size: 1.2em;
	text-align: center;
	margin-bottom:0.3em;
	margin-top:0.7em;
}
h6 {
	font-size: 1.1em;
	margin-top:0.4em;
	margin-bottom:0.15em;
}
p {
	font-size:1em;
	text-align:justify;
	line-height: 1.5em;
}

.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;
}
.HeaderTableTitle {
	font-size: 1.1em;
	font-weight: lighter;
	font-variant: small-caps;
	text-transform: capitalize;
	color: #C90;
	text-align: center;
}
.trademark {
	font-size: 0.7em;
	font-weight: lighter;
	color: #666;
}
#footer table tr td p {
	font-size: 0.7em;
	font-weight: normal;
	color: #666;
}
.destaque {
	font-weight: bold;
	color: #C90;
}
.Aeroclube {
	font-weight: bold;
	text-transform: uppercase;
	color: #013AAD;
}
