/* CSS Document */
a:link {
	text-decoration: none;
	color: #000066;

}
a:visited {
	text-decoration: none;
	color: #000000;

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

}
a.topnav:visited {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;

}
a.topnav:link {

	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
}
a.topnav:hover {
	font-size: 14px;
	font-weight: bold;
	color: #BF2A0D;
	text-decoration: underline;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;


}
a.whitelink:link {
	color: #FFE400;
}
a.whitelink:visited {
	color: #FFE400;
}
