.error {
	color: #FF00FF;
}
.note { font-size: 10px; 	color: #CC3300; }

.hdr {
	font-size: 16px;
	font-weight: bold;
	color: #3B6885;
}
.subhd {
	font-size: 14px;
	font-weight: bold;
	color: #B85156;
}
.small {
	font-size: 9px;
}



.nav {
	color: #2F3875;
	font-weight: bold;
	font-size: 13px;
	font-family: "Times New Roman", Times, serif;
}
.nav a:link{
	color: #2F3875;
	text-decoration: none;
}
.nav a:visited{
	color: #8F3E41;
	text-decoration: none;
}
.nav a:hover {
	color: #D45B60;
	text-decoration: underline;
}




.subnav {
	color: #FF00FF;
	font-size: 11px;
	font-family: "Times New Roman", Times, serif;
}
.subnav a:link{
	color: #8F3E41;
	text-decoration: none;
}
.subnav a:visited {
	color: #8F3E41;
	text-decoration: none;
}
.subnav a:hover {
	color: #D45B60;
	text-decoration: underline;
}



.constantnav {
	color: #FFFFFF;
	font-size: 11px;
	font-family: "Times New Roman", Times, serif;
}
.constantnav a:link{
	color: #FFFFFF;
	text-decoration: none;
}
.constantnav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.constantnav a:hover {
	color: #C8E6FA;
	text-decoration: underline;
}
.constantnav a:active {
	color: #FFCFD1;
	text-decoration: none;
}.tblCelHdrRow {
	background-color: #D8E1E7;
}
.crumb {
	font-size: 10px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a:link {
	color: #8C242A;
}
a:visited {
	color: #8C242A;
}
a:hover {
	color: #D45B60;
	text-decoration: underline;
}

/*
a:visited {
	color: #3B6885;
}
*/