.fadedHeader {
	font-family: Verdana, "Trebuchet MS";
	color: #bdd5e6;
	font-size: 11px;
}
.mth {
	padding: 10px;
	font-family: Verdana, "Trebuchet MS";
	background-color: #1e547a;
	color: white;
	font-size: 11px;
	line-height: 16px;
}
.inputStyler {
	border-style: solid;
	border-color: #4c84b1;
	border-width: 2px;
	background-color: #0c3a5b;
	font-size: 12px;
	color: white;
	margin-bottom: 5px;
	padding: 4px;
	width: 500px;
}
.buttonStyler {
	border-style: solid;
	border-color: #4c84b1;
	border-width: 2px;
	background-color: #0c3a5b;
	font-size: 13px;
	color: white;
	padding: 4px;
	cursor: pointer;
	padding-left: 20px;
	padding-right: 20px;
}
.buttonStyler:hover {
	background-color: #4c84b1;
}