css {
	font-size: 12px;
	line-height: 150%;
	text-decoration: none;
}
a {
	font-size: 14px;
	line-height: 150%;
	color: #511704;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
.tdline {
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
td {
	font-size: 12px;
	line-height: 150%;
	color: #660000;
	text-decoration: none;
}
