
@charset "UTF-8";

.news {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #c41425;
	text-decoration: underline;
	line-height: 12px;
}

.news_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	line-height: 12px;
}

.body_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	line-height: 20px;
}

.body_textBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
	line-height: 25px;
	font-weight: bold;
}

.body_text_footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	line-height: 20px;
}

.body_text_sm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 20px;
}

.body_text_big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
	line-height: 23px;
}

.content { font-size: .8em; }

.page_title { font: bold 14px Arial; color: #c51426; }
.page_title span { color: #9a7c36; }
.page_title .left { padding-left: 12px; padding-right: 20px; }
.page_title .right { padding-left: 20px; }

a, a:link { color:  #c51426; }


