@charset "gb2312";
/* CSS Document */

.white a:link,#white a:visiteid {
	color:#FFF;
	text-decoration:none;
}
.white a:hover,#white a:active {
	color:#FFF;
	text-decoration:underline;
}
.font_12 {
	color:#333;
	font-size:12px;
	line-height:16px;
}
.font_red {
	color:#F00;
	font-size:12px;
	line-height:16px;
}
.font_grey {
	color:#666666;
	font-size:11px;
	line-height:16px;
}
.font_bule_bold {
	color:#3c8bda;
	font-size:12px;
	font-weight:bold;
	line-height:22px;
}
.font_orange {
	font-family:Verdana, "Times New Roman", Arial, sans-serif,"宋体", "黑体";
	color:#fe5400;
	font-weight:bold;
	line-height:18px;
}
.font_orange_big {
	font-family:Verdana, "Times New Roman", Arial, sans-serif,"宋体", "黑体";
	color:#fe5400;
	font-weight:bold;
	font-size:22px;
	line-height:26px;
}
.font_white_bold {
	font-size:14px;
	color:#FFF;
	font-weight:bold;
	line-height:28px;
}
.font_white {
	font-size:12px;
	color:#FFF;
}

h1{
	font-size:12px;
	font-weight:bold;
	color:#039;
	line-height:18px;
	margin:0px;
}

h1 a:link {
	font-family:Verdana, "Times New Roman", Arial, sans-serif,"宋体", "黑体";
	font-size: 12px;
	color: #04d;
	text-decoration: none;
}
h1 a:visited {
	text-decoration: none;
	color: #04d;
}
h1 a:hover {
	text-decoration: underline;
	color: #f50;
}
h1 a:active {
	text-decoration: none;
	color: #f50;
}


