/* set the page background color and margins. */
body { margin: 0px; background-color: #0169C0; background-image: url(slices/bg.jpg);

	/* scrollbar colors */
	/* outer lines */
	SCROLLBAR-3DLIGHT-COLOR: #C2D3FC;
	SCROLLBAR-DARKSHADOW-COLOR: #C2D3FC;
	/* inner lines */
	SCROLLBAR-HIGHLIGHT-COLOR: #C2D3FC 
	SCROLLBAR-SHADOW-COLOR: #C2D3FC;
	/* face, arrow and track */
	SCROLLBAR-FACE-COLOR: #cccccc;
	SCROLLBAR-ARROW-COLOR: #000000;
	SCROLLBAR-TRACK-COLOR: #ffffff; 
	/*background-image: url(slices/bg.jpg);
	/*background-attachment: fixed;
	background-repeat: repeat-x;*/
}

/* set the page font formatting. */
body, p, div, td {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #ffffff; }
.header {font-family: Arial, Helvetica, sans-serif; font-size: 16px; color: #FFFFFF; font-weight: bold}
.bdy2 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #FFFFFF; font-weight: bold}
.bdy3 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #C4E9FF; font-weight: bold}

/* default link colors - this is the default link color for the page */
a:link { font-weight: bold; text-decoration: underline; color: #ffffff; } /* unvisited link color */
a:hover { font-weight: bold; text-decoration: underline; color: #ffffff; } /* hover over an unvisited link color */
a:visited { font-weight: bold; text-decoration: underline; color: #ffffff; } /* visited link color*/
a:visited:hover { font-weight: bold; text-decoration: underline; color: #ffffff; } /* visited link hover color*/
