.main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.aircraft_bg {
	background-image: url(images/aircraft_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.details {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.services_bg {
	background-image: url(images/services_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.class1 a:link {
	color: #735114;
	text-decoration: underline;
}
.class1 a:visited {
	text-decoration: vnderline;
	color: #735114;
}
.class1 a:hover {
	text-decoration: underline;
	color: #000000;
}
.class1 a:active {
	text-decoration: none;
	color: #000000;
}

.class2 a:link {
	color: #ffffff;
	text-decoration: none;
}
.class2 a:visited {
	text-decoration: none;
	color: #ffffff;
}
.class2 a:hover {
	text-decoration: underline;
	color: #FF6600;
}
.class2 a:active {
	text-decoration: none;
	color: #FF6600;
}.dots {
	background-image: url(images/dots.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
.dots_right {
	background-image: url(images/dots.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
