/* default styles */
a:link{
color: #000000;
}
a:visited{
color: #000000;
}
a:hover{
color: #D50000;
}
td {
font-family: Arial;
font-size: 11px;
color: #2E3D28;
}
/* custom styles */
.bodyHeader {
	font-family: Georgia;
	font-size: 17px;
	color: #D50000;
	text-transform: uppercase;
	font-weight: bolder;
}
.highlightHeader {
	font-size: 13px;
	font-weight: bold;
}
.copyright {
	font-family: Georgia;
	font-size: 9px;
	font-weight: bold;
	color: #5C6354;

}
.nav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	color: #505649;
	padding-left: 3px;
}
.nav a:link {
color: #505649;
text-decoration: none;
}
.nav a:visited {
color: #505649;
text-decoration: none;
}
.nav a:hover {
color: #505649;
text-decoration: none;
font-style: italic;
}
.subnav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

