.topNavLink
{
	font-family: Verdana, sans-serif; 
	font-size: 12px; 
	font-weight: bold;
	color: #000000;
		
	text-decoration: none;
	
	background-color: inherit;
}

.topNavLinkWhite
{
	font-family: Verdana, sans-serif; 
	font-size: 12px; 
	font-weight: bold;
	color: #FFFFFF;
		
	text-decoration: none;
	
	background-color: inherit;
}

.bottomNavLinkWhite
{
	font-family: Verdana, sans-serif; 
	font-size: 11px; 
	font-weight: bold;
	color: #FFFFFF;
		
	text-decoration: none;
	
	background-color: inherit;
}

.smallCopyrightTextWhite
{
	font-family: Verdana, sans-serif; 
	font-size: 11px; 
	color: #FFFFFF;
		
	text-decoration: none;
	
	background-color: inherit;
}

.mainBodyText
{
	font-family: Verdana, sans-serif; 
	font-size: 12px; 
	color: #000000;
	text-decoration: none;
	
	background-color: inherit;
}

.mainBodyTextBold
{
	font-family: Verdana, sans-serif; 
	font-size: 12px;
	font-weight: bold; 
	color: #000000;
	text-decoration: none;
	
	background-color: inherit;
}

.mainBodyTextSmall
{
	font-family: Verdana, sans-serif; 
	font-size: 11px;
	font-weight: normal; 
	color: #000000;
	text-decoration: none;
	
	background-color: inherit;
}

.errorMessageText
{
	font-family: Verdana, sans-serif; 
	font-size: 11px;
	font-weight: normal; 
	color: red;
	text-decoration: none;
	
	background-color: inherit;
}


.headingLarge
{
	font-family: Verdana, sans-serif; 
	font-size: 17px;
	font-weight: 600;

	color: #000000;
	text-decoration: none;
	
	background-color: inherit;
}

