#content table {
	width: 100%;
	border-collapse: collapse;
	font-size: 80%;
	font-weight: bold;
	font-family: tahoma;
	margin: 0;
	padding: 0;
	border-top: 1px solid #7a7a52;
}
#content td {
	padding: 3px 10px;
	border-bottom: 1px solid #7a7a52;
}
#content .alignright {
	text-align: right;
}
#content .indent1 {
	text-indent: 1em;
	font-weight: bold;
	font-size: 90%;
	color: #000;
}
#content .indent1 a:link, #content .indent1 a:visited {
	color: #000;
}
#content .title {
	background-color: #cccc99;
	color: #7a7a52;
}
#content .title a:link, #content .title a:visited {
	color: #7a7a52;
	display: block;
	text-decoration: none;
}
#content .title a:hover {
	background-color: transparent;
	color: #000;
	text-decoraton: none;
}
