@charset "utf-8";
/* CSS Document */

    #tabsB {
	float:left;
	width:90%;
	font-size:93%;
	line-height:normal;

      }
    #tabsB ul {
        margin:0;
        padding:10px 10px 0 15px;
        list-style:none;
      }
    #tabsB li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsB a {
      float:left;
      background:url("../images/tableftB.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsB a span {
      float:left;
      display:block;
      background:url("../images/tabrightB.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#666;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsB a span {float:none;}
    /* End IE5-Mac hack */
    #tabsB a:hover span {
      color:#000;
      }
    #tabsB a:hover {
      background-position:0% -42px;
      }
    #tabsB a:hover span {
      background-position:100% -42px;
      }

        #tabsB #current a {
                background-position:0% -42px;
        }
        #tabsB #current a span {
                background-position:100% -42px;
        }

.tabtext{
	font-family:Verdana, Geneva;
	font-size:10px;
	line-height:12.5px;
	font-weight: normal;
	color: #4B4B4B;}

.tabtext A:link{font-family:Verdana, Geneva;color:#4B4B4B;line-height:12.5px;text-decoration:underline;font-size:10px;}
.tabtext A:visited{font-family:Verdana, Geneva;font-size:10px;color:#4B4B4B;line-height:12.5px;text-decoration:underline}
.tabtext A:hover{font-family:Verdana, Geneva;font-size:10px;color:#4B4B4B;text-decoration:none;font-weight:normal;line-height:12.5px}
.tabtext A:active{font-family:Verdana, Geneva;font-size:10px;color:#4B4B4B;text-decoration:none;line-height:12.5px}

.tabtext_this{
	font-family:Verdana, Geneva;
	font-size:10px;
	line-height:12.5px;
	font-weight: normal;
	color: #FF6600;
}

.tabtext_this A:link{
	font-family:Verdana, Geneva;
	color:#FF6633;
	line-height:12.5px;
	text-decoration:underline;
	font-size:10px;
}
.tabtext_this A:visited{
	font-family:Verdana, Geneva;
	font-size:10px;
	color:#FF6633;
	line-height:12.5px;
	text-decoration:underline
}
.tabtext_this A:hover{
	font-family:Verdana, Geneva;
	font-size:10px;
	color:#FF6633;
	text-decoration:underline;
	font-weight:normal;
	line-height:12.5px
}
.tabtext_this A:active{
	font-family:Verdana, Geneva;
	font-size:10px;
	color:#FF6633;
	text-decoration:none;
	line-height:12.5px
}
