.BigHeading 
{
	font-size: 30px; 
	font-weight: bold;	
	color: white;
}

.Heading 
{
	font-size: 12px;
	color: #1080C5;
	text-transform:uppercase;
}

.Text 
{
	font-size: 12px;
	color: #000000;
}
.WhiteText 
{
	font-size: 12px; 	
	color: white;
}