H1 {
	font-weight: bold;
	font-size: 1em;
	color: #cc3333;
}
h2 {
	font-weight: bold;
	font-size: 0.9em;
	margin-bottom: -0.7em;
	color: #cc3333;
}
#BreadCrumb {
	background-color: #e49595;
}
#Navigation {
	background-color: #e49595;
}
UL#LeftNavigation A {
	display: block;
	width: 205px;
	background-color: #e49595;
	font-size: 0.9em;
	color: black;
	text-decoration: none;
	border: solid 1px #ba0a1d;
	margin: 4px;
	padding: 1px;
}
UL#LeftNavigation A:hover {
	background-color: #ba0a1d;
	border-left-color: white;
	border-bottom-color: white;
	color: white;
	border-top-color: white;
	border-right-color: white;
}
