/* CSS Document */

p
{
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
.BodyTextBlack
{
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	}	
	
.BodyTextWhite
{
	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	}	
	
.BodyTextPurple
{
	color: #191386;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	}	
	
.BodyTextRed
{
	color: #EA0000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	}		
	
.HeadlineBlack
{
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000000;
	font-style: normal;
	font-weight: bold;
}	

.HeadlineWhite
{
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFFF;
	font-style: normal;
	font-weight: bold;
}

.HeadlineRed
{
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #EA0000;
	font-style: normal;
	font-weight: bold;
}

.HeadlinePurple
{
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #191386;
	font-style: normal;
	font-weight: bold;
}
	
a:link 
{
	text-decoration: none;
	color: #191386;
	font-weight: bold;
}

a:visited 
{
	text-decoration: none;
	color: #191386;
	font-weight: bold;
}

a:hover 
{
	text-decoration: none;
	color: #EA0000;
	font-weight: bold;
}

a:active 
{
	text-decoration: none;
	color: #EA0000;
	font-weight: bold;
}			