* {
	margin: 0;
	padding: 0;
}
html {
	overflow-y: scroll;
}
body {
	background: #e5e5e5;
	font: 13px arial;
}
a img {
	border-width: 0;
}
#header {
	position: relative;
	width: 980px;
	height: 82px;
	margin: auto;
	padding: 0 5px;
	background: url(back.png);
}
#logo {
	position: absolute;
	top: 11px;
	left: 40px;
}
#plane {
	position: absolute;
	top: 0px;
	left: 619px;
	width: 366px;
	height: 82px;
	background: url(airplane.jpg);
}
#navbar {
	position: relative;
	width: 980px;
	height: 28px;
	margin: auto;
	padding: 0 5px;
	background: url(back.png);
}
#navbar ul {
	display: block;
	width: 980px;
	height: 28px;
	background: url(navback.png);
	margin: 0;
}
#navbar li {
	display: block;
	float: left;
	list-style-type: none;
}
#navbar li a {
	display: block;
	float: left;
	height: 28px;
	background: url(navbg.png);
	padding-left: 1px;
	color: #fff;
	font-family: verdana;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}
#navbar li a span {
	display: block;
	float: left;
	height: 22px;
	background: url(navbg.png) top right;
	padding: 6px 15px 0 14px;
}
#navbar li a.selected {
	background: url(navsel.png);
}
#navbar li a.selected span {
	background: url(navsel.png) top right;
}

#navbar li a:hover {
	background: url(navhov.png);
}
#navbar li a:hover span {
	background: url(navhov.png) top right;
}
#body {
	position: relative;
	width: 950px;
	margin: auto;
	padding: 20px 20px;
	background: url(back.png);
	min-height: 350px;
	line-height: 140%;
}
#footer {
	position: relative;
	width: 980px;
	height: 20px;
	margin: 0 auto 10px;
	padding: 10px 5px 0;
	background: url(btm.png) no-repeat top left;
	text-align: center;
	font-size: 12px;
}
table {
	border-collapse: collapse;
}
td {
	text-align: left;
	vertical-align: top;
}
table.form td {
	padding: 2px;
}
.input {
	border-top:1px solid #7c7c7c;
	border-left:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	border-bottom:1px solid #ddd;
	background: #fff url(fieldbg.gif) repeat-x top;
}
input.input {
	width: 150px;
	height: 18px;
}
select.input {
	width: 152px;
	height: 20px;
}
.invalid {
/*	background: #faa;*/
}
.valSts {
	position: relative;
	left: 5px;
	top: 3px;
}
h1 {
	margin: 10px 0 5px;
	font-family: verdana;
	letter-spacing: -1px;
	font-size: 22px;
}
h2 {
	margin: 10px 0 5px;
	font-family: verdana;
	font-size: 18px;
	letter-spacing: -1px;
}
button {
	margin-top: 10px;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	padding: 2px 5px 3px;
	text-shadow: #fff 1px 1px 0px;
}
p {
	margin: 5px 0 15px;
}
ul {
	list-style-position: inside;
	margin: 10px;
}
.red {
	color: #f00;
}
a {
	font-family:verdana;
	color: #006;
}
