<style>{  }
a.bodyTextLinkBold, a.bodyTextLinkBold:link, a.bodyTextLinkBold:visited {color:#0365FE; font-weight:bold;}
a.bodyTextLink, a.bodyTextLink:link, a.bodyTextLink:visited {color:#0365FE;}
a.bodyTextLinkWhite, a.bodyTextLinkWhite:link, a.bodyTextLinkWhite:visited {color:#FFFFFF;}
a:link, a:visited {
	font-family: verdana, arial, san-seris; 
	font-size: 9pt;
	font-weight: normal;
	text-decoration: none
	}
a:hover {
	text-decoration:underline;}
.font, td {
	font-family: verdana, arial, san-seris; 
	font-weight: normal; 
	font-size: 9pt; 
	color: black; 
	text-decoration: none
	}
B {
	font-weight: bold;
	}
H1 {
	font-family: "Arial";
	font-weight: bold;
	color: #483D8B; 
	font-size: 20pt; 
	text-decoration: none
	}
H2 {
	font-family: "Arial";
	font-weight: bold;
	color: #483D8B;  
	font-size: 14pt; 
	text-decoration: none
	}
H3 {
	font-family: "Arial";
	font-weight: bold;
	color: black; 
	font-size: 12pt; 
	text-decoration: none
	}
H4 {
	font-family: "Arial";
	font-weight: bold;
	color: black; 
	font-size: 11pt; 
	text-decoration: none
	}

/* THIS STYLESHEET CONTROLS THE FONTS AND OTHER ATTRIBUTES OF THE ENTIRE FAA WEBSITE. */

/* Sets the body text font to 0.84em Arial. You don't have to put font tags around you body text in order for this style to work. */
body {
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-image: images/bg.gif
} 

/* FONT STYLES DEFINED. */

h1.heading1 {
	font-family : Arial, Helvetica, sans-serif; 
	color: #481D8B;
	font-size : 15pt;
	font-weight : bold;
	background-color : transparent;
	margin-bottom : 5px;
	margin-top : 5px;
}	


h2.heading2, caption {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight : 600;
	color: #483D8B;
	background-color : transparent;
	margin-bottom : 5px;
	margin-top : 5px;
}	

h2 {
	font-family : sans-serif, Arial, Helvetica;
	font-size: 15pt;
	font-weight : bold;
	color: #aa0000;
	background-color : transparent;
	margin-bottom : 5px;
	margin-top : 5px;
}

/* Sets the font size to 14pt and color to #483D8B when you use class="heading1" This is the standard font style for the heading in the main body of your page */
font.heading1 {
	font-family : Impact,Arial, Helvetica, sans-serif;
	color: #481D8B;
	font-size : 20pt;
	font-weight : normal;
	background-color : transparent;
}

/* Sets the font size to bold, 0.84em and color to #483D8B when you use class="heading2" This is the standard font style for the second line or subheading in the main body of your page */
font.heading2 {
	font-size: 1.0em;
	font-weight : 600;
	color: #483D8B;
	background-color : transparent;
}

/* Sets the font size to bold, 0.84em and color to #D6D528 when you use class="navhead" This is the standard font style for the link headings in the Left Nav Bar of your page */ 

font.navhead {
	font-family : Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #D6D528;
	font-size : 0.84em;
	font-weight : 600;
	background-color : transparent;
}

/* Sets the font color to white and size to .84em and when you use class="white" in your <li> tag */
li.white {
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	font-size: 0.84em;
	color: #ffffff
} 

/* TABLE STYLES DEFINED. */


/* Sets table cell text to 0.84em Arial. Works when you use the <td> tag.*/
td {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
}

/* Sets table head cell text to 10pt Arial. Works when you use the <th> tag.*/
th {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight: 600;
}

/* Sets the backgound color of your table row to #EEEEEE and the font color in your table row to black when you use the class="links" attribute with your <tr> tag */
tr.links {
	background-color: #EEEEEE;
	color : Black;
}

/* Sets the backgound color of your table row to #4748A9 and the font color in your table row to black when you use the class="title" attribute with your <tr> tag */
tr.title {
	background-color: #4748A9;
	color : Black;
}

/* LINK STYLES DEFINED. */

/* Sets the hover color to red when you use the <a> tag. This is for links in the main body section of your web pages */
a:hover {
	color: red;
	background-color : transparent;
}

/* Sets the text decoration to "none" when you use the class="nodec" attribute with your <a> tag */
a.nodec {
	text-decoration: none;
}

/* Sets the font color to white and font size to 8pt when you use the class="nav" attribute with your <a> tag. This is for links in the left nav bar section of your web pages. */
a.nav {
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	color: White;
	font-size: 10pt;
	text-decoration: none;
	font-weight: 400;
	background-color : transparent;
}

/* Sets the font color to white and font size to 8pt when you use the class="nav" attribute with your <a> tag. This is for links in the left nav bar section of your web pages. */
a.nav:link	{
	color: white;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: 400;
	background-color : transparent;
}

/* Sets the font color to white and font size to 8pt for visited links when you use the class="nav" attribute with your <a> tag. This is for links in the left nav bar section of your web pages. */			
a.nav:visited	{
	color: white;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: 400;
	background-color : transparent;
}

/* Sets the font hover color to yellow and font size to 8pt when you use the class="nav" attribute with your <a> tag. This is for links in the left nav bar section of your web pages. */	
a.nav:hover	{
	text-decoration: none;
	color: yellow;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: 400;
	background-color : transparent;
}



/* Sets the font color to white and font size to 8pt when you use the class="nav" attribute with your <a> tag. This is for links in the left nav bar section of your web pages. */
a.nav2 {
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	color: black;
	font-size: 10pt;
	text-decoration: none;
	font-weight: 400;
	background-color : transparent;
}

/* Sets the font color to white and font size to 8pt when you use the class="nav" attribute with your <a> tag. This is for links in the left nav bar section of your web pages. */
a.nav2:link	{
	color: black;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: 400;
	background-color : transparent;
}

/* Sets the font color to white and font size to 8pt for visited links when you use the class="nav" attribute with your <a> tag. This is for links in the left nav bar section of your web pages. */			
a.nav2:visited	{
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	color: black;
	font-size: 10pt;
	text-decoration: none;
	font-weight: 400;
	background-color : transparent;
}

/* Sets the font hover color to yellow and font size to 8pt when you use the class="nav" attribute with your <a> tag. This is for links in the left nav bar section of your web pages. */	
a.nav2:hover	{
	text-decoration: none;
	color: 0000ff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: 400;
	background-color : transparent;
}


/* Sets the font color to #5a5a5a and font size to 10pt when you use the class="headnav" attribute with your <a> tag. This is for links in the top/main nav bar section of your web pages. */
a.headnav {
	FONT-FAMILY: Helvetica, Arial, sans-serif;
	color: #5a5a5a;
	font-size: 1.0em;
	text-decoration: none;
	font-weight: 600;
	background-color : transparent;
}

/* Sets the font color to #5a5a5a and font size to 10pt when you use the class="headnav" attribute with your <a> tag. This is for links in the top/main nav bar section of your web pages. */
a.headnav:link	{
	color: #5a5a5a;
	text-decoration: none;
	FONT-FAMILY: Helvetica, Arial, sans-serif;
	font-size: 1.0em;
	font-weight: 600;
	background-color : transparent;
}

/* Sets the font color to #5a5a5a and font size to 10pt on visited links when you use the class="headnav" attribute with your <a> tag. This is for links in the top/main nav bar section of your web pages. */
a.headnav:visited	{
	color: #5a5a5a;
	text-decoration: none;
	FONT-FAMILY: Helvetica, Arial, sans-serif;
	font-size: 1.0em;
	font-weight: 600;
	background-color : transparent;
}

/* Sets the font hover color to #4748A9 and font size to 10pt when you use the class="headnav" attribute with your <a> tag. This is for links in the top/main nav bar section of your web pages. */	
a.headnav:hover	{
	text-decoration: none;
	color: #4748A9;
	FONT-FAMILY: Helvetica, Arial, sans-serif;
	font-size: 01.0em;
	font-weight: 600;
	background-color : transparent;
}

/* Sets the font color to #5a5a5a and font size to 10pt when you use the class="headnav" attribute with your <a> tag. This is for links in the top/main nav bar section of your web pages. */
a.septnav2 {
	FONT-FAMILY: Helvetica, Arial, sans-serif;
	color: #6666CC;
	font-size: 1.0em;
	text-decoration: none;
	font-weight: 600;
	background-color : transparent;
}

/* Sets the font color to #5a5a5a and font size to 10pt when you use the class="headnav" attribute with your <a> tag. This is for links in the top/main nav bar section of your web pages. */
a.septnav2:link	{
	color: #6666CC;
	text-decoration: none;
	FONT-FAMILY: Helvetica, Arial, sans-serif;
	font-size: 1.0em;
	font-weight: 600;
	background-color : transparent;
}

/* Sets the font color to #5a5a5a and font size to 10pt on visited links when you use the class="headnav" attribute with your <a> tag. This is for links in the top/main nav bar section of your web pages. */
a.septnav2:visited	{
	color: #6666CC;
	text-decoration: none;
	FONT-FAMILY: Helvetica, Arial, sans-serif;
	font-size: 1.0em;
	font-weight: 600;
	background-color : transparent;
}

/* Sets the font hover color to #4748A9 and font size to 10pt when you use the class="headnav" attribute with your <a> tag. This is for links in the top/main nav bar section of your web pages. */	
a.septnav2:hover	{
	text-decoration: none;
	color: #4748A9;
	FONT-FAMILY: Helvetica, Arial, sans-serif;
	font-size: 01.0em;
	font-weight: 600;
	background-color : transparent;
}




/* Sets the font color to #5a5a5a and font size to 10pt when you use the class="headnav" attribute with your <a> tag. This is for links in the top/main nav bar section of your web pages. */
a.header {
	FONT-FAMILY: Helvetica, Arial, sans-serif;
	color: #ffffff;
	font-size: 1.0em;
	text-decoration: none;
	font-weight: 600;
	background-color : transparent;
}

/* Sets the font color to #5a5a5a and font size to 10pt when you use the class="headnav" attribute with your <a> tag. This is for links in the top/main nav bar section of your web pages. */
a.header:link	{
	color: #ffffff;
	text-decoration: none;
	FONT-FAMILY: Helvetica, Arial, sans-serif;
	font-size: 1.0em;
	font-weight: 600;
	background-color : transparent;
}

/* Sets the font color to #5a5a5a and font size to 10pt on visited links when you use the class="headnav" attribute with your <a> tag. This is for links in the top/main nav bar section of your web pages. */
a.header:visited	{
	color: #ffffff;
	text-decoration: none;
	FONT-FAMILY: Helvetica, Arial, sans-serif;
	font-size: 1.0em;
	font-weight: 600;
	background-color : transparent;
}

/* Sets the font hover color to #4748A9 and font size to 10pt when you use the class="headnav" attribute with your <a> tag. This is for links in the top/main nav bar section of your web pages. */	
a.header:hover	{
	text-decoration: none;
	color: #CCCC66;
	FONT-FAMILY: Helvetica, Arial, sans-serif;
	font-size: 01.0em;
	font-weight: 600;
	background-color : transparent;
}

br.nav {
	font-family : Arial, Helvetica, sans-serif;
	color: #481D8B;
	font-size : .6em;
	background-color : transparent;

}

-->
</STYLE>
