body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.navbkg {
	background-image: url(/images/navbkg.jpg);
	background-repeat: repeat-x;
}
.bodybkg {
	background-color: #143B66;
}

.bodyrightedge {
	background-image: url(/images/bodyleftedge.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.bodysubheader {
	font-family: Geneva, Arial, Helvetica, sans-serif, "Engravers MT";
	font-size: x-small;
	font-style: italic;
	color: #999999;
}


.bodyleftedge {
	background-image: url(images/bodyrightedge.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
.headerbkg {
	background-color: #1A5695;
}
.footer {
	font-family: Geneva, Arial, Helvetica, sans-serif, "Engravers MT";
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
}
.bodyheader {
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	font-weight: normal;
	font-variant: small-caps;
	color: #666666;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.bodytable {
	background-image: url(/images/bodybkg.jpg);
	width: 743px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: top;
}
A {
	font-weight: normal;
	color: #000000;
	font-weight: bold;
	text-decoration:none;
}
A:hover {
	font-weight: normal;
	color: #FF6600;
	font-weight: bold;
	text-decoration:underline;	
}
A:active {
	font-weight: normal;
	color: #000000;
	font-weight: bold;
	text-decoration:none;
}
A:visited {
	font-weight: normal;
	color: #000000;
	font-weight: bold;
	text-decoration:none;
}
A:visited:hover {
	font-weight: normal;
	color: #FF6600;
	font-weight: bold;
	text-decoration:underline;
}