/* CSS Document */

a.catbig:link {
    font-size: 14px;
    color: #003CB7;
    text-decoration: none;
    font-weight:bold;
}
a.catbig:visited {
    font-size: 14px;
    color: #003CB7;
    text-decoration: none;
    font-weight:bold;
}
a.catbig:hover {
    font-size: 14px;
    color: #FF6600;
    text-decoration: underline;
    font-weight:bold;
}
a.catbig:active {
    font-size: 14px;
    color: #FF0000;
    text-decoration: underline;
    font-weight:bold;
}
a.blacklink:link {
    color: #000000;
    text-decoration: none;
}
a.blacklink:visited {
    color: #000000;
    text-decoration: none;
}
a.blacklink:hover {
    color: #FF3300;
    text-decoration: underline;
}
a.blacklink:active {
    color: #FF0000;
    text-decoration: underline;
}
#cat td {
    color:#333333;
    line-height:130%;
}
#cat {

}
#promotion {
	padding:8px 8px 8px 8px;
	border-left:1px solid #C9C9C9;
	border-right:1px solid #C9C9C9;
	border-bottom:1px solid #C9C9C9;	
	background-color:#F6F6F6;
	margin-bottom:10px;
}
.paraHeight13 {
    line-height:130%;
}
.paraHeight15 {
    line-height:150%;
}
.paraHeight17 {
    line-height:170%;
}
.fontSize14 {
    font-family: "宋体", "黑体";
    font-size: 14px;
}
.boldFontSize12 {
    font-family: "宋体", "黑体";
    font-size: 12px;
    font-weight: bold;
}
.boldFontSize14 {
    font-family: "宋体", "黑体";
    font-size: 14px;
    font-weight: bold;
}