.repeat-x {
	background-repeat: repeat-x;
}
.repeat-y {
	background-repeat: repeat-y;
}
.12-red-bold {
	color: #920D0A;
	font-family: Tahoma, Arial;
	font-size: 12px;
	font-weight: bold;
}
a.12-red-bold:visited {color:#920D0A; text-decoration: none}
a.12-red-bold:hover {color:#920D0A; text-decoration: underline}
a.12-red-bold:active {color:#920D0A; text-decoration: none}

.12-dark {
	font-family: Tahoma, Arial;
	font-size: 12px;
	color: #4A0907;
}
a.12-dark:visited {color:#4A0907; text-decoration: none}
a.12-dark:hover {color:#4A0907; text-decoration: underline}
a.12-dark:active {color:#4A0907; text-decoration: none}

.12-white-bold {
	font-family: Tahoma, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
a.12-white-bold:visited {color:#FFFFFF; text-decoration: none}
a.12-white-bold:hover {color:#FFFFFF; text-decoration: underline}
a.12-white-bold:active {color:#FFFFFF; text-decoration: none}
