.styles {
	font-family: Arial, Helvetica, sans-serif;
}
.topbkgrd {
	background-image: url(images/top_background.jpg);
	background-repeat: repeat-x;
}
.nav {
	background-image: url(images/nav_bkgrd.jpg);
	background-repeat: repeat-x;
}
a:link {
	color: #004A6F;
	text-decoration: none;
}
a:visited {
	color: #004A6F;
	text-decoration: none;
}
a:hover {
	color: #004A6F;
	text-decoration: underline;
}
a:active {
	color: #004A6F;
	text-decoration: none;
}
