/* 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: #efa0eb;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	}	
			
	
.BodyTextDarkPurple
{
	color: #5c0b6d;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	}		
	
.HeadlineBlack
{
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #000000;
	font-style: normal;
	font-weight: bold;
}	

.HeadlineWhite
{
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #FFFFFF;
	font-style: normal;
	font-weight: bold;
}

.HeadlineDarkPurple
{
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #5c0b6d;
	font-style: normal;
	font-weight: bold;
}

.HeadlinePurple
{
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #efa0eb;
	font-style: normal;
	font-weight: bold;
}
	
a:link 
{
	text-decoration: none;
	color: #5c0b6d;
	font-weight: bold;
}

a:visited 
{
	text-decoration: none;
	color: #5c0b6d;
	font-weight: bold;
}

a:hover 
{
	text-decoration: none;
	color: #efa0eb;
	font-weight: bold;
}

a:active 
{
	text-decoration: none;
	color: #efa0eb;
	font-weight: bold;
}			
