body {
	background-color: #FFFFFF;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	margin: 0px;
}
td.footer {
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	height: 35px;
	width: 777px;
}
td.left {
	background-image: url(images/left-bg.gif);
	background-repeat: repeat-y;
	width: 18px;
}
td.right {
	background-image: url(images/right-bg.gif);
	background-repeat: repeat-y;
	width: 18px;
}
td.under-image {
	background-image: url(images/between-images.gif);
	background-repeat: repeat-y;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
a:link, a:visited, a:active {
	color: #a30000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
td.pagetitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #8e2f36;
}
td.copyright {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
a.copyright:link, a.copyright:visited, a.copyright:active {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
a.copyright:hover {
	color: #8e2f36;
}
td.powered {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
a.powered:link, a.powered:visited, a.powered:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.powered:hover {
	color: #8e2f36;
}
input {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	border: 1px solid #c7bb91;
	margin-bottom: 2px;
	background-color: #f3f2ee;
}
input.button {
	font: bold 10px Tahoma;
	color: #FFF;
	text-decoration: none;
	border: 3px solid #f1f1f1;
	margin-bottom: 2px;
	text-transform: uppercase;
	background-color: #8f2d3a;
}
td.small {
	font-size: 11px;
}
select {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	border: 1px solid #c7bb91;
	background: #f3f2ee;
}
textarea {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	border: 1px solid #c7bb91;
	background: #f3f2ee;
}
hr {
	background-color: #8f2d3a;
	height: 1px;
}

