﻿@charset "utf-8";

/* 全局设置 */
body {font: 12px/150% "宋体", arial; color: #000; margin: 0; padding: 0; background-color: #DBDBDB;}
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: none;}

/* 默认链接颜色 */
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;}


/* 其他属性 */
.left		{float: left;}
.right		{float: right;}
.clear		{clear: both; line-height: 1px; height: 1px; font-size:1px; overflow:hidden; }

/* 分隔空白块  */
.blank1		{height:1px; font-size:1px; line-height: 1px; clear:both; overflow:hidden;}
.blank3		{height:3px; font-size:1px; line-height: 1px; clear:both; overflow:hidden;}
.blank5		{height:5px; font-size:1px; line-height: 1px; clear:both; overflow:hidden;}
.blank6		{height:6px; font-size:1px; line-height: 1px; clear:both; overflow:hidden;}
.blank7		{height:7px; font-size:1px; line-height: 1px; clear:both; overflow:hidden;}
.blank9		{height:9px; font-size:1px; line-height: 1px; clear:both; overflow:hidden;}
.blank10	{height:10px; font-size:1px; line-height: 1px; clear:both; overflow:hidden;}

