/* CSS Document */
body{margin:0px; padding:0px; font-family:"trebuchet MS"; font-size:11px; font-weight:normal; color:#434343; text-decoration:none; line-height:18px;}

div{margin:0px; padding:0px;}
.left{float:left;}
.right{float:right;}
.img{float:left; margin-right:5px;}

.header{width:930px; overflow:hidden;}
.header1{width:910px; overflow:hidden;}

.w-80{ width:81%; overflow:hidden; float:left;}
.w-20{ width:18%; overflow:auto; float:left;}
.w1-20{ width:20%; overflow:auto; float:left;}

.bg_topnav{background-image:url(../../images/bg_topnav.gif); background-repeat:repeat-x; height:35px;}
.bdr{border:#E2E6E7 solid 1px;}
.bdr-t{border-top:#E2E6E7 solid 1px;}
.bdr-r{border-right:#E2E6E7 solid 1px;}
.bdr-l{border-left:#E2E6E7 solid 1px;}
.bdr-b{border-bottom:#E2E6E7 solid 1px;}

a.topnav{font-family: "trebuchet MS"; font-size:15px; font-weight:bold; color:#ffffff; text-decoration:none;}
a.topnav:hover{font-family: "trebuchet MS"; font-size:15px; font-weight:bold; color:#ffffff; text-decoration: underline;}

.txt1{font-family: "trebuchet MS"; font-size:12px; font-weight:normal; color:#434343; text-decoration:none;}
.txt2{font-family: "trebuchet MS"; font-size:12px; color:#A0191A; font-weight:bold; text-decoration:none;}
.txt3{font-family: "trebuchet MS"; font-size:16px; color:#204e81; font-weight:bold; text-decoration:none;}
.txt4{font-family: "trebuchet MS"; font-size:14px; color:#A0191A; font-weight:bold; text-decoration:none;}


h1{font-family: "trebuchet MS"; font-size:16px; color:#204e81; font-weight:bold; text-decoration:none; margin:0px; padding:0px; line-height:30px;}



.bg{background-image:url(../../images/bg.gif); background-repeat:repeat-x; height:30px;}
.bg1{background-color:#E2E6E7;}
.bg2{background-color:#9C1313;}
.bg7{background-color:#F0F1F2; border:#C7DFF5 solid 1px;}
.bg8{background-color:#F9F9F9; border:#D7EBFC solid 1px; width:920px; overflow:hidden;}

h1.txt1{font-family: "trebuchet MS"; font-size:14px; color:#124681; font-weight:bold; text-decoration:none; margin:0px; padding:0px;}

.link{font-family: "trebuchet MS"; font-size:14px; color:#124681; font-weight:bold; text-decoration:none;}
.link:hover{font-family: "trebuchet MS"; font-size:14px; color:#124681; font-weight:bold; text-decoration:none;}

.footer{font-family:"trebuchet MS"; font-size:11px; font-weight:normal; color:#014292; text-decoration:none;}
.footer:hover{font-family:"trebuchet MS"; font-size:11px; font-weight:normal; color:#014292; text-decoration:none;}

.link2{font-family:"trebuchet MS"; font-size:11px; font-weight:normal; color:#014292; text-decoration: underline;}
.link2:hover{font-family:"trebuchet MS"; font-size:11px; font-weight:normal; color:#014292; text-decoration:none;}

.link3{font-family:"trebuchet MS"; font-size:11px; font-weight:normal; color:#434343; text-decoration:underline;}
.link3:hover{font-family:"trebuchet MS"; font-size:11px; font-weight:normal; color:#434343; text-decoration:none;}

#tabsF {
      float:left;
      width:950px;
      }
    #tabsF ul {
	  margin:0;
	  padding:0;
	  list-style:none;
      }
    #tabsF li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsF a {
      float:left;
      background:url(../../images/curve_left.gif) no-repeat left top;
      margin:0;
	  margin-right: 1px; /*spacing between each tab*/
      padding:0 0 0 5px;
      text-decoration:none;
      }
    #tabsF a span {
      float:left;
      display:block;
      background: url(../../images/curve_right.gif) no-repeat right top;
      padding:8px 22px 4px 14px;
      color:#ffffff; font-family:"trebuchet MS"; font-size:13px; font-weight:bold; text-decoration:none;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsF a span {float:none;}
    /* End IE5-Mac hack */
    #tabsF a:hover span {
      color:#ffffff;
      }
    #tabsF a:hover {
      background-position:0% -30px;
      }
    #tabsF a:hover span {
      background-position:100% -30px;
      }
	  #tabsF a.current{ /*Selected Tab style*/
background-position:0 -30px; /*Shift background image up to start of 2nd tab image*/
}

#tabsF a.current span{ /*Selected Tab style*/
background-position:100% -30px; /*Shift background image up to start of 2nd tab image*/
color: #ffffff;
}


