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

body{
	background-color:#000099;
	color:#ffffff;
}

a:link {
	color:#FFFF00;
	text-decoration:underline;
}
a:visited {
	color:#FFFF00;
	text-decoration: none;
}
a:hover {
	color:#000000;
	text-decoration: none;
	background-color: #FFFF00;

}
a:active {
	color:#ffffff;
	text-decoration: none;
}

/* BUTTONS */

.NavHoriz {
	width:100%;
	border-collapse:collapse;
}
.NavHoriz th {
	display:none;
}
.NavHoriz td {
	padding:0 4px;
	white-space:nowrap;
	text-align:center;
	height:20px;
}
.NavHoriz td a {
	display:block;
	background:#400040;
	color:#ffffff;
	border:1px #ffffff dotted;
	padding:0 5px;
	font:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	height:20px;

}
.NavHoriz td a:hover {
	background:#ffffff;
	color:#400040;
	font:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	height:20px;
}
.NavHoriz th {
	display:none;
}
.NavHoriz .this a, .try2 .this a:hover {
	background:white;
	border-bottom:1px white solid;
}
