body {
	font-family: sans-serif;
	line-height: 1.4em;
	background-color: #e6af0b;
	text-align: center;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
}
p, td.p {
	text-align: justify;
	line-height: 1.4em;
	padding-left: 0.1em;
	padding-right: 0.1em;
	margin-top: 0em;
	padding-top: 0.3em;
}
p.noJustify {
	text-align: left;
}
p.center, .center {
	text-align: center;
}
a {
	color: #0b99e5;
	text-decoration: none;
}
a.heading {
	text-decoration: none;
}
a:hover {
	text-decoration:underline;
}
input, textarea {
	background-color: transparent;
	padding: 0;
	margin: 0;
	border: 1px solid #2c0be5;
}
.button {
	background-color: #0a88cc;
	border-top: 2px solid #0daaff;
	border-left: 2px solid #0daaff;
	border-right: 2px solid #086699;
	border-bottom: 2px solid #086699;
}
.pageHeading {
	font-size: 130%;
	font-style: italic;
	font-weight: bold;
	margin: 0;
	padding-top: 10px;
	padding-left: 50px;
	padding-bottom: 30px;
	padding-right: 10px;
	color: #0b99e5;
	text-align: center;
}
.smallFont {
	font-size: 70%;
}
.page {
	background-image: url('../images/header-web-bottom.jpg');
	background-repeat: no-repeat;
	background-position: 0px 270px;
	width: 779px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
}
.header {
	/*background-image: url('../images/header-web-top.png');
	background-repeat: no-repeat;
	background-position: bottom;*/
	/*background-color: #e6af0b;*/
	padding: 0px;
	margin: 0px;
	border: 0px;
	line-height: 0;
}
.content {
	background-image: url('../images/logo-bgd.gif');
	background-repeat: no-repeat;
	background-position: center 10px;
	padding-top: 0px;
	padding-left: 1em;
	padding-right: 1em;
	margin: 0px;
	border-left: 2px solid #0b99e5;
	border-right: 2px solid #0b99e5;
	border-bottom: 2px solid #0b99e5;
	border-top: 0px solid #0b99e5;
	text-align: justify;
}
.bottomNotes {
	background-color: #e6af0b;
	color: #000000;
	text-align: center;
	padding: 1em;
	margin: 0em;
}
.abottomNotes {
	color: #1200ed;
}
img {
	border: 0;
	padding: 0;
	margin: 0;
}
img.padding {
  padding: 0.5em;
}

.underline {
	text-decoration: underline;
}
.darkLink {
	color: #003d66;
}
.color1 {
	color: #e6af0b;
}
.color2 {
	color: #2c0be5;
}
.color3 {
	color: #0b99e5;
}
.indent {
	padding-left: 1em;
}
.fullWidth {
	width: 100%;
}