/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.bg_left {
	background-image: url(bg.gif);
	background-repeat: repeat-x;
}

.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;
}


.bg_right {
	background-image: url(bg.gif);
	background-repeat: repeat-x;
}
.body_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	line-height: 18px;
}
.body_text a{
color:#2B7C95;
}

.body_text a:hover{
background-color: #BDE6F3;

}

.news_headline {
	color: #2B7C95;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.news_headline a{
	color: #2B7C95;
	text-decoration: none;
}


.news_headline a:hover{
	background-color: #BDE6F3;
}

.news_headline_big {
	color: #2B7C95;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:bold;
	
}

.news_item {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E9E9E9;
}

.news_date {
	font-size: 12px;
	color: #383835;
	font-family: Arial, Helvetica, sans-serif;
}

.picture_border {
	padding: 5px;
	border: 1px solid #CCCCCC;
	margin: 12px 12px 12px 12px;
	
	}
	
	.picture_border_small {
	padding: 2px;
	border: 1px solid #CCCCCC;
	margin: 7px 7px 7px 7px;
	
	}
.headline_orange {
	color: #D58F06;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.footer_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

.footer_text a{
	
	color: #2B7C95;
}

.headline {
	color: #FFFFFF;
	font-family: "Gill Sans", "Gill Sans MT", Gillsans, Futura, "Futura Md BT", "Trebuchet MS";
	font-size: 24px;
	font-weight:bold;
}

