body { font-family: Verdana, Geneva, sans-serif; color: #000; }

.headline { font-size: 14pt; font-weight: bold; }

.errormessage { font-size: 14pt; font-weight: bold; color: #F00; }

.subheadline { font-size: 12pt; font-weight: bold; }

.title, 
.formlabel { font-size: 10pt; font-weight: bold; }

.formtitle { font-size: 10pt; font-weight: bold; }

.content,
.contactinfo { font-size: 10pt; }

.subtitle { font-size: 9pt; font-weight: bold; }

.subcontent,
.formcontent,
.headlines { font-size: 9pt; }

a:link { color: #CC0000; }

a:visited { color: #666; }

a:hover,
a:active { color: #FF0000; }











body {
	background:#fff;
	color:#000;
	}
	
.bgcolor {
	background:#001cC5;
	}
	
.bgcolor_content, .subnavtop {
	background:#fff;
	}
	
/* links */
	
a:link {
	color:#001cC5 !important;
	}
	
a:visited {
	color:#001cC5 !important;
	}
	
a:hover,a:active {
	color:#Ec6a11 !important;
	}
	
/* Headline */

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

.subdesign_color_bg1 {
	background:#F5B16a;
	}
	
.subdesign_color_bg2 {
	background:#F08a30;
	}
	
.subdesign_color_bg3 {
	background:#Ec6a11;
	}
	
.subdesign_color_bg4 {
	background:#Af4f0d;
	}
	
.subdesign_color_bg5 {
	background:#7c380a;
	}






