.menutext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FCDBC5;
	background-color: #004080;
}

.menutext a:link{
	color: #FCDBC5;
	text-decoration: none;
}

.menutext a:visited{
	color: #FCDBC5;
	text-decoration: none;
}

.menutext a:hover{
	color: #FCDBC5;
	text-decoration: underline;
}

.footertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #004080;
	background-color: #FFFFFF;
	font-size: 12px;
}

.footertext a:link{
	color: #004080;
	text-decoration: none;
}

.footertext a:visited{
	color: #004080;
	text-decoration: none;
}

.footertext a:hover{
	color: #004080;
	text-decoration: underline;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #004080;
	padding-top: 5px;
	padding-left: 10px;
}
.maintext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000033;
	padding-left: 10px;
	padding-right: 10px;

}

.maintext a:link{
	color: #000033;
	text-decoration: underline;

}

.maintext a:visited{
	color: #000033;
	text-decoration: underline;

}

.maintext a:hover{
	color: #006666;
	text-decoration: underline;

}
