body {
	background-image: url(img/bg_grad.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #003366;
}
.nav {
	background-image: url(img/nav.gif);
	background-repeat: no-repeat;
}
.navback {
	background-image: url(img/nav_back.gif);
	background-repeat: repeat-y;
}
.bodytop {
	background-image: url(img/body_top.gif);
	background-repeat: no-repeat;
}
.bodyfront {
	background-image: url(img/body_front.gif);
	background-repeat: repeat-y;
}
.bodyText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
}
.navText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #003366;
}