.background {
	background-attachment: fixed;
	background-image: url(../image/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.comments {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #0033FF;
	font-weight: bold;

}
.salutation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF9900;
	font-weight: bold;
	font-style: oblique;


}
.head1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000000;
}
.leftpane {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #0000FF;
	padding-right: 20px;

}
.rightpane {


	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #0000FF;
}
.flyertitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	background-color: #E5E5E5;
	border: 1px solid #999999;
}
.extranotes {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #FF9900;
}
a:link {
	text-decoration: none;
}
