@charset "UTF-8";
body {
	background-color: #eef1f7;
	background-image: url(images/MainBkgd.gif);
	background-repeat: repeat-x;
	background-position: top;
}
a {
	color: #5F6A80;
}
a:hover, a:focus {
	color: #838FA6;
	text-decoration: underline;
}
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	background-image: url(images/FooterBkgd.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	color: #aab4c6;
}
#footer a {
	color: #cfd6e2;
	text-decoration: none;
}
#footer a:hover, #footer a:focus {
	color: #d3d9e5;
	text-decoration: underline;
}
#main {
	background-color: #FFFFFF;
	padding: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
h2 {
/*	color: #838FA6; */
	color: #3F4A5E;
}
h4 {
	color: #636F84;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-size: medium;
}
p {
	text-align: justify;
}
#forh4 {
	margin-top: 0px;
	margin-left: 25px;
}
