/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.bg_left {
	background-image: url(bg_left.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.bg_right {
	background-image: url(bg_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
}



.body_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #5B5B5B;
	line-height: 18px;
}

.body_text a{

	color: #CF7017;
}

.body_text a:hover{

	background-color: #F1D3B7;
	color:#CF7017;
}




.footer_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5B5B5B;
	line-height: normal;
}

.footer_text a{
	color: #CF7017;
}
.footer_text a:hover{
	background-color: #F1D3B7;
}
.news_item {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C8D7C7;
}

.news_item_on {
cursor:pointer;
	background-color: #F6FBF6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C8D7C7;
}
.news_headline {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #2B7C95;
}
.news_headline a{
	
	color: #2B7C95;
	text-decoration:none;
}
.news_body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

.headline_yellow{
font-weight:bold;
font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #4B638D;

}

.picture_border {
	padding: 5px;
	border: 1px solid #CCCCCC;
	 margin: 12px 0px 12px 12px;
	
	
	}
	
	.field_bg {
	background-image: url(field_bg.gif);
	background-repeat: no-repeat;
	background-position: top left;
	border: 1px solid #BFBFBF;	
	padding-left: 7px;
	font-size: 16px; 
	color: #666666;
}

.green_block{
background-image: url(block_green_news.gif);
	background-repeat:repeat-x;
	background-position: top;
background-color: #EBF6EA;
}
.cover {
visibility:hidden;
display:none;
}

a[href $='.pdf'] { 
   padding-right: 18px;
   background: transparent url(page_white_acrobat.png) no-repeat center right;
}