.headline_text {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	color: #d3447a;
}
.subheadline_lila_text {
	color: #9d1c4d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.subheadline_violet_text {
	color: #f16dab;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.subheadline_violet_text_td {
	color: #c35087;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #ce5d92;
	margin-left: 3px;
	background: #ffe6e4;
}

.subheadline_alb_text_td {
	color: #c35087;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #e58fb4;
	background: #ffe6e4;
}

.subheadline_gri_text {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.subheadline_red_text {
	color: #e14d91;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.text {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.text_lila {
	color: #C66EB5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.text_violet {
	color: #FF00A8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.text_violet2 {
	color: #ed5799;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.alb_text_bold {
	color: #FFFFFF;
	font-weight: bold;
}

.alb_text {
	color: #000000;
}



/* main encapsulating, outlining div 
You can setup the layout here, especially the width of the page.
(We suggest 770px, 980px or 100%.)
*/

#container  { 
	border: 1px solid #C0C0C0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	padding: 0px;
	width: 770px;
	max-width: 770px;
	border: none;
	text-align: left;
	}

/* Floats may also need to be cleared. 
There are a variety of ways to clear your floats, but the one we personally prefer is this.
In your XHTML page, you would add <div class="brclear"></div> following the div you're clearing. 
*/
	
.brclear { 
     clear:both; 
     height:0; 
     margin:0;
     font-size: 1px;
     line-height: 0px;
}

/*
mostly text formatting here.
*/
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	}
a.text:link,a.text:hover,a.text:visited {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none
	}

.textbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	}
a.textbold:hover, a.textbold:link, a.textbold:visited {
	text-decoration: none;
	}

a.alb_text_bold:hover, a.alb_text_bold:link, a.alb_text_bold:visited {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
	
.textwh {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	}
	
a.textwh:hover, a.textwh:link, a.textwh:visited {
	text-decoration: none;
	}
		
.textsmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #cccccc;
	}
	
a.textsmall:hover, a.textsmall:link, a.textsmall:visited {
	text-decoration: none;
	}	

/* error text mostly with RED to make attention */	
.error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
	}
a.error:link, a.error:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #990000;
	text-decoration: none
	}
a.error:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #990000;
	text-decoration: none
	}

/* You can float image automatically to left or right */	
#floatleft {
border: 0px solid #666;
margin: 0 0 10px 10px;
padding: 2px;
float:left;}

#floatright
{
border: 0px solid #666;
margin: 0 0 10px 10px;
padding: 2px;
float:right;}

.inputuri, .textarii {
    background: #efefef;
    color: #7B0164;
}
