@charset "ISO-8859-1";
.nav-rule {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #C2BA93;
	border-right-color: #C2BA93;
	border-bottom-color: #C2BA93;
	border-left-color: #C2BA93;
	padding: 5px;
	letter-spacing: 1px;
}
a:link {
	font-weight: bold;
	color: #006BA2;
	text-decoration: none;
}
.table-bg {
	background-image: url(images/table-bg.jpg);
	background-repeat: repeat-x;
}
a:visited {
	font-weight: bold;
	color: #3087B4;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #C2BA93;
	text-decoration: none;
}
