.background {
	background-image: url(images/02.jpg);
	background-repeat: repeat;
}
.tileLeft {
	background-image: url(images/tileL.jpg);
	background-repeat: repeat-y;
}
.tileRight {
	background-image: url(images/tileR.jpg);
	background-repeat: repeat-y;
}
.tileHeadText {
	background-image: url(images/tileContent.gif);
	background-repeat: repeat-x;
}
.tileDotsHoriz {
	background-image: url(images/tileDotsHoriz.gif);
	background-repeat: repeat-x;
}
.body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #000000;
	text-decoration: none;
}
.boldface {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	font-weight: bold;
	color: #A40000;
	text-decoration: none;
}
.boldface2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	color: #A40000;
	text-decoration: none;
}
.tileDotsVert {
	background-image: url(images/tileDotsVert.gif);
	background-repeat: repeat-y;
}
.smallText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	text-decoration: none;
}
.smallTextBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	font-weight: bold;
	text-decoration: none;
}
.smallTextBoldL {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	font-weight: bold;
	color: #A40000;
}
a:visited {
	color: #B63332;
}
a:hover {
	color: #B63332;
}
a:active {
	color: #B63332;
}