html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #fff;
	background: #590000;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: White;
	font-weight: bold;
	line-height: 16px;
}

big {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #4B545F; 
	font-weight: bold; 
	line-height: 16px; 
	text-indent: 10px; 
	letter-spacing: 5px;
}

small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: White;
	font-weight: normal;
}

a {
	color: #D7D7D7;
}

a:hover {
	color: #D0D0D0;
}

a:active {
	color:#fff;
}

.breadcrump {
	text-align: left;
	background: transparent;
	color: #969FAB;
	padding-left: 5px;
}

.sitemapmain {
	text-align: left;
	background: transparent;
	color: #758393;
	padding: 5px;
}

.sitemapsub {
	text-align: left;
	background: transparent;
	color: #758393;
}

.mainnav {
	text-align: left;
	background: transparent;
	border: 1px solid Silver;
	font-size: 11px;
}

.mainnav:hover {
	background: #9D0000;
}

.mainnavactive {
	text-align: left;
	background: #9D0000;
	border: 1px solid Silver;
	font-size: 11px;
}

.subnav {
	text-align: left;
	background: transparent;
	border: 1px solid #9E9E9E;
	font-size: 11px;
}

.subnav:hover {
	background: #9D0000;
}

.subnavactive {
	text-align: left;
	background: #9D0000;
	border: 1px solid #9E9E9E;
	font-size: 11px;
}

hr {
	background: #A8B0BB;
	color: #A8B0BB;
	height: 2px; 
}

h1 {
	font-size:20px;
}