a {
 
 color: #38342b;
 text-decoration:none;
} 
 
a:hover {
 color: #274a9e; 
 text-decoration:underline;
}

.orangelink a {
 
 color: #fdc835;
 text-decoration:none;
} 
 
.orangelink a:hover {
 color: #f89c21; 
 text-decoration:underline;
}

.greenlink a {
 
 color: #274a9e;
 text-decoration:none;
} 
 
.greenlink a:hover {
 color: #84b413; 
 text-decoration:underline;
}

.white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
}

.white8 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
}

.line-height {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 1.5;
}

.blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #274a9e;
}

.border-nav {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #aba79d;
	
}

.mainbackground {
background:url(images/graphics/nav-bkgd.gif);
background-repeat:no-repeat;

}
