@charset "utf-8";
/* CSS Document */
body
{ 
	margin-top:0px;		/* 网页上边距 */
	margin-bottom:0px;	/* 网页底边距 */
	margin-left:0px;	/* 网页左边距 */
	margin-right:0px;	/* 网页右边距 */
	font-size:12px;												/* 网页字体大小 */
	font-family:"宋体";	/* 网页字体 */
	color:#000000;												/* 网页文本颜色 */
	line-height:20px;											/* 标准行高 */
	text-align:left;											/* 文本对齐 */
	SCROLLBAR-FACE-COLOR:#ffffff;
	SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; 
	SCROLLBAR-SHADOW-COLOR: #CCCCCC; 
	SCROLLBAR-3DLIGHT-COLOR: #CCCCCC; 
	SCROLLBAR-ARROW-COLOR: #CCCCCC; 
	SCROLLBAR-TRACK-COLOR: #F2F2F2; 
	SCROLLBAR-DARKSHADOW-COLOR: #FFFFFF;
}


/*导航菜单超级链接*/
a{color: #000000;text-decoration: none;font-size: 12px;}
a:hover {color: #000000;text-decoration: none;font-size: 12px;}

a.menu{color: #000000;text-decoration: none;font-size: 12px;}
a.menu:hover {color: #9B2727;text-decoration: none;font-size: 12px;font-weight: bold;}

a.menu02{color: #000000;text-decoration: none;font-size: 12px;font-weight: bold;}
a.menu02:hover {color: #000000;text-decoration: none;font-size: 12px;font-weight: bold;}

.title01{font-size:12px;color: #000000;line-height:20px;}
.title02{font-size:16px;color: #153F64;line-height:24px;}

.menu { margin-left:68px;}

/*表格属性*/
table{ font-size:12px;line-height:20px;border-collapse:collapse;}

.text12_red {color: #9B2727;font-size: 12px;font-weight: bold;}
.text12_blue{color: #999999;font-size: 12px;line-height: 20px;}
.text01{color: #ffffff;font-size: 12px;line-height: 18px;}

.input {
	font-size: 11px;
	line-height: 18px;
	color: #999999;
	border: 1px solid #73BBE8;
}

.img{border:1px solid #E3E3E3;margin: 4px;padding: 4px;}

.bg {
	background-repeat: repeat-y;
	background-position: right top;
}


.txtInput
{
    width:180px;
    }