/*====================================================================
Title : Global.css
Author : Seymour 
URL : 
Description : For all pages
Created : 2009-01-21
Modified : 
====================================================================*/
html{
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	margin:0px 0px 0px 0px;
	padding:0;
	font-size:13px; 
	color:#787878;
	font-family: arial,verdana,sans-serif; 
}
img{
	margin: 0;
	padding: 0;
	border: 0;
}
td
{
	font-size:12px;
}
dl,
dt,
dd,
ul,
li,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p{
	margin:0;
	padding:0;
}
p{
	line-height:24px;
    letter-spacing: 0px;
	margin-bottom:7px;
}
dl,
dd,
dt,
ul,
li{
	list-style-image:url();
	list-style-type:none;
	padding:0px;
	margin:0px;}
dt{
    clear:both;
}
dd{
    float:left;
}
textarea,
select,
option
{
	margin:1px 0;
	background: transparent;
}
input,
label{
	 vertical-align:middle;
}
a{
	color:#787878;
	text-decoration:none;
}
a:hover{
	color:#004A8E;
}
a:active, a:focus {
    outline:none;
}

h2{
	color:#00468C;
	font:normal 20px "Microsoft YaHei";
	margin:0px 0px 10px 0px;
}
h2 span{
	color:#F29F45;
	font:normal 16px "Tahoma";
	margin:0px 0px 0px 5px;
}
h3{
    font-size:16px;
	color:#00468C;
	font-weight:bold;
	margin:20px 0 10px 0;
}	
h4{
    font-size:117%;
	color:#555;
    letter-spacing: 0px;
	margin:0 0 10px 0;
}
h5{
    font-size:100%;
    letter-spacing: 0px;
	margin-bottom:7px;
	color:#000000;
}
h6{
    font-size:14px;
    letter-spacing: 0px;
	margin-bottom:7px;
	color:#000000;
	font-weight:bold;
}
/****other*******/
.lf{
	float:left;
	display:inline;
}
.rt{
	float:right;
	display:inline;
}
.space{
	clear:both;
	font-size:0px;
}
.space20{
	width:100%;
	height:20px;
	clear:both;
	font-size:0px;
}