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

.NavLink {font-family: Verdana, Arial, Helvetica, sans-serif}

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

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

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

a:active {
	color: #FF0000;
	text-decoration: none;
}
.smallLink {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.Copyright {font-size: 10px}
