@charset "utf-8";
/* 界面元素初始化 */
*, html, body, div, span, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, table, th, tbody, tr, td, tfoot, br, p, img, a, form, label, input, select, textarea, button { border: none; margin: 0px; padding: 0px; }
div, span, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, table, th, tbody, tr, td, tfoot, br, p, img, a, form, label, input, select, button {	overflow: hidden; }
body { background: White url(../images/jpg/sky.jpg) no-repeat; font: 12px "Courier New"; }
ul, ol, li, dl, dt, dd { list-style: none; }
a { text-decoration: none; }

/* 修复PNG透明（半透明）图片在Internet Explorer 6.0下的显示问题 */
.fix_png { behavior: url(global/css/iepngfix.htc); }

/* 去掉链接、热点区域、按钮的虚线框及文本两端对齐 */
.readonly, a, area, button { behavior: url(global/css/none_dashedline.htc); }

/* 全局适用 */
.page { margin: 0px auto; width: 960px; }
.mtop_10 { margin-top: 10px; }
.block { display: block; }
.none { display: none; }
.item { font-family: 宋体; }
.ellipsis { font-family: Arial; }
.clear_float { clear: both; height: 0px; width: 0px; }
.hidden { display: inline; float: left; height: 0px; width: 0px; }
.red { color: Red; }
.green { color: Green; }
.blue { color: Blue; }