/* 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;
	color:#FFFFFF;
	
}
.credits {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight:bold;
	color:#4F9FB8;
	text-align:left;
}

a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:active {
	color: #FFFFFF;
}
a:hover {
	color: #FFFFFF;
}

.imageborder {
	border-color:#oooooo;
	border: 0px solid;
}
