a {
	color: #204465;
	text-decoration: none;
}

a:link {
	color: #204465;
	text-decoration: none;
}

a:visited {
  color: #666666;
}

a:hover {
	text-decoration: underline;
	color: #D27324;
}

a:active {
	color: #204465;
}

a.nav {
	color: #E2E4E5;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

a.nav:link {
	color: #E2E4E5;
	font-weight: bold;
	text-decoration: none;
}

a.nav:visited {
	color: #E2E4E5;
	font-weight: bold;
	text-decoration: none;
}

a.nav:hover {
	color: #D27324;
}

a.nav:active {
	color: #FFFFFF;
}

a.subnav {
	color: #FFFFFF;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	margin-left: 25px;
	white-space: normal;
	display: block;
	margin-right: 10px;
}

a.subnav:link {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

a.subnav:visited {
	color: #FFFFFF;
}

a.subnav:hover {
	color: #D17324;
	text-decoration: none;
}

a.subnav:active {
  color: #E2E4E5;
}
