/* CSS Document */


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #BE1E37;
}
.bg_left {
	background-image: url(bg_left.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.bg_right {
	background-image: url(bg_right.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}



.body_text {
	font: 16px/21px Plantin, "Plantin std", "Plantin", "Baskerville", Georgia, "Times New Roman", serif;
	color: #000000;

}

.body_text a{

	color: #C21D36;
}

.body_text a:hover{

	background-color: #A18B83;
	color:#FFFFFF;
}




.footer_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	line-height: normal;
}

.footer_text a{
	color: #FFFFFF;
}
.footer_text a:hover{
	background-color: #FFD9D0;
}
.news_item {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #868E98;
}

.news_item_on {
cursor:pointer;
	background-color: #737F8E;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #868E98;
}

.picture_border {
	padding: 5px;
	border: 1px solid #CCCCCC;
	/* margin: 12px 12px 12px 12px;*/
	
	}