/* CSS Document */

body {
	background-color:#000000;
}
.footerbackground {
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
	background-position:top centre;
}
.headerbackground {
	background-image:url(../images/header.jpg);
}
.footertext {
	font-family:"Times New Roman", Times, serif;
	font-size:9px;
	color:#FFFFFF;
}
.footerlinks {
	font-family:"Times New Roman", Times, serif;
	font-size:9px;
	color:#CCCCCC;
	text-decoration:underline;
}
.textheader {
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	color:#FFFFFF;
	font-weight:bold;
}
.textsecheader {
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	color:#CCCCCC;
	font-weight:bold;
}
.text {
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	color:#FFFFFF;
	font-weight:normal;
}
.textlinks {
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	color:#CCCCCC;
	text-decoration:underline;
}