.style1 {

	font-family: Trebuchet MS;
	font-size: 10pt;
	color: #ffffff; 
	text-align:center;
	font-weight: bold;
		
}


.style2 {

	font-family: Trebuchet MS;
	font-size: 10pt;
	font-weight: bold;
	color: white;


}


.style3 {

	font-family: Trebuchet MS;
	font-size: 8pt;
	font-weight: bold;
	color: #11596F;

}



.style4 {

	font-family: Trebuchet MS;
	font-size: 9pt;
	font-weight: bold;
	color: #11596F;

}


.style5 {

	text-transform: uppercase;
	font-family: trebuchet ms;
	font-size: 14pt;
	font-weight: bold;
	color: #FFFFFF;
	background-image:url('images/hdr.png');
	

}


.aerobuttonmenu{ /*container that holds a row of aero buttons*/
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: auto;
background: #0A2E38; /*menu strip background*/
border: 0px solid gray;
padding: 1px 0;
border-width: 0px 0;
}

* html .aerobuttonmenu{ /*IE6 and below hack. Set explicit strip width*/
width: 100%;
}

.aerobuttonmenu a.aero{ /*aero button CSS*/
background: transparent url('images/aeroleft.gif') no-repeat top left;
display: block;
float: left;
font: bold 13px Trebuchet MS; /* Change 13px as desired */
line-height: 23px; /* This value + 8px should equal height of button background (default is 31px) */
height: 31px; /* Height of button background height */
padding-left: 10px; /* Width of left menu image */
text-decoration: none;
margin-right: 5px; /*spacing between buttons*/
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90); /*this and next two rules control opacity of buttons before hover*/
opacity: 0.9;
-moz-opacity: 0.9;
}

.aerobuttonmenu a:link.aero, .aerobuttonmenu a:visited.aero, .aerobuttonmenu a:active{
color: white; /*button text color*/
}

.aerobuttonmenu a.aero span{
background: transparent url('images/aeroright.gif') no-repeat top right;
display: block;
padding: 4px 10px 6px 0; /*Set 10px here to match value of 'padding-left' value above*/
}

.aerobuttonmenu a:hover.aero{ /* Hover state CSS */
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100); /*this and next two rules control opacity of buttons during hover*/
opacity: 1;
-moz-opacity: 0.99;
}

.aerobuttonmenu a:hover.aero span{ /* Hover state CSS (for text) */
color: red;
}

.black a.aero{
background-image: url('images/aeroleftblack.gif');
}

.black a.aero span{
background-image: url('images/aerorightblack.gif');
}

.aerobuttonmenu .rightsection{
float: right;
width: 100px;
position: relative;
top: 3px;
padding-right: 5px;
text-align: right;
}

.aerobuttonmenu .rightsection a{
color: navy;
}