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

body {
	background:#d5d3d3;
}


a {
	text-decoration:none;
	color:#35a02b;
	font-weight: bold;
}
a:hover {
	color:#009ee0;
}

img {
	border: 0px;
}

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

#navigation {
	background: #1f1d21;
}

#content {
	/*background:#ebebeb; */
	color:#000;
	
}
/*#contentText {background:#ebebeb;} */
#contentTextHome {background:url(/img/background_home.png);}

/*
 * Breadcrumbs
 */

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

#breadcrumbs a {
	font-weight: normal;
	color: #35a02b;
	text-decoration: none;
}
#breadcrumbs a:hover {color:#009ee0;}
#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;
}

