.tblBdrRight {
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #00858B;
}
a:link {
	color: #068188;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #068188;
}
a:hover {
	text-decoration: underline;
	color: #4D4D4D;
}
a:active {
	text-decoration: none;
	color: #4D4D4D;
}
.imgBrdr {
	border: 1px solid #00858B;
}
.nav:link {
	color: #068188;
	font-weight: bold;
	text-decoration: none;
}
.nav:visited {
	text-decoration: none;
	font-weight: bold;
	color: #068188;
}
.nav:hover {
	text-decoration: underline;
	color: #4D4D4D;
}
.nav:active {
	text-decoration: none;
	color: #4D4D4D;
}
body {
	background-color: #C9C7B3;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
