/* CSS Document */

body {
	background-color: #25215e;
}

.content {
	background-image:url(templateimages/shaw_14.jpg);
	background-position:top;
	background-color:#FFFFFF;
	background-repeat:no-repeat;
}

p
{
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	}
	
.Copyright
{
	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 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: #660000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	}	
	
.BodyTextBlue
{
	color: #25215e;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	}		
	
.MediumTextBlack
{
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	}	
	
.MediumTextWhite
{
	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	}	
	
.MediumTextRed
{
	color: #660000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	}	
	
.MediumTextBlue
{
	color: #25215e;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	}		
	
.HeadlineBlack
{
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	color: #000000;
	font-style: normal;
	font-weight: bold;
	text-align:center;
}	

.HeadlineWhite
{
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	color: #FFFFFF;
	font-style: normal;
	font-weight: bold;
	text-align:center;
}

.HeadlineBlue
{
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	color: #25215e;
	font-style: normal;
	font-weight: bold;
	text-align:center;
}

.HeadlineRed
{
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	color: #660000;
	font-style: normal;
	font-weight: bold;
	text-align:center;
}
	
a:link 
{
	text-decoration: none;
	color: #25215e;
	font-weight: bold;
}

a:visited 
{
	text-decoration: none;
	color: #25215e;
	font-weight: bold;
}

a:hover 
{
	text-decoration: underline;
	color: #660000;
	font-weight: bold;
}

a:active 
{
	text-decoration: underline;
	color: #660000;
	font-weight: bold;
}			
