a {
	color: #75654B;
}
a:hover {
	color: #1A2F57;
	text-decoration: none;
}

/*
** navigation
*/
#nav td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #758FBA;
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
#nav a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px 3px 5px 3px;
	width: 100%;
	display: block;
}
#nav a:hover {
	color: #000000;
	background-color:#AEBEDA;
}
.noRepeat {
	background-repeat: no-repeat;
}
.dirPage {
	font-family: tahoma, sans-serif;
	font-size: 12pt;
	font-weight: bolder;
	text-transform: capitalize;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/dirSlice.gif);
	background-repeat: no-repeat;

}
.footerText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #1A2F57;
}
a.footerLinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #1A2F57;
	text-decoration: underline;
}
a.footerLinks:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #75654B;
	text-decoration: none;
}

.bodyText {
	font-family: tahoma, sans-serif;
	font-size: 10pt;
	color: #75654B;
	font-weight: normal;

}
.bodyTitle {
	font-family: tahoma, sans-serif;
	font-weight: bold;
	font-size: 15px;
	text-decoration: underline;
	font-style: normal;
}

