body {
	background-image: url(images/blackgrad.png);
	background-repeat: repeat-x;
	background-color: #990000;
	overflow: hidden;
}
.mfgLinks {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFFFFF;
}

a:link {
	color:#FFFFFF;
}
a:visited {
	color:#FFFFFF;
}
a:hover {
	color:#FFCC00;
}
a:active {
	color: #FF9900;
}
.style2 {font-size: small}
.style6 {
	color: #FFFFFF;
	font-size: small;
}
.style7 {color: #FFCC00}

#footer 
	{
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	text-align: center;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 20px;
	visibility: visible;
	display: block;
	vertical-align: bottom;
	}
