/* CSS 通用 */
body {
	font-size: 12px;
	color: #333;
	text-align:left;
	line-height:22px;
	font-family: Arial;margin: 0px;
	background: #FFF url(/images/cer.net/peixun/time_bg.jpg) repeat-x left top;margin:0 auto;
}
p{margin:0; padding:0;}
h2{font-size:14px}

/* 默认链接样式 */

a:link,a:visited {
color: #333;
text-decoration: none;}

a:hover {
color: #CC0000;
text-decoration:underline;}
/* 边框 单元格背景设置为白色*/
#list_0719 td{ background-color:#FFFFFF; padding-left:8px;}

/* 字体样式命名（body_字体颜色值） */
.gray_14b01{font-size: 14px;color: #333;font-weight: bold;}
.white_14b{font-size: 14px;color: #fff;font-weight: bold;padding-top:5px}
H2{font-size: 14px;color: #fff;font-weight: bold;padding-top:5px}


/* 图片边框样式命名*/
.border{border: 1px solid #CCCCCC;padding:1px}