#tabsF {
  float:left;
  width:100%;
  line-height:normal;      
  cursor: pointer;
  font: bold 9px/1.5em Verdana;
  }
#tabsF ul {
	margin:0;
	padding:0px 0px 0 10px;
	list-style:none;
  }
#tabsF li {
  display:inline;
  margin:0;
  padding:0;
  }
#tabsF a {
  float:left;
  background:url("graphics/tableftF.gif") no-repeat left top;
  margin:0;
  border-bottom:1px solid #666;
  padding:0 0 0 4px;
  text-decoration:none;
  }
#tabsF a span {
  float:left;
  display:block;
  background:url("graphics/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:#cc3333;
  }
#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:#ffffff;
	}

#tabsF2 {
  float:left;
  width:100%;      
  font: bold 9px/1.5em Verdana;
  line-height:normal;
  display: block;
  cursor: pointer;
  }
#tabsF2 ul {
	margin:0;
	padding:0px 0px 0 30px;
	list-style:none;
  }
#tabsF2 li {
  display:inline;
  margin:0;
  padding:0;
  }
#tabsF2 a {
  float:left;
  background:url("graphics/tableftF.gif") no-repeat left top;
  margin:0;
  border-bottom:1px solid #666;
  padding:0 0 0 4px;
  text-decoration:none;
  }
#tabsF2 a span {
  float:left;
  display:block;
  background:url("graphics/tabrightF.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  color:#666;
  }
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabsF2 a span {float:none;}
/* End IE5-Mac hack */
#tabsF2 a:hover span {
  color:#cc3333;
  }
#tabsF2 a:hover {
  background-position:0% -42px;
  }
#tabsF2 a:hover span {
  background-position:100% -42px;
  }

	#tabsF2 .current a {
			background-position:0% -42px;
	}
	#tabsF2 .current a span {
			background-position:100% -42px;
			color:#ffffff;
	}
.copy {
	font-size : 11px;
	color : #666666;
	font-family : Verdana,  Arial, sans-serif;
}

