html, body { height:100% }

BODY {
	top:0px;
	margin:0px;
}

.bodyback {
	background-image: url(images/bodybkgd.gif);
	background-repeat: repeat-x;
	background-position: top;
}

.navtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3D6F9D;
	font-weight: normal;
}

.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
}
.footertext a:link { color: #FFFFFF; text-decoration: none }
.footertext a:active { color: #FFFFFF; text-decoration: none }
.footertext a:visited { color: #FFFFFF; text-decoration: none }
.footertext a:hover { color: #FFFFFF; text-decoration: underline; }

.greybodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #454545;
}

.boxborder {
	border: 1px solid #4477A4;
}

a:link { color: #3d6f9d; text-decoration: none }
a:active { color: #3d6f9d; text-decoration: none }
a:visited { color: #3d6f9d; text-decoration: none }
a:hover { color: #3d6f9d; text-decoration: underline; }
