@charset "utf-8";
/* CSS Document */
body {
	background-color: #000;
	text-align: center;
}
.headertext {
	font-size: 36px;
	text-align: center;
	font-weight: bold;
}
.headerright {
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-transform: capitalize;
}
.bodytext {
	color: #FFF;
}

img {
	border: none;
	color: #000;
}


    #tabsF {
      float:left;
      width:100%;
      background:#efefef;
      font-size:93%;
      line-height:normal;
	  border-bottom:1px solid #666;
      }
    #tabsF ul {
	  margin:0;
	  padding:10px 10px 0 50px;
	  list-style:none;
      }
    #tabsF li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsF a {
      float:left;
      background:url(images/tab_left.gif) no-repeat left top;
      margin:0;
      padding:0 0 0 3px;
      text-decoration:none;
      }
    #tabsF a span {
      float:left;
      display:block;
      background:url(images/tab_right.gif) no-repeat right top;
      padding:4px 21px 4px 22px;
      color:#FFF;
      }
    #tabsF a span {float:none;}
    #tabsF a:hover span {
      color:#000099;
      }
    #tabsF a:hover {
      background-position:0% -25px;
      }
    #tabsF a:hover span {
      background-position:100% -25px;
      }
.BoilerText {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 14px;
	font-style: normal;
	line-height: 98%;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;

}

