﻿
/* 定义BODY内字体大小及颜色等 */
.nolink {
	font-family: "Arial";
	font-size: 12px;
	line-height: 15px;
	color: #293F70;
	text-decoration: none;	
}
/* 定义表格内字体大小及颜色等 */
td {
	font-family: "Arial";
	font-size: 11px;
	line-height: 15px;
	color: #293F70;
	text-decoration: none;
}

/* 定义网站中标准链接式样 */
a:link {
	font-family: "Arial";
	font-size: 11px;
	line-height: 15px;
	color: #293F70;
	text-decoration: underline;
}
a:visited {
	font-family: "Arial";
	font-size: 11px;
	line-height: 15px;
	color: #293F70;
	text-decoration: underline;
}
a:hover {
	font-family: "Arial";
	font-size: 11px;
	line-height: 15px;
	color: #E43137;
	text-decoration: underline;
}
a:active {
	font-family: "Arial";
	font-size: 11px;
	line-height: 15px;
	color: #E43137;
	text-decoration: underline;
}

a.white:link {
	color: #D3D9E4;
	text-decoration: none;
	font-family: "Arial";
	font-size: 11px;	
}
a.white:visited {
	color: #D3D9E4;
	text-decoration: none;
	font-family: "Arial";
	font-size: 11px;
}
a.white:hover {
	color: #ffffff;
	text-decoration: none;
	font-family: "Arial";
	font-size: 11px;


}
a.white:active {
	color: #ffffff;
	text-decoration: none;
	font-family: "Arial";
	font-size: 11px;
}
a.dh:link {
	color: #244379;
	text-decoration: none;
	font-family: "Garamond";
	font-size: 15px;
	letter-spacing: -1px;
	font-weight: bold;

}
a.dh:visited {
	color: #244379;
	text-decoration: none;
	font-family: "Garamond";
	font-size: 15px;
	letter-spacing: -1px;
	font-weight: bold;

}
a.dh:hover {
	color: #000000;
	text-decoration: none;
	font-family: "Garamond";
	font-size: 15px;
	letter-spacing: -1px;
	font-weight: bold;

}
a.dh:active {
	color: #000000;
	text-decoration: none;
	font-family: "Garamond";
	font-size: 15px;
	letter-spacing: -1px;
	font-weight: bold;

}
