/* CSS Document */

/* div. fonts */

.hl {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	background:inherit;
	color: #000;
	text-decoration: none;
	line-height: 18px;
}
.font {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	background:inherit;
	color: #000;
	text-decoration: none;
	line-height: 15px;
}
.font a {
	background:inherit;
	color:#000;
	font-weight: normal;
	text-decoration: none;
}
.font a:hover {
	background:inherit;
	color:#A8101B;
}

.font_red_bld {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	background:inherit;
	color: #A8101B;
	text-decoration: none;
	line-height: 15px;
}
.font_spei {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	background:inherit;
	color: #000;
	text-decoration: none;
	line-height: 15px;
}
.font_spei_ital {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	background:inherit;
	color: #000;
	text-decoration: none;
	line-height: 15px;
}
.font_spei_rot {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	background:inherit;
	color: #A8101B;
	text-decoration: none;
	line-height: 15px;
}

