﻿
a.nav:link {text-decoration:underline; color:#000000; font-weight:bold;}
a.nav:visited {text-decoration:underline; color:#000000; font-weight:bold;}
a.nav:active {text-decoration:underline; color:#000000; font-weight:bold;}
a.nav:hover {text-decoration:underline; color:#515151; font-weight:bold;}

a.link:link {text-decoration:underline; color:#C10B0F;}
a.link:visited {text-decoration:underline; color:#C10B0F;}
a.link:active {text-decoration:underline; color:#C10B0F;}
a.link:hover {text-decoration:underline; color:black;}


a.footer:link {text-decoration:underline; color:white;}
a.footer:visited {text-decoration:underline; color:white;}
a.footer:active {text-decoration:underline; color:white;}
a.footer:hover {text-decoration:underline; color:black;}

TD {
	font-family:"Arial", "Helvetica"; 
	font-size:10pt;
	color:#000000;
}
		
BODY{
	font-family:"Arial", "Helvetica"; 
	font-size:10pt;
	background-color: #000000;
	margin:0px;
}

.footer{
	color: white;
}
.maintable{
	width: 700px;
}

#nav td {
	text-align: center;
	height: 32px;
	font-weight: bold;
	border-right: 1px solid #adadad;
	background: url('../siteart/navbg.gif') repeat-x;
}

#nav a {
	color: #fff;
	text-decoration: none;
}

#nav a:hover {
	color: red;
}
