/* CSS Document */

p
{
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	}
	
.BodyTextBlack
{
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	}	
	
.BodyTextWhite
{
	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	}	
	
.BodyTextPurple
{
	color: #b50000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	}	
	
.BodyTextRed
{
	color: #b50000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	}
	
.BodyTextBlue
{
	color: #03008D;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	}		
	
.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;
}

.HeadlineBlue
{
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #03008D;
	font-style: normal;
	font-weight: bold;
}

.HeadlinePurple
{
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #b50000;
	font-style: normal;
	font-weight: bold;
}

.HeadlineRed
{
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #b50000;
	font-style: normal;
	font-weight: bold;
}
	
a:link 
{
	text-decoration: none;
	color: #b50000;
	font-weight: bold;
}

a:visited 
{
	text-decoration: none;
	color: #b50000;
	font-weight: bold;
}

a:hover 
{
	text-decoration: none;
	color: #FFE125;
	font-weight: bold;
}

a:active 
{
	text-decoration: none;
	color: #FFE125;
	font-weight: bold;
}			

.whitelink 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-style: normal;
	font-weight: bold;
}

a.whitelink:link 
{
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}

a.whitelink:visited 
{
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}

a.whitelink:hover 
{
	font-size: 10px;
	font-weight: bold;
	color: #FFE125;
	text-decoration: underline;
}

a.whitelink:active 
{
	font-size: 10px;
	font-weight: bold;
	color: #FFE125;
	text-decoration: underline;
}
