body, span.text, span.standard, p.text, p.standard, p, ul {
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #a82e6b;
}

span.title, p.title {
	
	font-size: 16px;
	font-weight: bold;
	color: #a82e6b;	
	
	display: block;
	width: 100%;
	height: auto;
	padding: 7px 0;
}


span.subtitle, p.subtitle {
	font-size: 14px;
	color: #a82e6b;
	
	display: block;
	width: 100%;
	height: auto;
	padding: 5px 0;
}

a {
	color: #a82e6b;
	text-decoration: underline;
}



ul 
{
	margin: 0 10px;	
}


a img { border: none; }
a.lgn { color: #FFFFFF; text-decoration: none; }
a.lgn:hover { text-decoration: underline; }
