﻿a.nav1:link, a.nav1:visited, a.nav1:active {
	text-decoration:underline; 
	color:#ffffff; 
	font-weight:bold; 
	font-size:9pt;
	display:block;
	padding:5px 12px;
	text-align:left;
}
a.nav1:hover {
	color:#B1B1B1; 
}

a.nav:link, a.nav:visited, a.nav:active {
	text-decoration:underline; 
	color:#ffffff; 
	font-weight:bold; 
	font-size:9pt;
	display:block;
	padding:5px 20px;
	text-align:left;
}
a.nav:hover {
	color:#B1B1B1; 
}



.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid black;
border-bottom-width: 0;
z-index: 100;
background-color:#484848;
color:white;
width: 240px;
font-size:12px;
text-align:left;
}

.anylinkcss a:link {
display: block;
border-bottom: 1px solid black;
padding: 5px 5px 5px 12px;
text-decoration: none;
font-weight: bold;
color:white;
font-size:12px;
text-align:left;

}
.anylinkcss a:active {
display: block;
border-bottom: 1px solid black;
padding: 5px 5px 5px 12px;
text-decoration: none;
font-weight: bold;
color:white;
font-size:12px;
text-align:left;
}
.anylinkcss a:visited {
display: block;
border-bottom: 1px solid black;
padding: 5px 5px 5px 12px;
text-decoration: none;
font-weight: bold;
color:white;
font-size:12px;
text-align:left;
}
.anylinkcss a:hover{ /*hover background color*/
background-color: black;
color: white;
}








a.whitelink:link, a.whitelink:visited, a.whitelink:active {
	text-decoration:underline; 
	color:#ffffff; 
	font-weight:bold; 
	font-size:9pt;
}
a.whitelink:hover {
	text-decoration:underline;
	color:#B1B1B1; 
	font-weight:bold; 
	font-size:9pt;
}

a.link:link, a.link:visited, a.link:active {
	text-decoration:underline; 
	color:#8B0017; 
	font-weight:bold; 
	font-size:9pt;
}
a.link:hover {
	text-decoration:underline; 
	color:#B1B1B1; 
	font-weight:bold; 
	font-size:9pt;
}



td {
	font-family:"Arial", "Helvetica"; 
	font-size:10pt;
	color:#393939;
}
		
body {
	font-family: Arial, Helvetica, sans-serif; 
	font-size:12px;
	color:#000000;
	background:#cccccc;
	text-align:center;
	margin:10px auto;
}



#maintable {
	background:#ffffff;
	margin:0 auto;
	border: 2px solid black;
}

#navigation {
	vertical-align:top; 
	background:#8B0017; 
	width:174px;	
}

.subcat {
	color:white; 
	background:#000; 
	padding:5px 12px;
	margin-top:5px; 
	font-style:italic; 
	font-weight:bold; 
	border-top:1px #666666 solid; 
	border-bottom:1px #666666 solid;
	display:block;
	text-align:left;
} 

.address {
	color:#fff; 
	text-align:left; 
	font-size:12px; 
	padding:25px 0px 10px 12px;
}

.border {
	 border-top:1px #666666 solid; border-bottom:1px #666666 solid;
}

.footer {
	color:white;
	text-align:center;
	font-size:9pt;
}

