@charset "utf-8";

body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #039;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  }
  
p,li {
  font-size: 11px;
  }
 
  
h3 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #039;
  }

h4 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #039;
  padding: 0px 0px 2px 0px;
  border-bottom: 1px solid #039;
  }
  
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #fff;
}

.WhiteText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	text-align: justify;
}

.smallText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #039;
}

.smallText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #039;
}

.smallText a {
	color: #039;
}

.smallText a:visited {
	color: #69C;
}

.sectionHeaders {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #fff;
}

.formText {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #003399;
  font-size: 9px;
  }
  
.fieldText {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #003399;
  font-size: 11px;
  }
  
.formTextBOLD {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #003399;
  font-size: 9px;
  font-weight: bold;
  }

a {
  color: #039;
  text-decoration: underline;
  }

a:visited {
  color: #69c;
  text-decoration: underline;
  }

a:hover {
  color: #f90;
  text-decoration: underline;
  }

/*
 * Left NAV Header (Links)
 */
 
.HDRlinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	font-weight: bold;
	font-size: 9px;
}

td.HDRlinks a {
  font-size: 9px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}

td.HDRlinks a:visited {
  color: #fff;
  text-decoration: none;
}

td.HDRlinks a:hover {
  color: #fff;
  text-decoration: underline;
  }
  
/*
 * Red Links
 */

td.RedLinks a {
  color: #ff0000;
}

td.RedLinks a:visited {
  color: #ff0000;
}

td.RedLinks a:hover {
  color: #ff0000;
  }


/*
 * Left NAV Table (Links)
 */

td.links a {
  font-size: 9px;
  font-weight: bold;
  color: #039;
  text-decoration: none;
  padding: 0 0 0 10;
}

td.links a:visited {
  color: #69c;
  text-decoration: none;
}

td.links a:hover {
  color: #f90;
  text-decoration: underline;
  }
  
td.links p {
  background-image: url(../images/arrow.gif);
  background-repeat: no-repeat;
  background-position: center left;
  margin-bottom: -10px;
  }
  
/*
 * Top Right NAV Table (Links)
 */

td.SMLlinks a {
  font-size: 9px;
  color: #039;
  text-decoration: none;
  padding: 0 0 0 15;
}

td.SMLlinks a:visited {
  color: #039;
  text-decoration: none;
}

td.SMLlinks a:hover {
  color: #f90;
  text-decoration: underline;
  }
  
td.SMLlinks p {
  background-image: url(../images/arrow.gif);
  background-repeat: no-repeat;
  background-position: center left;
  margin-bottom: -12px;
  }
  
div#flash_blank {
 display: none;
 }
 
td.bg_footer {
  background-color: #039;
  background-image: url(../images/bg_footer.gif);
  background-repeat: repeat;
 }

/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}

.tabberlive {
 margin-top:1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid #ccc;
 font: bold 12px Verdana, sans-serif;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 border: 1px solid #ccc;
 border-bottom: none;
 background: #eee;
 text-decoration: none;
}

ul.tabbernav li a:link { color: #039; text-decoration: none;}
ul.tabbernav li a:visited { color: #039; text-decoration: none;}

ul.tabbernav li a:hover
{
 color: #fff;
 background: #039;
 border-color: #039;
 text-decoration: none;
}

ul.tabbernav li.tabberactive a
{
 background-color: #fff;
 border-bottom: 1px solid #fff;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #039;
 background: white;
 border-left: 1px solid #ccc;
 border-top: 1px solid #ccc;
 border-right: 1px solid #ccc;
 border-bottom: 1px solid white;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:5px;
 border:1px solid #ccc;
 border-top:0;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}

/*
 * Old Code
 
   margin-bottom: -10px;
 
.subheadWht {
  color: #fff;
  font-weight: bold;
  font-size: 11px;
  }
  
a {
  color: #f90;
  text-decoration: none;
  }

a:visited {
  color: #69c;
  text-decoration: none;
  }

a:hover {
  color: #f00;
  text-decoration: underline;
  }

h1 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #039;
  padding: 0px 0px 2px 0px;
  border-bottom: 1px solid #039;
  }

.subhead {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #039;
  font-size: 11px;
  font-weight: bold;
  margin-bottom: 2px;
  }
  
.footnote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #fff;
}
  
.small_link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.small_linkWHT {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
}
  
h4 {
  font-family: Verdan

