@import url("templates/stylesheet.css");
.table-info {

	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #FFF5CE;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #BDB69B;
	border-right-color: #A79E7A;
	border-bottom-color: #A79E7A;
	border-left-color: #BDB69B;
}
a.redlink:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
a.redlink:visited {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
a.redlink:hover {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #996600;
	text-decoration: none;
}
