/* subdesign_config.inc colors */ 

.subdesign_color_bg1 {
	background:#8495B5;
	}
	
.subdesign_color_bg2 {
	background:#405b8e;
	}
	
.subdesign_color_bg3 {
	background:#002469;
	}
	
.subdesign_color_bg4 {
	background:#001948;
	}
	
.subdesign_color_bg5 {
	background:#001132;
	}

.bgcolor {
	background-color: #D6Ba00;
}


.headline {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #000000;
}

.subheadline {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
}

.title {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
}

.content {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	color: #000000;
}

.subtitle {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #000000;
}

.subcontent {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9pt;
	color: #000000;
}

.formlabel {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
}

.form_title, .form_row_submit {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000 !important;
	background-color: #fff !important;
}

.formcontent {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9pt;
	color: #000000;
}

.errormessage {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #FF0000;
}

.headlines {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9pt;
	color: #000000;
}

.contactinfo {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	color: #000000;
}




a:link {
	color:#002469 !important;
	}
	
a:visited {
	color:#002469 !important;
	}
	
a:hover,a:active {
	color:#000 !important;
	}