/*--------------HTML Tag Styles-------------------*/
body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
margin: 0px;
color: #333333;
}
table {
margin: auto;
}
h1 {
font-size: 14pt;
color: #990000;
}
h2 {
font-size: 11pt;
color: #990000;
}
a:link {
color: #004289;
}
a:visited {
color: #004289;
}
a:hover {
color: #990000;
}
a:active {
color: #004289;
}
/*--------------Page Header and Button Styles-------------------*/
.header {
width: 766px;
height: 99px;
margin-bottom: 10px;
margin-top: 10px;
}
.subheader {
width: 766px;
color: #FFFFFF;
cursor: pointer;
font-weight: bold;
font-size: 8pt;
border-top: 1px solid #CCCCCC;
border-bottom: 1px solid #CCCCCC;
}
#but1, #but2, #but3, #but4, #but5, #but6, {
text-align: center;
border-right: 1px solid #CCCCCC;
}
#but7 {
text-align: center;
}
.button {
background: #004289;
padding: 5px;
}
.buttonover {
background: #990000;
padding: 5px;
}
a.butl:link {
color: #FFFFFF;
text-decoration: none;
}
a.butl:visited {
color: #FFFFFF;
text-decoration: none;
}
a.butl:hover {
color: #FFFFFF;
text-decoration: underline;
}
a.butl:active {
color: #FFFFFF;
text-decoration: none;
}
/*--------------Home Page Image Rot Styles-------------------*/
.imgrot {
width: 766px;
border-bottom: 5px solid #CCCCCC;
}
/*--------------Main Page Styles-------------------*/
.maintb {
width: 766px;
padding: 10px;
border-left: 1px solid #CCCCCC;
border-right: 1px solid #CCCCCC;
}
/*--------------Page Footer and Copyright Styles-------------------*/
.copyright {
width: 766px;
padding: 10px;
border-top: 1px solid #CCCCCC;
font-size: 8pt;
text-align: center;
color: #666666;
}
/*--------------New Aircraft Page Styles-------------------*/
#row1, #row2, #row3, #row4, #row5, #row6, #row7, #row8, #row9 {
cursor: pointer;
}
.lightrow {
background: #F8F8F8;
}
.darkrow {
background: #ECECEC;
}
.downrow {
background: #FFFFEE;
}