@charset "utf-8";
/* CSS Document */
a.nav:link {
	color:#000099;
	font-size: 25pt;
	text-decoration:none;
	font-family: "Times New Roman", Times, serif;
	padding-top: 17.5px;
	padding-bottom: 17.5px;
}
a.nav:visited {
	color:#000099;
	font-size: 25pt;
	text-decoration:none;
	font-family: "Times New Roman", Times, serif;
}
a.nav:hover {
	color:#FFFFFF;
	font-size: 25pt;
	text-decoration:none;
	font-family: "Times New Roman", Times, serif;
	height: 60px;
	width: 80px;
	padding-top: 17.5px;
	margin-top: 10px;
	padding-bottom: 17.5px;
}
a.nav:active {
color:#000099;
	font-size: 25pt;
	text-decoration:none;
	font-family: "Times New Roman", Times, serif;
	}
