﻿* {
	color:#000000;
	margin:0px;
	padding:0px;
}
	
body {
    font-family:"宋体",sans-serif;
	font-size:12px;
	line-height: 20px;
}

a:link{
    font-family:"宋体",sans-serif;
	font-size:12px;
	color:#4A4A4A;
    text-decoration:none;

	}
a:visited{
    font-family:"宋体",sans-serif;
	font-size:12px;
	color:#4A4A4A;
	text-decoration:none;
	}
a:hover{
    font-family:"宋体",sans-serif;
	font-size:12px;
	color:#000;
	text-decoration:none;
	}

  A.a1:link    {font-size:12px;COLOR: #3A3EEE; TEXT-DECORATION: underline}
  A.a1:visited {font-size:12px;COLOR: #3A3EEE; TEXT-DECORATION: underline} 
  A.a1:hover   {font-size:12px;COLOR: #ff0000; TEXT-DECORATION: none}   
  A.a1:active  {font-size:12px;COLOR: #ff0000; TEXT-DECORATION: none}
  
  
  A.a2:link    {font-size:12px;COLOR: #000000; TEXT-DECORATION: underline}
  A.a2:visited {font-size:12px;COLOR: #000000; TEXT-DECORATION: underline} 
  A.a2:hover   {font-size:12px;COLOR: #ff0000; TEXT-DECORATION: underline}   
  A.a2:active  {font-size:12px;COLOR: #ff0000; TEXT-DECORATION: underline}
  
  
/*- body Tab--------------------------- */	
.tab1 {
	margin:50px 0 0 0;
	padding:0;
	}
.tab2 {
	margin:-10px 0 0 0;
	padding:0;
	}


/*- button Tab--------------------------- */


    #button01 {
    float:left;
    background: url(../images/top06.gif) no-repeat; 
    height:23px;
	width: 780px;
      }
    #button01 ul {
	margin:0;
	padding:0px 0px 0px 50px;
	list-style:none;
      }
    #button01 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #button01 a {
      float:left;
      background: url("../images/tableft.gif") no-repeat left top;
      margin:0;
      padding:1px 0 0 2px;
      text-decoration:none;
	  border-bottom:1px solid #666;
      }
    #button01 a span {
      float:left;
      display:block;
      background: url("../images/tabright.gif") no-repeat right top;
      padding:1px 15px 0px 10px;
      color:#000;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #button01 a span {float:none;}
    /* End IE5-Mac hack */
    #button01 a:hover span {
      color:#000;
      }
    #button01 a:hover {
      background-position:0% -42px;
      }
    #button01 a:hover span {
      background-position:100% -42px;
      }

