/* CSS Document */

.links {
	font-family: Arial, Helvetica, sans-serif;
	color: #003366;
	text-decoration: none;
	font-weight: bold;
}

A.links:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-weight: bold;
	text-decoration: underline;
}

.bottomlinks {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: none;
}

A.bottomlinks:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: blue;
	font-weight: none;
	text-decoration: underline;
}