#content table {
	width: 680px;
	border-collapse: collapse;
	font-size: 80%;
	font-weight: bold;
	font-family: tahoma;
	margin: 0;
	padding: 0;
}
#content td {
	padding: 3px 10px;
}
.alignright {
	text-align: right;
}
.indent1 {
	text-indent: 2em;
	font-weight: normal;
	color: #790000;
	background-image: url('siteimages/gradient3.jpg');
	background-position: top left;
	background-repeat: repeat-y;
	background-color: #cccc99;
}
#content .title {
	background-color: #790000;
	color: #c48775;
}
#content .title a:link, #content .title a:visited {
	color: #fff;
	text-decoration: none;
}
#content .title a:hover {
	background-color: transparent;
	color: #fff;
	text-decoration: underline;
}
