@charset "utf-8";

/* 全局设置 */
body {text-align: left; font:12px "宋体", arial;margin:0; padding:0;}
div,form,img,
h1,h2,h3,h4,h5,h6,
ul,ol,li,dl,dt,dd		{margin:0; padding:0;}
table,td,tr,th 			{font-size:12px;}
input,select,textarea 	{font-size:12px;}
img{border:0px;}
ul { list-style:none;}

/* 默认链接颜色 */
a:link		{color: #000; text-decoration:none;}
a:visited	{color: #000; text-decoration:none;}
a:hover		{color: #FF6633; text-decoration:none;}
a:active	{color: #C00;}
/*
html body div#wrapper div span,
html body div#wrapper div a {color: #000;}*/

/* 颜色属性 [定义规则，小写c加颜色名称] */
a.cRed:link,  a.cRed:visited	{color:#c00; }

.cBlue, a.cBlue:link, a.cBlue:visited	{color:#1f3a87;}
.cNBlue, a.cNBlue:link, a.cNBlue:visited{color:#002B8E;}
.cDRed, a.cDRed:link, a.cDRed:visited	{color:#DD5800;}
.cGray, a.cGray:link, a.cGray:visited	{color: #4F544D;}
.cDGray,a.cDGray:link,a.cDGray:visited	{color: #666;}
.cWhite,a.cWhite:link,a.cWhite:visited	{color:#fff;}
.cBlack, .cBlack a:link, .cBlacka:visited	{color:#000;}
.cBlack a:hover							{color:#bc2931;}
.cYellow,a.cYellow:link,a.cYellow:visited {color:#ff0;}
.cGreen,a.cGreen:link,a.cGreen:visited	{color:#008000;}

/* 字体属性 [定义规则，小写f加属性名称] */
.fB {font-weight: bold;}
.fI {font-style: italic;}
.fU	{text-decoration: underline;}

/* 字体大小 */
.f12px {font-size: 12px;}
.f14px {font-size: 14px;}
.f16px {font-size: 16px;}

/* 其他属性 */
.left		{float: left;}
.right		{float: right;}
.clear		{clear: both; line-height: 0px; font-size:0px; visibility: hidden; overflow:hidden; }
.hidden		{display: none;}
.block		{display: block;}
.noBorder	{border: none;}

/* 分隔空白块  */
.blank0		{height:0px; background:#fff; font-size:0px; clear:both; overflow:hidden;}
.blank1		{height:1px; 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; width:100%;}
.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;}
.blank15	{height:15px; background:#fff; font-size:1px; clear:both; overflow:hidden;}
.blank5H	{width:5px; background:#fff; font-size:1px;overflow:hidden;}
.blank7H	{width:7px; background:#fff; font-size:1px;overflow:hidden;}