/* Add faa style sheets for the menu */
/* 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: 0.84em;
	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 : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: #D6D528;
	font-size : 0.84em;
	font-weight : 600;
	background-color : transparent;
}

/* Sets the font size to 9pt and when you use class="small" in your font tag */ 
font.small {
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size : 9pt;
}

/* Sets the font color to white and size to .84em and when you use class="white" 
 * in your li tag */
li.white {
	FONT-FAMILY: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.84em;
	color: #ffffff
} 

/* TABLE STYLES DEFINED. */

th.white {
    color: black;
    background-color: white;
    font-family: Verdana,Tahoma,Arial,Helvetica;
    font-weight: 500;
}                                  

/* 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: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: White;
	font-size: 0.84em;
	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: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.84em;
	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: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.84em;
	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: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.84em;
	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: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: black;
	font-size: 0.84em;
	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: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.84em;
	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: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: black;
	font-size: 0.84em;
	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: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.84em;
	font-weight: 400;
	background-color : transparent;
}


/* Sets the font color to #5a5a5a and font size to 0.84em 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 0.84em 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 0.84em 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 0.84em 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 0.84em 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 0.84em 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 0.84em 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 0.84em 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;
}

/* original style sheet */
body { background-color: white; margin: 0pt 0pt 0pt 0pt;}

h1, h2, h3, h4, h5 { color: black; font-family: arial,sans-serif; }

h1.error { color: red; font-family: arial,sans-serif; }
h2.error { color: blue; font-family: arial,sans-serif; }
h3.error { color: blue; font-family: arial,sans-serif; }


caption { background-color: #99CCCC; color: #000000; margin-bottom: 0; font-family: arial,sans-serif; text-align: left }

th { color: #000099; background-color : #CCCCCC;font-family : arial, sans-serif; font-weight: 500;}

th.caption {text-align: center; background-color: #99CCCC; color: #000099; font-family: arial, helvetica, sans-serif;  font-weight: bold;}

.warning {background-color: #FFFF99; color: #000000; font-weight: 500;}

.header {font-weight: bold;}

th.data { color : black; background-color : #FFFFCC; text-align: center; font-family: arial, helvetica, sans-serif;  font-weight: bold;}


/* td { color: black; background-color: white; text-align: center;} */

td { color: black;  font-family: Verdana,Tahoma,Arial,Helvetica;background-color: white; }

td.data { color : black; background-color : #FFFFCC; text-align: center; font-family: arial, helvetica, sans-serif;  font-weight: bold;}

td.regular { text-align: left; }

td.nam { text-align: right;}

td.val { text-align: left; font-family: Courier,fixed; font-weight: bold;}

.note { color: blue }

.caution { color: red }

.one { color: gray }

.two { color: red }

ol { font-family: Times New Roman, serif;}

ol.SecondOrder {font-family: Times New Roman, serif; list-style-type: lower-alpha;}

ol.ThirdOrder {font-family: Times New Roman, serif; list-style-type: lower-roman;}

ul.SecondOrder {font-family: Times New Roman, serif; list-style-type: disc;}

ul.ThirdOrder {font-family: Times New Roman, serif; list-style-type: circle;}

menu {font-family:  Arial, sans-serif; } 

pre {font-weight: bold;}

