/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.bg_top_right {
	background-image: url(bg_small_edge_right.gif);
	background-repeat: no-repeat;
	background-position: right top;
}


.bg_left {
	background-image: url(bg_left.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.bg_leftB {
	background-image: url(bg_leftB.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 {
	color: #1F5190;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
}

.body_text a{

	color: #80160F;
}

.body_text a:hover{

	background-color: #F1BDC4;
	color:#80160F;
}
.headline {
	color: #1F5190;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	border-bottom:1px solid #1F5190;
}



.footer_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5B5B5B;
	line-height: normal;
}

.footer_text a{
	color: #DA654A;
}
.footer_text a:hover{
	background-color: #FFD9D0;
}

a[href $='.pdf'] { 
   padding-right: 18px;
   background: transparent url(page_white_acrobat.png) no-repeat center right;
}

