.navboldlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: capitalize;}
	
.navboldlinks A:link {text-decoration: none; color: white}
.navboldlinks A:visited {text-decoration: none; color: white}
.navboldlinks A:active {text-decoration: underline; color: red}
.navboldlinks A:hover {text-decoration: underline; color: red;}

.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: lowercase;
	color: 969192;
}
.smalltextwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
}


.smalltextred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: lowercase;
	color: #FF0000;
}
