/* CSS Document */

/* 全局公共样式的设定 */
*{margin:0; padding:0;}
body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div,dl,dt,dd{margin:0;padding:0;}
body{background:#fff;color:#4d4d4d;font:12px Arial; line-height:24px;}
li{list-style-type:none;}
h1,h2,h3,h4,h5,h6 {font-size:12px; font-weight:normal;}
input,button,textarea,select{font:100% Arial;}


/* 默认全局样式超链接样式 */
a:link {color: #4d4d4d; text-decoration:none;}/* 链接基本样式 */
a:visited {color: #4d4d4d;text-decoration:none;}/* 链接点击过后的样式 */
a:hover {color: #1a7cc7; text-decoration: underline;}/* 链接移上时的样式 */
a:active {color: #1a7cc7; text-decoration:none;}/* 链接点击时的样式 */

/* 其它常用样式的定义 */
.left{ float: left;}
.right{ float: right;}
.clear{ clear: both;}
.noBorder{border:none;	}
.bd{ border:1px solid #ccc;}
.red{ color:#FF0000}

img，li{ vertical-align:top;}


.blank50px{ height:50px; line-height:50px; font-size:0; clear:both}
.blank35px{ height:35px; line-height:35px; font-size:0; clear:both}
.blank20px{ height:20px; line-height:20px; font-size:0; clear:both}
.blank10px{ height:10px; line-height:10px; font-size:0; clear:both}



/*标题连接样式*/
h2 a:link{color:#093E81; text-decoration:none}
h2 a:visited{color:#093E81; text-decoration:none}
h2 a:hover {color: #333; text-decoration:none;}
h2 a:active {color: #333; text-decoration:none;}