b {
	font-weight: bold;
}

a {
	color: #780018;
	text-decoration: none;
}

a:hover {
	color: #780018;
	text-decoration: none;
	background-color: #E7E6E2;
}

a.door {
	color: #E8E7E7;
	text-decoration: none;
}

a.door:hover {
	color: #E8E7E7;
	text-decoration: none;
}

hr {
	color: #5D5C5C;
}

.graybg {
	 background-color: #BABABA;
}

.lightgraybg {
	 background-color: #E8E7E7;
}

.darkgraybg {
	 background-color: #C9C7C7;
}

.white {
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	color: white;
	text-align: centre;
}

.siteMapLink, .siteMapLink:hover {
	font-family: arial, helvetica, sans-serif;
	font-size: 8pt;
	color: white;
	text-decoration : none ;
	background-color : #A90022 ;
}