a {
 
 color: #FFFFFF;
 text-decoration:none;
} 
 
a:hover {
 color: #ffff6f; 
 text-decoration:underline;
}

.bluelink a {
 
 color: #4688d8;
 text-decoration:none;
} 
 
.bluelink a:hover {
 color: #de7d0c; 
 text-decoration:underline;
}

.darkbrown13 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	color: #262722;
}

.white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
}

.orange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #de7d0c;
}

.blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #4688d8;
}

.black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #262722;
}

.black8 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #262722;
}

.border10 {
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	
}

.border13 {
	border-bottom-width: 13px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	
}