.navbarlink {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica;
	font-size: 8pt;
}

a:hover {
	text-decoration: underline;
}
input {
	background-color: #ffcf9c;
	font-family: Arial, Helvetica;
	font-size: 10pt;
	color: #000000;
	border: 1px solid #000000;
	font-weight: bold;

}
textarea {
	font-family: Arial, Helvetica;
	font-size: 10pt;
	background-color: #ffcf9c;
	font-weight: bold;
	color: #000000;
	border: 1px solid #000000;

}
select {
	background-color: #ffcf9c;
	font-family: Arial, Helvetica;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;

}
.mybutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #003873;
}
.smallbluelink {
	font-family: Arial, Helvetica;
	font-size: 8pt;
	text-decoration: none;
}
.signuplink {
	color: #FFCC99;
	text-decoration: none;
	font-family: Arial, Helvetica;
	font-size: 10pt;
	font-weight: bold;


}
.frontpagenavbarlink {
	font-family: Arial, Helvetica;
	font-size: 10pt;
	font-weight: bold;
	color: #009966;
	text-decoration: none;
}

