/* subdesign_config.inc colors */ 

.subdesign_color_bg1 {
	background:#86CcD4;
	}
	
.subdesign_color_bg2 {
	background:#42AfBc;
	}
	
.subdesign_color_bg3 {
	background:#0094A7;
	}
	
.subdesign_color_bg4 {
	background:#006673;
	}
	
.subdesign_color_bg5 {
	background:#00464f;
	}
	
	/*
a:link { color: #a90056; }
a:visited { color: #222; }
a:hover, a:active { color: #690036; }
*/

body {
	background:#fff;
	color:#03119c;
}
	
.bgcolor {
	background:#000;
}
	
.bgcolor_content, .subnavtop {
	background:#fff;
}
	
/* links */
	
a:link {
	color:#007e8c !important;
}
	
a:visited {
	color:#007e8c !important;
}
	
a:hover,a:active {
	color:#007e8c !important;
}

.formtitle, .form_title,
h5.form_title, .form_row_submit {
	color: #000000 !important;
	background: #cecece !important;
}


/* Headline */

.headline {
	color:#000;
}
	
.errormessage {
	color:#f00;
}

.news_articles ul li a:link {
	color: #000 !important;
}

.news_articles ul li a:visited {
	color: #000 !important;
}

.news_articles ul li a:hover {
	color: #000 !important;
}
















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: #379ea4; }

a:visited { color: #666666; }

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