@charset "UTF-8";
.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0d3a65;
	text-decoration:none;

}


a.navigation:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration:none;
	background-color: #ffa200;
	padding-top: 6px;
	padding-left: 4px;
	padding-bottom: 4px;
	padding-right: 40px;
	
	
}

a.navigation:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration:none;
	
	
}

.bodyred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 10pt;
	color: #CC0000;
	font-weight: bold;
}



.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:20px;
	font-weight: normal;
	color: #333333;
	text-decoration:none;
}

.whitebody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:20px;
	font-weight: bold;
	color: #ffffff;
	text-decoration:none;
}

.iframe-body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:20px;
	font-weight: normal;
	color: #0d3a65;
	text-decoration:none;
	opacity:.99;
}

.inputtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height:20px;
	font-weight: normal;
	color: #003366;
	text-decoration:none;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height:12px;
	font-weight: normal;
	color: #ffffff;
	text-decoration:none;
}

a.footer:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height:12px;
	font-weight: normal;
	color: #ffffff;
	text-decoration:underline;
}
a.footer:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height:12px;
	font-weight: normal;
	color: #6fbcf7;
	text-decoration:underline;
}
a.footer:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height:12px;
	font-weight: normal;
	color: #ffffff;
	text-decoration:underline;
}

.sidebar_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #003366;
	text-decoration:none;
}

.sidebar_body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:15px;
	font-weight: normal;
	color: #000000;
	text-decoration:none;
}

.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #003366;
	text-decoration:none;
}

.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height:20px;
	font-weight: normal;
	color: #333333;
	text-decoration:none;
}
.iframe-bg {
	background-color: #ffffff;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 425px;
	height: 500px;
	
	filter: progid:DXImageTransform.Microsoft.BasicImage(opacity=.5);
	opacity: .5;
}

