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

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

.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: #a90056; }
a:visited { color: #222; }
a:hover, a:active { color: #690036; }
*/

body {
	background:#fff;
	color:#000;
	}
	
.bgcolor {
	background:#000;
	}
	
.bgcolor_content, .subnavtop {
	background:#fff;
	}
	
/* links */
	
a:link {
	color:#47A !important;
	}
	
a:visited {
	color:#47A !important;
	}
	
a:hover,a:active {
	color:#8BE !important;
	}
	
/* Headline */

.headline {
	color:#a90056;
	}
	
.errormessage {
	color:#f00;
	}
	
	
/* subdesign_config.inc colors */ 

.subdesign_color_bg1 {
	background:#AfC5Dc;
	}
	
.subdesign_color_bg2 {
	background:#81A4C8;
	}
	
.subdesign_color_bg3 {
	background:#5786B5;
	}
	
.subdesign_color_bg4 {
	background:#476e94;
	}
	
.subdesign_color_bg5 {
	background:#233648;
	}