a.nav{
	font-size: 10.5pt;
	font-family: Arial;
	font-weight: bold;
	width: 100%;
	text-shadow: 2px 2px 2px #000000;
	color: white;
	text-decoration:none;
	height: 100%;
}

a.nav:visited{
	font-size: 10.5pt;
	font-family: Arial;
	font-weight: bold;
	width: 100%;
	text-shadow: 2px 2px 2px #000000;
	color: white;
	text-decoration:none;
	height: 100%;
}

a.nav:hover{
	font-size: 10.5pt;
	font-family: Arial;
	font-weight: bold;
	width: 100%;
	text-shadow: 2px 2px 2px #ff0000;
	color: white;
	text-decoration:none;
	height: 100%;
}

a.bottom{
	font-size: 9pt;
	font-family: Arial;
	font-weight: lighter;
	width: 100%;
	text-shadow: 2px 2px 2px #000000;
	color: white;
	text-decoration:none;
	height: 100%;
}

a.bottom:hover{
	font-size: 9pt;
	font-family: Arial;
	font-weight: lighter;
	width: 100%;
	text-shadow: 2px 2px 2px #ff0000;
	color: white;
	text-decoration:none;
	height: 100%;
}

.white_text_shadow{
	font-size: 9pt;
	font-family: Arial;
	font-weight: lighter;
	width: 100%;
	text-shadow: 2px 2px 2px #000000;
	color: white;
	text-decoration:none;
	height: 100%;
}


