.tablelinks {
	
	A:hover {background-color:"#000000";}
	A:hover {text-decoration: underline; color:"#000000";}
}
.border {
	border: 1px solid #000000;
}
.rtborder {
	border-right-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #000000;
}
.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: normal;
	color: #000000;
}

a:link, a:visited {
	color: #000000;
	text-align: left;
	font-weight: normal;
	width: 100%;
	background-color: #FFF1E7;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #FFF1E7;
	padding-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-align: left;
	background-color: #FEBD23;
	width: 100%;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #FEBD23;
	text-decoration: none;
}
