*  {
	font-family: "Helvetica Neue", Helvetica, sans-serif, "Lucida Grande";
	font-size: 14px;
}
h1 {
	font-size: 30px;
	color: #B58335;
}
h2 {
	font-size: 20px;
	color: #990000;
	text-indent: 30px;
}
p {
	text-align: justify;
}
.centered {
	text-align: center;
}
body {
	background-color: #BCCAD7;
}
.breadcrumbs, .breadcrumbs * {
	font-size:10px;
	font-weight: bold;
	margin-top: 0px;
	padding-top: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
	text-decoration: none;
}
.breadcrumbs a:link {
	color: #990000;
	text-decoration: none;
}
.breadcrumbs a:visited {
	color: #990000;
}
.breadcrumbs a:hover {
	color: #FFFFFF;
}
.breadcrumbs a:active {
	color: #FFFFFF;
}