.reg_number {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.serial_number {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.aircraft_title {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.return {
	font-size: 9px;
	color: #FFFFFF;
	font-weight: bold;
}
ul {
	margin-left: 0px;
	padding-left: 20px;
	list-style-type: square;
}
.margin {
	margin-left: 0px;
}
a.white:link, a.white:visited {
	text-decoration: none;
	color: #FFFFFF;
}

a.white:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:link, a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;

}
a.copylink:link, a.copylink:visited {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#0000CC;
}
a.copylink:hover{
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
    color:#0000CC;
}
.headers {
	text-decoration: underline;
}
a.airlink:link, a.airlink:visited {
	text-decoration: none;
	font-size: 12px;
	color:#000000;
}
a.airlink:hover{
	text-decoration: underline;
	font-size: 12px;
    color:#000000;
}
.catch_header {
	font-size: 15px;
	color:#1b1c5d;
	font-weight: bold;
}
.title {
	font-size: 14px;
	font-weight: bold;
}
.small_bottom_text {

	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#000000;
}
.plane_back {
	background-image: url(/images/images/plane_back.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
