body {
	font-family: Arial, Verdana, Tahoma;
	font-size: 11pt;
}
h1 {
	font-family: Arial, Verdana, Tahoma;
	font-size: 12pt;
	color: AC2D19;
}
h2 {
	font-family: Arial, Verdana, Tahoma;
	font-size: 11pt;
	color: DF6F1E;
}
p, td, li {
	font-size: 10pt;
}
a.link, a.link:visited {
		color: DF6F1E;
		text-decoration: none;	
}
a.link:hover {
		color: DF6F1E;
		text-decoration: underline;	
}
a.footer:hover { 
	text-decoration: underline;
 }

.footer, a.footer  { 
	font-size: 8pt;
	color: FFFFFF;
	text-decoration: none;
 } 
.quotes {
	font-size: 9pt;
	font-style: italic;
}
.table-border {
	border: 2px solid #000000;

}
#top-menu, #top-menu ul{
	padding-top: 10px;
	margin-bottom: 10px;
	list-style: none;		
}

#top-menu li{
	float: left;
	position: relative;
	padding-right: 35px;
	padding-left: 35px;	
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;	
}

.sub-menu{
	display: none;
	width: 13.5em;
	position: absolute;
	top: 100%; /* to position them to the right of their containing block */
	background-color: #9B1305;
	border: 1px solid #ffffff;
	text-align: left;
	line-height: 20px;
	top: 50x;
	left: -35px;
}

.sub-menu li{
	width: 100%;
	left: 0px;
	padding-bottom: 10px;
}

.sub-menu li a{
	display: block;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	border-style: none;
	margin-left: 0px;
}


.sub-menu li a:hover{
	text-decoration: none;
}
#top-menu a{
text-decoration: none;
margin: 0;
}
#top-menu a:hover{
text-decoration: underline;
}
#top-menu li:hover ul, li.over ul {
	display: block;
}
a.top-menu-link {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.top-menu-link:hover {
	text-decoration: underline;
}
.disabled {
	background-color: #CCCCCC;
}