html * { font-size: 100.01%; }
body {
background:#FF6600 url(images/bg.jpg) repeat;
	color:#ffffff;
	font-family:"Verdana", Arial, Helvetica, sans-serif;
	font-size:75.00%;
	font-weight:normal;
	background-position: top center;
	padding-top:0px;
	margin-top:0px;
}

a { color:#FFCC00; background:transparent; text-decoration:none; }
a:visited  { color:#FFCC00; }
a:focus,
a:hover,
a:active {
	color:#FFF;
	text-decoration:underline;
}


/* font */
.TopAddress {color: #abfb43; font-size:14px; font-weight:bold}
.style3 {color: #FFCF00; font-size: xx-large; font-weight: bold; }
.style5 {
	font-size: 24px;
	color: #FFFFFF;
}
.IndexTitle {color:#F90; font-weight: bold; font-size: large; }
.style13 {
	font-size: 10px;
	color:#F90;
}
.style14 {color: #FFFFFF}



/* Table */

.table-border {border-left: 6px #fff solid; border-right: 6px #fff solid}

.footer {
color:#999999;
font-size:100.00%;
}

  hr {
    color: #fff;
    background:transparent;
    margin: 0 0 0.5em 0;
    padding: 0 0 0.5em 0;
    border:0;
    border-bottom: 1px #eee solid;
  }
  
  h1{
    font-family: "Arial", "Times New Roman", Times, serif;
    font-weight:bold;
    color:#FFFFFF;
    margin: 0 0 0.4em 0;
	font-size:260.00%;
  }
  
  h2{
    font-family: "Arial", "Times New Roman", Times, serif;
    font-weight:bold;
    color:#FFFFFF;
    margin: 0 0 0.4em 0;
	font-size:160.00%;
  }
  
  h3{
    font-family: "Arial", "Times New Roman", Times, serif;
    font-weight:bold;
    color:#f1c472;
    margin: 0 0 0.4em 0;
	font-size:16px;
  }

  h4,h5,h6 {
    font-family: "Arial", "Times New Roman", Times, serif;
    font-weight:bold;
    color:#666666;
    margin: 0 0 0.25em 0;
  }


/* nav button 1 */
.b1{
        width: 124px;
        height: 42px;
        background: url(images/b1.gif) top left no-repeat;
        display: block;
        margin:5px;	
        }

.b1:hover{
        background-position: bottom left;
        }
		

/* nav button 2 */
.b2{
        width: 124px;
        height: 42px;
        background: url(images/b2.gif) top left no-repeat;
        display: block;
        margin:5px;	
        }

.b2:hover{
        background-position: bottom left;
        }
		
/* nav button 3 */
.b3{
        width: 124px;
        height: 42px;
        background: url(images/b3.gif) top left no-repeat;
        display: block;
        margin:5px;	
        }

.b3:hover{
        background-position: bottom left;
        }
		
/* nav button 4 */
.b4{
        width: 124px;
        height: 42px;
        background: url(images/b4.gif) top left no-repeat;
        display: block;
        margin:5px;	
        }

.b4:hover{
        background-position: bottom left;
        }




/* banner */
.banner_box { padding-top:0px; margin-top:0px; }
.banner { width:1000px; height:379px; overflow:hidden; position:relative; }
.slider { position:absolute; }
.slider li { list-style:none; display:inline; }
.slider img { width:1000px; height:379px; display:block; }
.slider2 { width:3000px; }
.slider2 li { float:left; }
.num { position:absolute; right:20px; bottom:15px; }
.num li { float:left; width:15px; height:15px; margin:2px 3px; cursor:pointer; overflow:hidden; }
.num li.on { width:15px; height:15px; margin:2px 3px; background:url(images/en_06.png) no-repeat; }
.num li.off { width:15px; height:15px; margin:2px 3px; background:url(images/en_05.png) no-repeat; }

		
