.txt, .txtTitle {
	float: left;
	width: 530px;
}
.mbox_cms .txt,.mbox_cms .txtTitle {
	float: left;
	width: 720px;
}
.txt a, .readon {
  color: #63a600;
}
a.readon_blue {
  color: #000096;
}
.txt .intro {
  color: #63a600;
}
.txt .highlite,.txt .intro {
  font-weight: bold;
}
.txt ul,.txt ol {
  margin: 0px 0px 0px 0px;
}
.txt ul li {
	margin: 0px;
	padding: 0px 0px 0px 12px;
	list-style: none;
	
	background-position: 0px 3px;
	background-repeat: no-repeat;
	background-image: url('../img/li.gif');
}
.txt td {
	font-size: 12px;
}
.txt .tblHeader td, .txt .tblLow td, .txt .tblHigh td {
    padding: 4px 8px 4px 8px;
}
.txt .tblHeader td {
    color: #fff;
    font-weight: bold;
    background-color: #63a600;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
}
.txt .tblLow td, .txt .tblHigh td {
    border-bottom: 1px solid #7f7fca;
    border-right: 1px solid #7f7fca;
}
.txt .tblHigh td {
    background-color: #e6e6f5;
}

.txt ul.nobullet, .txt ul.nobullet li {
	list-style: none;
	margin: 0px;
}
.txt ul.nobullet li {
	padding: 6px 0px 6px 30px;
}
.txt ul.nobullet li a {
	line-height: 24px;	
}
.txt ul li.type_txt, .txt ul li.type_word, .txt ul li.type_excel, 
.txt ul li.type_pdf, .txt ul li.type_html {
	background-position: 0px 8px;
	background-repeat: no-repeat;
	border-bottom: 1px solid #bfbfe5;
}
.txt ul li.type_txt {
	background-image: url('../admin/images/dwl/ic_txt.gif');
}
.txt ul li.type_word {
	background-image: url('../admin/images/dwl/ic_word.gif');
}
.txt ul li.type_excel {
	background-image: url('../admin/images/dwl/ic_exel.gif');
}
.txt ul li.type_pdf {
	background-image: url('../admin/images/dwl/ic_pdf.gif');
}
.txt ul li.type_html {
	background-image: url('../admin/images/dwl/ic_html.gif');
}