body {
	background-image: url(../gfx/bg.gif);
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #503625;
}
a:link {
	color: #5E7285;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #5E7285;
}
a:hover {
	text-decoration: underline;
	color: #7A1C3D;
}
a:active {
	text-decoration: none;
	color: #7A1C3D;
}
.smalltxt {font-size: 10px}
.hometitle {
	font-size: 16px;
	font-weight: bold;
	color: #7A1C3D;
}
.title {
	font-size: 16px;
	font-weight: bold;
	padding-left: 10px;
	color: #7A1C3D;
}
.bodytxt {
	padding-left: 10px;
}