.test {
	background-image: url(images/back.jpg);
	background-repeat: repeat-x;
}
.tBack {
	background-image: url(images/back.jpg);
	background-repeat: repeat-x;
}
.text {
	font-family: Arial;
	font-size: 10pt;
	color: #000000;
}
.textWhiteLink {
	font-family: Arial;
	font-size: 10pt;
	color: #FFFFFF;
	text-decoration: none;
}
.textBold {
	font-family: Arial;
	font-size: 10pt;
	color: #000000;
	font-weight: bold;
}
.textBoldRed {

	font-family: Arial;
	font-size: 10pt;
	color: #840000;
	font-weight: bold;
}
.textBoldWhite {

	font-family: Arial;
	font-size: 10pt;
	color: #FFFFFF;
	font-weight: bold;
}

</body>
