body {
	font-family: "Trebuchet MS", Arial;
	font-size: 14px;
	background-color: #F1F5FA;
}
.maintable {
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #336699;
	border-right-color: #336699;
	border-bottom-color: #336699;
	border-left-color: #336699;
	background-color: #FFFFFF;
}
a {
	font-weight: bold;
	color: #24486C;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


.Nav {
	color: #FFFFFF;
	background-color: #336699;
	text-align: right;
	margin: 5px;
	padding: 5px;
}
.Nav a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.Nav a:hover {
	text-decoration: underline;
}
h2 {
	font-size: 20px;
	color: #666666;
}

h1 {
	color: #666666;
	margin: 10px;
}
h3 {
	font-size: 14px;
	color: #666666;
}
input,select,textarea {
	font-family: "Trebuchet MS", Arial;
	font-size: 14px;
}
