/* CSS Document */

.WHBackground {
	background-position: top;
	background-repeat: no-repeat;
}

.BBBackground {
	background-position: top;
	background-repeat: repeat-x;
}

.textstyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:justify;
	line-height:18px;
	
}
.credits {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight:bold;
	color:#CB141D;
	text-align:left;
}

a:link {
	color: #CB141D;
}
a:visited {
	color: #CB141D;
}
a:active {
	color: #CB141D;
}
a:hover {
	color: #000000;
}
.textheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color: #CB141D;
}
.textsubheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
}