﻿@charset "utf-8";

body {
	margin:0; padding:0; border:0;
	background:#fff;
	font-size:12px;
	}
td,th,div,p,span,li,ul,img,table,form { font-family: arial, "Times New Roman"; font-size:12px; color:#333;margin:0; padding:0; border:0;}
a:link {font-size:9pt;color:#000; text-decoration:none;}
a:visited {font-size:9pt; color:#000; text-decoration:none;}
a:active {font-size:9pt; color:#000; text-decoration:none;}
a:hover {font-size:9pt; color:#666; text-decoration:none;}

.menu {
	height:31px;
	background:#2F2F2F;
	line-height:31px;
	}
.menu a {
	float:left;
	display:block;
	padding:0 8px;
	margin-left:8px;
	text-indent:12px;
	text-align:center;
	}
.menu a:link,
.menu a:visited,
.menu a:active {
	color:#fff;
	background:url(../images/mdot.gif) no-repeat;
	background-position:0 11px;
	}
.menu a:hover {
	color:#ccc;
	background-position:3px 11px;
	}
.tips {
	background:#282827 url(../images/jjj_11.png) no-repeat;
	height:35px;
	line-height:35px;
	color:#fff;
	text-indent:25px;
	}
.foot {
	background:url(../images/jjj_20.png) no-repeat;
	height:36px;
	line-height:36px;
	text-indent:50px;
	color:#fff;
	}
.foot a:link,
.foot a:visited,
.foot a:active {
	color:#fff;
	}
.foot a:hover {
	color:#ccc;
	}

/* 结构化 */
.main_w { width:1004px;}
.left_w { width:796px;}
.right_w { width:208px;}

/* 表现 */
.text { height:22px; width:120px; background-color:#fff; border:#979DA3 1px solid;}
.bt { height:20px; width:60px; border:#ccc 1px dashed; color:#666; background-color:#fff; font-size:11px;}
.cbody { padding:10px 15px; line-height:2;}

/* Allen 标准化类型 */

.cn { font-family:"宋体"}
.en { font-family:Arial, Helvetica, sans-serif;}

.atop{ vertical-align:top;}
.tc { text-align:center;}
.tr { text-align:right;}

.fl { float:left;}
.fr { float:right;}

.big { font-size:18px;}
.small { font-size:10px;}

.b { font-weight:bold;} 
.em { font-style:italic;}