.NinePxText {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9px; 
	font-style: normal; 
	line-height: 15px; 
	font-weight: normal; 
	text-decoration: none;
}

.TenPxText {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-style: normal; 
	line-height: 15px; 
	font-weight: normal; 
	text-decoration: none;
}

.TwelvePxText {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	line-height: 15px; 
	font-weight: normal; 
	text-decoration: none;
}

.FourteenPxText {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	font-style: normal; 
	line-height: 15px; 
	font-weight: normal; 
	text-decoration: none;
}

.GreyColorText {  
color: #666666; 
text-decoration: none;
}

.BlueColorText {  
color: #223973; 
text-decoration: none;
}

.GreyColorLink {  
color: #666666; 
text-decoration: none;
}

.GreyColorLink:hover {  
color: #223973; 
text-decoration: none;
}

.BlackColorLink {  
color: #000; 
text-decoration: none;
}

.BlackColorLink:hover {  
color: #000; 
text-decoration: none;
}

.BlueColorLink {  
color: #223973; 
text-decoration: none;
}

.BlueColorLink:hover {  
color: #223973; 
text-decoration: none;
}

.HeaderAllCaps14Px {
font-family: Futura, Helvetica, sans-serif;
font-size: 14px;
color: #27508c;
text-transform:uppercase;
letter-spacing: 2px;
}

.HeaderAllCaps12Px {
font-family: Futura, Helvetica, sans-serif;
font-size: 12px;
color: #27508c;
text-transform:uppercase;
}

.HeaderTitleCase12Px {
font-family: Futura, Helvetica, sans-serif;
font-size: 12px;
color: #27508c;
text-transform:capitalize;
}

.SubHeader12px {
font-family: Futura, Helvetica, sans-serif;
font-size: 12px;
color: #858586;
letter-spacing: 2px;
}

.SubHeaderTitleCase12px {
font-family: Futura, Helvetica, sans-serif;
font-size: 12px;
color: #27508c;
text-transform:capitalize;
letter-spacing: 2px;
}



