    #tabs1 {
	position:relative;
	width:270px;
	z-index:1;
	left: 470px;
	top: 128px;
	font-size:93%;
   /* background:#F4F7FB;*/
    line-height:normal;
    border-bottom:1px solid #BCD2E6;
      }
    #tabs1 ul {
          margin:0;
/*          padding:10px 10px 0 50px;*/
		padding:0;
          list-style:none;
      }
    #tabs1 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs1 a {
      float:left;
      background:url("../images/tableft1.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs1 a span {
      float:left;
      display:block;
      background:url("../images/tabright1.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#627EB7;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs1 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs a:hover span {
      color:#627EB7;
      }
    #tabs1 a:hover {
      background-position:0% -44px;
      }
    #tabs1 a:hover span {
      background-position:100% -44px;
      }

      #tabs1 #current a {
              background-position:0% -44px;
      }
      #tabs1 #current a span {
              background-position:100% -44px;
			  }

p {
	font-family: Tahoma;
	font-size: 14px;
	margin-left:10px;
}

body {
	font-family: Tahoma;
	font-size: 12px;
	margin-left:10px;
	font-weight:normal;
}

h3 {font-family: Tahoma;
	font-size: 16px;
	margin-left:20px;
	font-weight:normal;
	}
