@charset "UTF-8";
/* CSS Document */


a.nav:link {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.nav:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.nav:hover {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
a.nav:active {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a:link {
	font-weight: bold;
	color: #0099FF;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #0099FF;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #0099FF;
	text-decoration: underline;
}
a:active {
	font-weight: bold;
	color: #0099FF;
	text-decoration: none;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
