.nav {
	background-attachment: fixed;
	background-image: url(/images/backtop.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #8EC3F8;
}
body {
	background-image: url(/images/backmain.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #E1E2E6;

}
.blue {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #829BC6;


}
td {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
}
.error {
	color: #CC0000;
}

