/* 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;
	}	
	
.BodyTextRed
{
	color: #9D0000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	}	
	
.BodyTextLightBlue
{
	color: #688BF4;
	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;
}

.HeadlineRed
{
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #9D0000;
	font-style: normal;
	font-weight: bold;
}

.HeadlineLightBlue
{
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #688BF4;
	font-style: normal;
	font-weight: bold;
}
	
a:link 
{
	text-decoration: none;
	color: #393939;
	font-weight: bold;
}

a:visited 
{
	text-decoration: none;
	color: #688BF4;
	font-weight: bold;
}

a:hover 
{
	text-decoration: none;
	color: #FFF915;
	font-weight: bold;
}

a:active 
{
	text-decoration: none;
	color: #FFF915;
	font-weight: bold;
}			
