a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #C2000F;
	text-decoration: none;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}
.mainbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #D41934;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}

.dmenulink {
	cursor:hand; 
	border-left:solid #856a00 1px; 
	border-right:solid #856a00 1px; 
	border-bottom:solid #856a00 1px;
	background-color:#993333; 
	color:#ffffff; 
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;}
	
.dmenulinkover {
	border-left:solid #856a00 1px;
	border-right:solid #856a00 1px;
	border-bottom:solid #856a00 1px;
	cursor:hand;
	color: #ffffff;
	background-color:#666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#navbar {
	padding: 0 0 0 0; 
	margin:0 0 0 0; 
	width:auto; 
	height:24px; 
	background:url(images/nav_back.gif) repeat-x;	background-color: #993333;
}
	
#navbar a {
	float:left; 
	color:#ffffff; 
	font-weight:bold; 
	font-size:12px; 
	text-decoration:none; 
	text-transform:uppercase; 
	padding:0 0 0 0; 
	margin:0; 
	background-color: #993333;
}
#navbar a:hover {
	color:black;
	background-color: #993333;
	background-image: url(images/nav_back_over.gif);
	background-repeat: repeat-x;
}
