.BodyTD {
	background-repeat: no-repeat;
}
.TitleText {
	font-family: Tahoma;
	font-size: 20px;
	font-weight: bold;
	color: #3A2A15;
}
.BodyText {
	font-family: Tahoma;
	font-size: 14px;
	color: #3A2A15;
}
A:link {
	color: #3A2A15;
}
A:visited {
	color: #3A2A15;
}
A:hover {
	color: #392C0A;
	text-decoration: none;
}