.text {
	font-family: tahoma;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
.textbox {
	font-family: tahoma;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	height: 17px;
	width: auto;
	border: 1px solid #0099CC;
}
.links {
	font-family: tahoma;
	font-size: 12px;
}
.links a:link {
}
.links a:active {
}
.links a:hover {
}
.bodylinks {
	font-family: tahoma;
	font-size: 11px;
	color: #0033FF;
	text-decoration: none;
}
.bodylinks a:link {
}
.bodylinks a:active {
}
.bodylinks a:hover {
}
.bgExtraDarkGray {
	background-color: #E2EAF3;
}
.button {
	border: 1px outset #F1F4F5;
			    
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bolder;
    font-size: 11px;
    color: #000000;
    background-color: #5AABCF;
	height: 20px;
}
.buttonlink {
  text-decoration: none;
  padding: 3px;
  border: 1px outset #F1F4F5;			    
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bolder;
  font-size: 11px;
  color: #FFFFFF;
  background-color: #2F5890;
  }
.camptable {
  width: 650px;
  padding: 0;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  border: #7E98B1 solid 1px;
  border-collapse: collapse;
}
.camptablecode {
  width: 450px;
  padding: 0;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  border: #7E98B1 solid 1px;
  border-collapse: collapse;
}
h2 {
        font: bold 14px Verdana, Arial, Helvetica, sans-serif;
        color: #000;
        margin: 0px;
        padding: 0px 0px 0px 15px;
}
textarea {
	border: 1px solid #000000;
	height: auto;
	width: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.miniheaders {
  background-color: #E0EAEF;
  font: bold 11px tahoma;
	color: #333333;
	padding: 2px;
}
/*- Menu Tabs --------------------------- */
    #tabsF {
      float:left;
      width:100%;
      background:#F3F3F3;
      line-height:normal;
      font-family: tahoma;
    	font-size: 11px;
    	font-weight: bold;
      }
    #tabsF ul {
        margin:0;
        padding:10px 10px 0 0;
        list-style:none;
      }
    #tabsF li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsF a {
      float:left;
      background:url("tableftF.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsF a span {
      float:left;
      display:block;
      background:url("tabrightF.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#666;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsF a span {float:none;}
    /* End IE5-Mac hack */
    #tabsF a:hover span {
      color:#FFF;
      }
    #tabsF a:hover {
      background-position:0% -42px;
      }
    #tabsF a:hover span {
      background-position:100% -42px;      
      }

        #tabsF #current a {
                background-position:0% -42px;
        }
        #tabsF #current a span {
                background-position:100% -42px;
                color: #68231E;
        }
