@charset "utf-8";
/* CSS Document */

body {
	font-family:"微软雅黑",Verdana, Arial, Helvetica, sans-serif, "宋体";
	background:url(bg.jpg) repeat-x top;
	font-size:12px;
	background-color:#DCF0F3;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form,fieldset, input,textarea, blockquote {
	padding:0;
	margin:0;
}
table, td, tr, th {
	font-size:12px;
}
li {
	list-style-type:none;
}
table {
	margin:0 auto;
}
img {
	vertical-align:top;
	border:none;
}
ol, ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:12px;
	font-weight:normal;
}

.fl{float:left;}

.fr{float:right;}

.fb{ font-weight:bold }

.cl{clear:both;}

a{ TEXT-DECORATION: none }

/* Color */
.cRed,a.cRed:link,a.cRed:visited{ color:#f00; }
.cBlue,a.cBlue:link,a.cBlue:visited,a.cBlue:active{color:#1f3a87;}
.cDRed,a.cDRed:link,a.cDRed:visited{ color:#bc2931;}
.cGray,a.cGray:link,a.cGray:visited{ color: #4F544D;}
a.cGray:hover{color:#bc2931;}
.cDGray,a.cDGray:link,a.cDGray:visited{ color: #666;}
.cWhite,a.cWhite:link,a.cWhite:visited{ color:#fff;}
.cBlack,a.cBlack:link,a.cBlack:visited{color:#000;}
a.cBlack:hover{color:#bc2931;}
.cYellow,a.cYellow:link,a.cYellow:visited{color:#ff0;}
.cGreen,a.cGreen:link,a.cGreen:visited{color:#008000;}
.cOrange,a.cOrange:link,a.cOrange:visited{color:#FF6600;}