body {
	font-family:Arial, Helvetica, sans-serif;
	color:#454545;
	font-size:12px;
	line-height:18px;
	margin:0px auto;
	background:#4d91d7 url(../images/bg.jpg) repeat-x top center;
	background-attachment:fixed;
}
a:link, a:visited {
	color:#0e4376;
	text-decoration:none;
}
a:hover, a:active {
	color:#2fa8c6;
}
#footer {
	padding:5px;
	font-size:11px;
	font-weight:bold;
}
.header {
	background:url(../images/flying-service-header.jpg) no-repeat center;
}
.menu a:link, .menu a:visited {
	display:block;
	padding:4px 25px;
	border-right:1px solid #dbb527;
	color:#00619c;
	font-size:14px;
	font-family:Garamond, Georgia, "Times New Roman", Times, serif;
	background-color:#fff;
}
.menu a:hover, .menu a:active {
	color:#0e4376;
	background-color:#9ED351;
}
.contentcell {
	background:url(../images/content-bg.gif) repeat-y top center;
}
.contenttable {
	background:url(../images/content-compass-bg.gif) no-repeat center bottom;
}
.margin1 {
	margin: 10px 10px 20px 30px;
}
.margin2 {
	margin: 10px 20px 20px 10px;
}
.weatherbox {
	background:url(../images/flying-service-weather-bg.png) no-repeat top center;
	width:190px;
	text-align:left;
	behavior:url(iepngfix.htc);
}
.weatherbox td {
	padding-top:10px;
}
.degree {
	font-size:20px;
	color:#fff;
	font-weight:bold;
}
.condition {
	font-size:10px;
	font-weight:bold;
	color:#fff;
}
h1 {
}
h2 {
	font-size:16px;
	color:#FF6600;
}
h3 {
	font-size:14px;
	font-weight:bold;
}
#request1 td {
	padding:4px 0px;
}
#request1 select {
	width:165px;
	font-size:11px;
}
#request1 input.text {
	width:165px;
	font-size:11px;
}
.footer {
	padding:16px 10px;
	color:#fff;
}
.footer a:link, .footer a:visited {
	color:#fff;
	padding:0px 10px;
}
.footer a:hover, .footer a:active {
	color:#0e4376;
}
h2 em {
	font-size:12px;
}
.weatherInfo {
	text-align:left;
	font-size:10px;
	font-weight:bold;
	color:#003366;
	line-height:13px;
}
input.text {
	font-size:11px;
	font-weight:normal;
	width:200px;
	padding:2px;
	margin-top:4px;
}
select.text {
	font-size:11px;
	font-weight:normal;
	width:140px;
	padding:2px;
	margin-top:4px;
}
textarea.text {
	font-size:11px;
	font-weight:normal;
	width:340px;
	padding:2px;
	margin-top:4px;
}
input.submit {
	font-size:11px;
	font-weight:bold;
	margin:10px 0px;
	width:120px;
	padding:4px;
}
.error { display: block; color:#800; }