body {
	background-image: url(background.gif);
}
.heading {
    color: #164474; 
	font-size: 36px;
	font-family: Arial;
	font-weight: bold;
}
.style86 {font-size: 16px; font-family: Myriad Web; color: #F3A002;}
.style88 {
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
}
.style89 {font-size: 11px}
.style90 {
	font-size: 28px;
	color: #F3A002;
	font-family: Myriad Web;
	font-style: normal;
	font-weight: normal;
}
.style91 {font-size: 9px}
.style92 {color: #F3A002}
.style93 {color: #647CA1}
.style71 {
	color: #999999;
	font-family: Tahoma;
}
.style80 {
	font-size: 12px;
	font-family: Arial;
}
.style72 {
	color: #666666;
	font-size: 12px;
}
.style67 {color: #1D3456}
.style70 {color: #647CA1}
.style73 {color: #999999}
.style75 {
	font-size: 36px;
	font-family: Arial;
}
.style76 {font-family: Arial}
.style78 {color: #666666; font-size: 11px;}
.style1 {font-family: Tahoma;
	font-size: 18px;
	font-weight: bold;
	color: #164474;
}
.style2 {font-family: Tahoma;
	font-size: 12px;
}
.style52 {color: #005674}
.style53 {
	color: #fe6903;
}
.style62 {font-size: 20px}
.style64 {font-size: 8px}
.style54 {
	font-family: Arial;
	font-size: 11px;
	color: #999999;
}
.style57 {font-family: Tahoma;
	font-size: 20px;
	font-weight: bold;
	color: #164474;
}
.style7 {font-family: Tahoma;
	font-size: 13px;
	color: #FFFFFF;
}
.style8 {color: #000000}
.style11 {
	font-family: Tahoma;
	font-size: 11px;
}
.style15 {color: #FFFFFF}
.style16 {font-family: Tahoma}
.style17 {font-size: 12px}
.style18 {
	color: #FF0000;
	font-weight: bold;
}
.style22 {color: #CEDBFD}
.style23 {color: #01359B}
.style32 {color: #009900}
.style35 {color: #FF0000}
.style36 {font-size: 12px; color: #FF0000; font-family: Tahoma;}
.style10 {	font-size: 14px;
	font-weight: bold;
	font-family: Tahoma;
}
.style50 {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #01359B;
}
.style107 {
	color: #4F5050;
	font-size: 11px;
}
.style108 {color: #4F5050}
.menu-text {
	font-family: "Microsoft Sans Serif";
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #005674;
}
.text {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	color: #000000;
}
.links-no-underline {
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
	color: #0169CA;
}
.links-no-underline:hover {
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
	color: #FF6600;
}
.menu-links-no-underline {
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
	color: #032E59;
}
.bullet-hdr {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	color: #0874CF;
	font-weight: bold;
}
.bullet-links-no-underline {
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
	color: #0000FF;
}
.bullet-links-no-underline:hover {
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
	color: #FF6600;
}
.text-links-no-underline {
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
	color: #4F5050;
}
.article-text {
	font-family: Arial;
	font-size: 11px;
	color: #4F5050;
}
.article-author {
	font-family: Arial;
	font-size: 11px;
	color: #999999;
}
.text-links-no-underline:hover {
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
	color: #FF6600;
}
.style31 {
	font-family: Arial;
	font-size: 11px;
}
.style-link-on-blue {
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
}
.style-link-grey {
	font-family: Arial;
	font-size: 11px;
	color: #666666;
}

/*--------------------------------------------------
  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; /* margin from tab content border to the first tab */
 padding: 5px ; /* height from tab head to content box */
 border-bottom: 1px solid #D1D2D2; /* medium grey border */
 font: 11px Arial;
 margin-left: 0px; /* position where tab list starts */
}

ul.tabbernav li
{
 list-style: none;
 margin: 0; /* margin between tabs */
 display: inline;
}

ul.tabbernav li a
{
	padding: 5px 1.5em;
	margin-left: 1px;
	border-bottom: 1px none #D1D2D2;
	background: #F1EFEE;
	text-decoration: none;
	border-top: 1px solid #D1D2D2;
	border-right: 1px solid #D1D2D2;
	border-left: 1px solid #D1D2D2;
}

ul.tabbernav li a:link 
{ 
 color: #147385; /* light blue text */
}

ul.tabbernav li a:visited 
{ 
 color: #147385; /* light blue text */
}

/* hovering over an inactive tab */
ul.tabbernav li a:hover
{
 color: #fa7a10; /* orange text */
 background: #F1EFEE; /* light grey */
 border-color: #D1D2D2; /* medium grey border */
}

/* active tab */
ul.tabbernav li.tabberactive a
{
 background-color: #ffffff; /* white background */
 border-bottom: 1px solid #ffffff; /* white bottom border */
 font: bold 11px Arial;
}

/* hovering over the active tab */
ul.tabbernav li.tabberactive a:hover
{
 color: #147385; /* light blue text */
 background: white;
 border-bottom: 1px solid white;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:10px; /* padding inside the tab's contents */
 border:1px solid #D1D2D2; /* border of the tab contents */
 border-top:0;

 /* if you don't want the tab size changing whenever a tab is changed you can set a fixed height */
 height:664px; 

 /* 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;
}*/.link-none {
	text-decoration: none;
}
.menu {
	font-family: Arial;
	font-size: 11px;
	color: #0169CA;
}
.none {
	text-decoration: none;
}
.orange-bold-text {
	font-family: Arial;
	font-size: 11px;
	color: #FF6600;
	font-weight: bold;
}
.ad-links {
	font-family: Arial;
	font-size: 11px;
	color: #009900;
	text-decoration: none;
}
.ad-links-hdr {
	font-family: Arial;
	font-size: 11px;
	color: #0000FF;
	text-decoration: none;
	font-weight: bold;
}

