﻿body {
	margin:10px 0px 0px 0px; 
	background: #000 url('../siteart/background.gif') repeat;
}


td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
}

#mfglogo {
	padding:0px 5px 0px 5px;
}



a:link{
	color:#7f1426;
	text-decoration:underline;
}
a:active {
	color:#7f1426;
	text-decoration:underline;
}
a:visited {
	color:#7f1426;
	text-decoration:underline;
}

a:hover {
	color:#d12432;
}




a.nav:link, a.nav:active, a.nav:visited{
	font-weight:bold;
	text-transform:uppercase;
	color:#fff;
	padding:10px 5px 10px 20px;
	text-decoration:none;
	display:block;
	font-size:9pt;
}

a.nav:hover {
	background: url('../siteart/navbg_on.jpg') repeat-y;
}




.anylinkcss{
position:absolute;
visibility: hidden;
border:3px solid #000;
border-bottom-width: 0;
line-height: 18px;
z-index: 100;
background: url('../siteart/navbg.jpg') repeat-y;
width: 200px;
}

.anylinkcss a:link{
color:#fff;
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 3px solid #000;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
text-transform:uppercase;
font-size:9pt;
}
.anylinkcss a:active{
color:#fff;
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 3px solid #000;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
text-transform:uppercase;
font-size:9pt;
}
.anylinkcss a:visited{
color:#fff;
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 3px solid #000;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
text-transform:uppercase;
font-size:9pt;
}

.anylinkcss a:hover{ /*hover background color*/
background: url('../siteart/navbg_on.jpg') repeat-y;
color: #fff;
font-size:9pt;
}