body {
	background-color: #ffefcf;
  font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
img {
	border: none;
}

table {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
}
h1 {
	font-family: "Times New Roman", Times, serif
	font-size: 16px;
	color: #074A8C;
}
h2 {
	font-family: "Times New Roman", Times, serif
	font-size: 14px;
	color: #074A8C;
}
h3 {
	font-family: "Times New Roman", Times, serif
	font-size: 14px;
	color: #074A8C;
}
.RequiredFields {
	font-family: "Times New Roman", Times, serif
	font-size: 10px;
	color: #FF0000;
}
.Nav {
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF0000;
	background-image: url(../images/Nav-bg_Up.jpg);
}
.Nav a {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #FABD73;
	font-weight: bold;
	text-decoration: none;
}
.NavOver {
	background-image: url(../images/Nav-bg_Over.jpg);
}