a:hover {font-size: 9pt; 
   font-family: arial, helvetica, sans-serif;
   font-weight: 100;
   color: black;
   line-height: 1.1; 
   text-decoration: none;}
   
a {font-size: 9pt; 
   font-family: arial, helvetica, sans-serif;
   font-weight: 100;
   color: black;
   line-height: 1.1;  
   text-decoration: underline;}

a.navbar:hover {font-size: 11pt; 
   font-family: arial, helvetica, sans-serif;
   font-weight: 500;
   color: black;
   line-height: 1.1; 
   text-decoration: none;}

a.navbar {font-size: 11pt; 
   font-family: arial, helvetica, sans-serif;
   font-weight: 500;
   color: black;
   line-height: 1.1; 
   text-decoration: underline;}

 
 a.localNav:hover {font-size: 9pt; 
   font-family: arial, helvetica, sans-serif;
   font-weight: 700;
   color: black;
   line-height: 1.5; 
   text-decoration: none;}
   
a.localNav {font-size: 9pt; 
   font-family: arial, helvetica, sans-serif;
   font-weight: 700;
   color: black;
   line-height: 1.5;  
   text-decoration: underline;}
 
.bannertext {font-size: 12pt; 
   font-family: arial, helvetica, sans-serif;
   font-weight: 500;
   font-style: normal;
   color: black;}
   
.bannertext1 {font-size: 15pt; 
   font-family: arial, helvetica, sans-serif;
   font-weight: 500;
   font-style: normal;
   color: black;}
   .smltxt {
		COLOR : #000000;
		FONT-FAMILY : arial;
		FONT-SIZE : 10px;
   }
   .bluelink{
		COLOR: midnightblue;
		TEXT-DECORATION : underline;
		FONT-FAMILY : Verdana;
P {font-size: 9pt; 
   font-family: arial, helvetica, sans-serif;
   font-weight: normal;
   color: black;
   line-height: 1.3;}
   
   H2 {font-size: 18pt; 
   font-family: arial, helvetica, sans-serif;
   font-weight: strong;
   color: #3528D7;
   }   

   H3 {font-size: 11pt; 
   font-family: arial, helvetica, sans-serif;
   font-weight: strong;
   color: black;
   }
    TD {font-size: 9pt; 
   font-family: arial, helvetica, sans-serif;
   font-weight: strong;
   color: black;
   }
    TD.sub {font-size: 9pt; 
   font-family: arial, helvetica, sans-serif;
   font-weight: strong;
   color: white;
   }
    TD.form {font-size: 9pt; 
   font-family: arial, helvetica, sans-serif;
   font-weight: 700;
   color: black;
   background-color: #f85d0d;
   }
  TD.guidance {font-size: 11pt; 
   font-family: arial, helvetica, sans-serif;
   font-weight: 100;
   background-color: #408080;
   color: white;
   }
   TD.error {font-size: 11pt; 
   font-family: arial, helvetica, sans-serif;
   font-weight: strong;
   color: Red;
   }
   TD.header {font-size: 11pt; 
   font-family: arial, helvetica, sans-serif;
   font-weight: strong;
   color: white;
   }
  TR.rows { 
   background-color: #C0C0C0;
   }
  TR.tablehead { 
   background-color: #408080;
   }



.navigationTDForm{
   margin: 4;
   padding: 0;
   padding-right: 2px;
   border-left: 1px solid black;
   border-right: 1px solid black;
   border-top: 1px solid black;
   border-bottom: 1px solid black;
   background-color: #f85d0d;
   color: black;
   text-decoration: none;
   text-align: right;
   font-size: .7em;
   font-weight: 600;
   
  }
  
  .navigationTDFormTable{
   margin: 4;
   padding: 0;
   padding-right: 2px;
   border-left: 2px solid black;
   border-right: 2px solid black;
   border-top: 2px solid black;
   border-bottom: 2px solid black;
   background-color: #f85d0d;
   color: black;
   text-decoration: none;
   text-align: center;
   font-size: .9em;
   font-weight: 600;
   
  }
   
   
 #navigationTrRow {
   width: 153px;
   font-family: arial;
  }
 #navigationTrRow td {
   list-style: none;
   margin: 5;
   padding: 3;
   border-left: 1px solid black;
   border-right: 1px solid black;
   border-top: 1px solid black;
   border-bottom: 1px solid black;
   background-color: #f85d0d;
   color: black;
   text-decoration: none;
   font-weight: 600;
  }
   
  
   
   
     
  #navigation {
   	width: 153px;
    font-family: arial;
	text-align: center;
   }
  #navigation ul {
   	list-style: none;
	margin: 2;
	padding: 0;
   }
  #navigation li {
   	 border-bottom: 2px solid white;
   }
  #navigation li a {
   display: block;
   padding: 3px 3px 3px;
   border-left: 2px solid black;
   border-right: 2px solid black;
   border-top: 2px solid black;
   border-bottom: 2px solid black;
   background-color: #f85d0d;
   color: black;
   text-decoration: none;
   font-weight: 600;
   }
  #navigation li a:hover {
   background-color: white;
   color: black;
   font-weight: 600;
   border-left: 2px solid #f85d0d;
   border-right: 2px solid #f85d0d;
   border-top: 2px solid #f85d0d;
   border-bottom: 2px solid #f85d0d;
   }
   
   
   
  #navigationInline {
   	font-family: arial;
    font-size: .9em;
	}
  #navigationInline ul {
   	list-style: none;
	margin: 0;
	padding: 6;
	paddind-top: 2px;
   	}
  #navigationInline li {
   	display: inline;
   	}
  #navigationInline a:link,  #navigationInline a:visited {
  	font-weight: 600;
   	padding: 2px 10px 2px 10px;
   	color: black;
   	background-color: white;
   	text-decoration: none;
   	border-left: 2px solid #f85d0d;
   	border-right: 2px solid #f85d0d;
   	border-top: 2px solid #f85d0d;
   	border-bottom: 2px solid #f85d0d;
   	}
  #navigationInline a:hover {
  	font-weight: 600;
  	background-color: #f85d0d;
   	border-left: 2px solid black;
   	border-right: 2px solid black;
   	border-top: 2px solid black;
   	border-bottom: 2px solid black;
   	}
   
   
   
  #helpMe {
   	width: 153px;
    font-family: arial;
	text-align: center;
   }
  #helpMe ul {
   	list-style: none;
	margin: 2;
	padding: 0;
   }
  #helpMe li {
   	 border-bottom: 2px solid white;
   }
  #helpMe li a {
   display: block;
   padding: 3px 3px 3px;
   border-left: 2px solid black;
   border-right: 2px solid black;
   border-top: 2px solid black;
   border-bottom: 2px solid black;
   background-color: red;
   color: white;
   text-decoration: none;
   font-weight: 600;
   }
  #helpMe li a:hover {
   background-color: white;
   color: black;
   font-weight: 600;
   border-left: 2px solid red;
   border-right: 2px solid red;
   border-top: 2px solid red;
   border-bottom: 2px solid red;
   }