body { color: #c2d5fc; }

p { color: #c2d5fc; font-family: trebuchet MS, Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; font-size: 12px;}

td { color: #c2d5fc; }

a:link { color: #c2d5fc; }

a:visited { color: #c2d5fc; }

a:hover { color: #c2d5fc; }

a:active { color: #c2d5fc; }

#nav {
	background: #09063B;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#nav li {
	float: left;
	font: 75% Trebuchet MS;
	margin: 0;
	padding: 0;
}
#nav a {
	background: #09063B ;
	color: #B0C2C6;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 10px 8px 10px;
	text-decoration: none;
	font-weight:bold;
}
#nav a:hover {
	background: #B0C2C6;
	color: #09063B;
	padding-bottom: 8px;
	font: Trebuchet MS;
	}
