body {
	margin:0;
	font-size:12px;
	font-family:"ËÎÌå",Arial, Helvetica, sans-serif;
}

a:link {
	color:#707070;
	color:#004d8f;
	text-decoration:none;
	}
a:visited {
	color:#707070;
	color:#004d8f;
	text-decoration:none;
	}
a:hover {
	color:#00a0e9;
	text-decoration:none;
	}

a.blue:link {
	color:#00a0e9;
	text-decoration:none;
	}
a.blue:visited {
	color:#00a0e9;
	text-decoration:none;
	}
a.blue:hover {
	color:#00a0e9;
	text-decoration:none;
	}

.txtDate {
	font-size:10px;
	color:#808080;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-align:center;

}

.dotLine {
	background-image:url(dot_line.gif);
	background-position:left center;
	background-repeat:repeat-x;
}

.line {
	background-image:url(line.gif);
	background-position:0 0;
	background-repeat:repeat-x;
}

.txtWhite {
	color:white;
}

.txtNav {
	text-align:right;
	padding-right:10px;
	color:#606060;

}


.MenuItemBg {
	background-image:url(menu_item_bg.gif);
	background-position:0 0;
	background-repeat:repeat-x;
}

.CateBg {
	background-image:url(pic_cate_bg.gif);
	background-position:0 0;
	background-repeat:repeat-x;
}

.cateMid {
	background-image:url(pic_cate_mid.gif);
	background-position:0 0;
	background-repeat:repeat-y;
}

.NoticeBg {
	background-image:url(notice_bg.gif);
	background-position:0 0;
	background-repeat:repeat-x;
}

.tableMain {
	width:1000px;
}

.subMenuItem {
	background-image:url(sub_menu_bg.gif);
	background-position:0 0;
	background-repeat:no-repeat;
	width:228px;
	height:30px;
	padding-left:20px;
}

.subMenuItemOn {
	background-image:url(sub_menu_bg_on.gif);
	background-position:0 0;
	background-repeat:no-repeat;
	width:228px;
	height:30px;
	font-weight:bold;
	padding-left:20px;
}

.subMenuTitle {
	font-size:14px;
	font-weight:bold;
	color:#004d8f;
	height:25px;
}

.txtHeader {
	font-size:16px;
	font-weight:bold;
	color:#004d8f;
	height:25px;
}

.txtNewsTitle {
	font-size:16px;
	font-weight:bold;
	color:#004d8f;
	height:25px;
}

.txtNewsItemOn {
	background-color:#f3f3f3;

}

.page_on {
	margin:0 2px 0 2px;
	padding:2px 6px 2px 6px;
	font-weight:bold;
	background-color:#606060;
	color:#FFFFFF;
	cursor:pointer;
}
.page_off {
	margin:2px;
	font-weight:bold;
	padding:0px 6px 0px 6px;
	background-color:#EEEEEE;
	cursor:pointer;
}

.txtInfo {
	word-break:break-all;

}

.txtProInfo {
	word-break:break-all;
	line-height:135%;
	vertical-align:top;
	height:100px;

}

.txtName {
	font-weight:bold;
}
.txtProName {
	font-weight:bold;
	height:30px;
	padding:0 0 0 30px;
}
.proBg {
	background-image:url(pic_pro_bg.gif);
	background-position:0 0;
	background-repeat:no-repeat;
	width:240px;
	height:156px;	
}

.borderSolid {
	border:1px solid #CCCCCC;
}
