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

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

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

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

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

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

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

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

.form_title,
h5.form_title,
div.form_row_submit {
	font-size: 10pt;
	font-weight: bold;
	color: #FFF;
	background: #744d49 !important;
	color: #FFF !important;
}

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

a.headlines:link {
	color: #744D49;
}

a.headlines:visited {
	color: #666;
}

a.headlines:hover,
a.headlines:active {
	color: #92645F;
}

















/*
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:#744d49 !important;
	}
	
a:visited {
	color:#744d49!important;
	}
	
a:hover,a:active {
	color:#92645f !important;
	}
	
/* Headline */

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

.subdesign_color_bg1 {
	background:#C9B4B2;
	}
	
.subdesign_color_bg2 {
	background:#Ac8a86;
	}
	
.subdesign_color_bg3 {
	background:#92645f;
	}
	
.subdesign_color_bg4 {
	background:#654541;
	}
	
.subdesign_color_bg5 {
	background:#462f2d;
	}