body {
	font-family: "Arial Narrow";
	background-attachment: fixed;
	background-color: #996600;
	background-repeat: repeat;
	cursor: crosshair;
	background-image: url(paperbg.jpg);
	font-size: 12px;
	color: #330033;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: small-caps;
}

/* classed link nav */
.navi { display: block; height: 64px; overflow: hidden;	background: transparent url(images/bg_sprite_nav.gif) no-repeat 0 0; }

.lnk_1 { width: 84px;	/* already at 0,0 */ }
.lnk_2 { width: 114px;	background-position: -168px 0; }
.lnk_3 { width: 106px;	background-position: -396px 0; }
.lnk_4 { width: 113px;	background-position: -608px 0; }

.lnk_1:hover, a.lnk_1:active { background-position: -84px 0; }
.lnk_2:hover, a.lnk_2:active { background-position: -283px 0; }
.lnk_3:hover, .lnk_3:active { background-position: -503px 0; }
.lnk_4:hover, .lnk_4:active { background-position: -720px 0; }