body, td, div, p {
	font-family: Arial;
	font-size: 12px;
	color: #000;
}


a {
	text-decoration:none;
	color:#188a6e;
}
a:hover {
	color:#188a6e;
	text-decoration:underline;
}

img { border: 0; }

#headerAddress a:hover {
	color:#910536;
}
#content h1 {
	font-size:20px;
	margin-top:0;
}

#navigation {
	/*background: #188a6e;*/
	background:url(/img/navigation_background.png);
}

#content {
	/*background:url(/img/contentbg.png) repeat-y 0 0 #910534; */
	color:#fff;
	
}
#contentText {background:url(/img/background_content_v2.png) no-repeat 0 0;}
#contentTextHome {background:url(/img/homebg_v2.png) no-repeat 0 0;height:383px;color:#fff;}
#text p, #text h1 {color:#fff;}

/*
 * Breadcrumbs
 */

#breadcrumbs {font: normal 10px/12px arial; color:#000;}

#breadcrumbs a {
	font-weight: normal;
	color: #188a6e;
}
#breadcrumbs a:hover {color:#188a6e;}
#breadcrumbs ul {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	list-style-type: none;
}
#breadcrumbs ul a.first {
	padding: 0px 10px 0px 4px;
	background-image: none;
}
#breadcrumbs ul a {
	padding: 0px 10px 0px 20px;
}
#breadcrumbs ul span {
	padding: 0px 10px 0px 20px;
}
#breadcrumbs li {
	display: inline;
	width: 130px;
	padding: 5px 0px 0px 0px;
	color: #000;
}
#breadcrumbs .B_crumbBox {
	color:#000;
}

