/* CSS Document */
body {
	margin-top: 0px;
	margin-bottom: 50px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	background-color: #ECE9D8;
}

body a {
	text-decoration:none;
	color: #000099;
}

body a:hover {
	text-decoration:underline;
	color: #000099;
}

.bigText {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
}

.footerText {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 10px;
}

.footerText a {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 10px;
	text-decoration:none;
	color: #000099;
}

.footerText a:hover {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 10px;
	text-decoration:underline;
	color: #000099;
}

.navLinks {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 14px;
	font-weight: bold;
}

.navLinks a{
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 14px;
	text-decoration:none;
	font-weight: bold;
	color: #000099;
}

.navLinks a:hover{
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 14px;
	text-decoration:underline;
	font-weight: bold;
	color: #000099;
}
