/* CSS Document */

/* 深蓝色12号字体 */
.blue{
	font-size:12px
	color:#003241;
}
.blue a{
	color:#003241;
}
.blue a:hover{
	color:#003241;
	text-decoration:none
}


.fontarial {
	font-family:'arial';
}
.font12 {
	font-size:12px
}
.red1 {
	color:#fe0000;
}





/* 白色14号加粗字体 */
.white{	
	font-size:14px;
	color:#ffffff;
	font-weight:bold;
}
.white A{
	font-size:14px;
	color:#ffffff;
}
.white A:hover{
	font-size:14px;
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
}
/* 褐色14号加粗字体 */
.Brown{
	font-size:14px;
	color:#444;
}
.Brown a{
	font-size:14px;
	color:#444;
}
.Brown a:hover{
	font-size:14px;
	color:#444;
}
/* 褐色12号加粗字体 */
.Brown12{
	font-size:12px;
	color:#444;
}
.Brown12 a{
	font-size:12px;
	color:#444;
}
.Brown12 a:hover{
	font-size:12px;
	color:#444;
}

.red12b{
    font-size:12px;
	color:#ff6d02;
	font-weight:bold;
}
.red12b a{
	font-size:12px;
	color:#ff6d02;
	font-weight:bold;
	text-decoration:none;
}
.red12b a:hover{
	text-decoration:underline;
}

.blue12b{
    font-size:12px;
	color:#097092;
	font-weight:bold;
}
.blue12b a{
	font-size:12px;
	color:#097092;
	font-weight:bold;
	text-decoration:none;
}
.blue12b a:hover{
	text-decoration:underline;
}

.blue14{
    font-size:14px;
	color:#097092;
}
.blue14 a{
	font-size:14px;
	color:#097092;
	text-decoration:none;
}
.blue14 a:hover{
	text-decoration:underline;
}