body {
	background-color: #000000;
	behavior: url(csshover.htc); /* call hover behaviour file */
}
td, p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 300;
	text-decoration: none;
}
a {
	color: 9B1305;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.addressText {
	font-size: 12px;
}
.normalText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.footer {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: 9B1305;
}
h2 {
	font-size: 13px;
	font-weight: bold;
	color: 9B1305;
}
.smalltext {
	font-size: 11px;
}
#top-menu, #top-menu ul{
	padding: 0;
	margin: 0;
	list-style: none;	
}

#top-menu li{
	float: left;
	position: relative;
	padding: 0;
	margin: 0;
}

#top-menu a{
text-decoration: none;
padding: 0;
margin: 0;
}
#top-menu a:hover{
text-decoration: underline;
}
#top-menu li:hover ul, li.over ul {
display: block;
	margin-bottom: 20px;
}
.sub-menu{
	display: none;
	width: 17em;
	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: 30px;
	top: 50x;
	left: 0px;
}

.sub-menu li{
	width: 90%;
	left: 10px;
	padding-left: 10px;
	margin-left: 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;
}


.sub-menu li a:hover{
	color: #000000;
	text-decoration: none;
}
.message {
	font-weight: bold;
	color: 9B1305;	
}

