body {
	background-color: #000000;
}
.menu {
	background-image: url(../images/common/menu.jpg);
	background-repeat: repeat-x;
}
.background {
	background-color: #FFFFFF;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.subheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
a:link {
	color: #BC010A;
}
a:visited {
	color: #BC010A;
}
a:hover {
	color: #000000;
}
a:active {
	color: #BC010A;
}
.backgroundsht {
	background-color: #FFFFFF;
}
/* Styles for navigation menus */
a.mainnav:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	cursor: none;
}
a.mainnav:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #C60018;
	display: block;
	cursor: hand 
}
a.mainnav:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	cursor: none 
}
a.mainnav:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	cursor: none 
}
