/*====================================================================
Title : Global.css
Author : Nick 
URL : 
Description : For all pages
Created : 2006-10-04
Modified : 
====================================================================*/
/*html5*/
article,aside,dialog,footer,header,section,footer,nav,figure,menu{display:block}

html{
	margin:0;
	padding:0;
	color:#000;
	font-size:12px;
	text-align:left;
	overflow:auto;
	font-family: "Microsoft YaHei","微软雅黑";
}

body {
	margin:0;
	padding:0;
	color:#000;
	font-size:12px;
	font-family: "Microsoft YaHei","微软雅黑";
	text-align:left;
    /*background:transparent url(/static/default/images/bg-130.gif) left top repeat;*/
}
pre {
	margin:0;
	padding:0;
	color:#000;
	font-size:12px;
	font-family: "Microsoft YaHei","微软雅黑";
	text-align:left;
	/*background:transparent url(/static/default/images/bg-130.gif) left top repeat;*/
}
img{
	margin: 0;
	padding: 0;
	border: 0;
}
td
{
	font-size:12px;
}
h2{
	font-weight:bold;
	font-size:12px;
	color:#fff;
}
dl,
dt,
dd,
ul,
li,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p{
	margin:0;
	padding:0;
}
p{
	line-height:20px;
}
dl,
dd,
dt,
ul,
li{
	list-style-type:none;
}
textarea,
select,
option
{
	margin:1px 0;
}
a:link{
	color:#000000;
	text-decoration:none;
}
a:visited{
	color:#000000;
	text-decoration:none;
}
a:hover{
	color:#08c;
	cursor:pointer;
}
a:active{
	color:#000000;
	text-decoration:none;
}
span:hover{
	cursor:pointer;
}