/* BEGIN adding styles based upon subdesign_config.inc */ 

body {
	background-color: #FFFFFF; /* $cf_subdesign_color_bgcolor */
	color: #000000; /* $cf_subdesign_color_text */
}

.bgcolor {
	background-color: #FFFFFF; /* $cf_subdesign_color_bgcolor */
}

a:link {
	color: #330066; /* $cf_subdesign_color_link */
}

a:visited {
	color: #666666; /* $cf_subdesign_color_vlink */
}

a:hover,
a:active {
	color: #C2B3D1; /* $cf_subdesign_color_alink */
}

.subdesign_color_bg1 {
	background: #C2B3D1; /* $cf_subdesign_color_bg1 */
}
	
.subdesign_color_bg2 {
	background: #330066; /* $cf_subdesign_color_bg2 */
}
	
.subdesign_color_bg3 {
	background: #C2B3D1; /* $cf_subdesign_color_bg3 */
}

.headlines h3
{
	color: #330066; /* $cf_subdesign_color_link */
}

/* END adding styles based upon subdesign_config.inc */ 


hr {
	color: #330066;
}

.headline, 
.primary_content_area h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.title,
.primary_content_area h4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.content {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}

.subheadline, 
.primary_content_area h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}

.subtitle,
.primary_content_area h5 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

.subcontent,
.contactinfo {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
}

.formtitle, .form_title, h5.form_title, div.form_row_submit {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

.formlabel {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

.formcontent {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}

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

.headlines {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
}

a.headlines:link {
	color: #330066;
}

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

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