.bkgRepeat-y {
	background-repeat: repeat-y;
}
.bkgRepeat-x {
	background-repeat: repeat-x;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: small;
}
.smallText {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: x-small;
}

