﻿@charset "utf-8";

/* 全局设置 */
body {
	font: 12px "宋体", arial;
	margin: 0;
	padding: 0;
	background: #fff url(../images/webbgline.jpg) repeat-x left top;
}
div,form,img,p,
h1,h2,h3,h4,h5,h6,
ul,ol,li,dl,dt,dd,select{margin:0; padding:0;}
table,td,tr,th 			{font-size:12px;}
input,select,textarea 	{font-size:12px; font-family: Arial;}
ul {list-style-type: none;}
img {border:0;}

/* 默认链接颜色 */
a:link		{color: #373737; text-decoration:none;}
a:visited	{color: #373737; text-decoration:none;}
a:hover		{color: #C00; text-decoration:underline;}
a:active	{color: #C00;}

.cRed, a.cRed:link, a.cRed:visited	{color: #C00;}
.cBlue, a.cBlue:link, a.cBlue:visited	{color: #004993;}
.cGreen, a.cGreen:link, a.cGreen:visited	{color: #00B208;}

/* 字体属性 [定义规则，小写f加属性名称] */
.fB {font-weight: bold;}
.fI {font-style: italic;}
.fU	{text-decoration: underline;}

/* 字体大小 */
.f12px {font-size: 12px;}
.f13px {font-size: 13px;}
.f14px {font-size: 14px;}
.f16px {font-size: 16px;}

/* 其他属性 */
.left		{float: left;}
.right		{float: right;}
.clear		{clear: both; line-height: 1px; height: 1px; font-size:1px; overflow:hidden; }
.hidden		{display: none;}
.block		{display: block;}
.noBorder	{border: none;}

/* 分隔空白块  */
.blankxx		{height:2px; background:#9bc2f0; font-size:1px; clear:both; overflow:hidden;}
.blankcz		{height:2px; background:#9f9bf0; font-size:1px; clear:both; overflow:hidden;}
.blankzk		{height:2px; background:#c99bf0; font-size:1px; clear:both; overflow:hidden;}
.blankgz		{height:2px; background:#fab890; font-size:1px; clear:both; overflow:hidden;}
.blankgk		{height:2px; background:#a7e2e2; font-size:1px; clear:both; overflow:hidden;}
.blank1		{height:1px; background:#fff; font-size:1px; clear:both; overflow:hidden;}
.blank2		{height:2px; background:#fff; font-size:1px; clear:both; overflow:hidden;}
.blank3		{height:3px; background:#fff; font-size:1px; clear:both; overflow:hidden;}
.blank5		{height:5px; background:#fff; font-size:1px; clear:both; overflow:hidden;}
.blank6		{height:6px; background:#fff; font-size:1px; clear:both; overflow:hidden;}
.blank7		{height:7px; background:#fff; font-size:1px; clear:both; overflow:hidden;}
.blank9		{height:9px; background:#fff; font-size:1px; clear:both; overflow:hidden;}
.blank10	{height:10px; background:#fff; font-size:1px; clear:both; overflow:hidden;}
.blank100	{height:105px; font-size:1px; clear:both; overflow:hidden;}
.blank11	{height:3px; font-size:1px; clear:both; overflow:hidden;}
.Red {
	color: #F00;
}

