body.dc {
	text-align: 		left;
	margin: 		0px 0px 0px 0px;
	padding:		0px 0px 0px 0px;
	background-color:	#ffffff;
	background:		#ffffff url('img/img_bg_page.jpg');
	width:			100%;
}

h1 {
	font-family:		'Arial';
	font-weight:		normal;
	font-size:		23px;
	color: 			#663399;
	padding:		0px 0px 0px 0px;
	margin:			0px 0px 0px 0px;
}


a.h1:hover {
	text-decoration:	underline;
}

h2 {
	font-family:		'Arial';
	font-weight:		normal;
	font-size:		20px;
	color: 			#663399;
	padding:		0px 0px 0px 0px;
	margin:			0px 0px 0px 0px;
}

h3 {
	font-family:		'Arial';
	font-size:		12px;
	font-weight:		normal;
	color: 			#959595;
	padding:		0px 0px 0px 0px;
	margin:			0px 0px 0px 0px;
}

ul {
	padding:		0px 20px 0px 0px;
	margin:			0;
	list-style-position: 	inside;
	font-family:		'Arial';
	font-size:		14px;
	list-style-type: 	square;
	color: 			#ffffff;
}

li {
	padding:		0;
	margin:			5px 0px 5px 0px;
	font-family:		'Arial';
	list-style-type: 	square;
}

ul.services {
	padding:		0px 0px 0px 0px
	color:			#ce2a4f;
	font-size:		12px;
	line-height:		120%;
}

li.services {
	color:			#ce2a4f;
	margin:			2px 0px 2px 0px;	
}

ul.normal {
	padding:		0px 0px 0px 0px
	color:			#663399;
	font-size:		14px;
	line-height:		120%;
}

li.normal {
	color:			#663399;
	margin:			2px 0px 2px 0px;	
}

a {
	font-family:		'Arial';
	font-weight:		normal;
	color: 			#ffffff;
	text-decoration:	none;
	position:		relative; 
	cursor: 		pointer;
}
a:hover {
	text-decoration:	underline;
}

.address {
	font-family:		'Arial';
	font-weight:		normal;
	font-size:		12px;
	color:			#ffffff;
	line-height: 		180%;
}

.normal {
	font-family:		'Arial';
	font-weight:		normal;
	color:			#663399;
	font-size:		14px;
	line-height: 		180%;
	text-align:		justify;
}

.normalSmall {
	font-family:		'Arial';
	font-weight:		normal;
	color:			#663399;
	font-size:		12px;
	line-height: 		220%;
	text-align:		left;
}

.clear {
	width:			1px;
	clear:			both;
}

blockquote.withquote {
	background:		url('img/quotes_open.png') no-repeat top left;
	padding-left:		20px;
	text-align:		justify;
	margin:			0px 0px 0px 0px;
}

div.withunquote {
	font-family:		'Arial';
	font-weight:		normal;
	font-size:		14px;
	background: 		url('img/quotes_close.png') no-repeat bottom right;
	padding:		0px 15px 0px 0px;
}
