/*
  Netscape doesn't handle style sheet inheritence correctly, so most
  of the elements must be explicitly specified.  (ugh!)
*/

BODY, H1, H2, H3, H4, H5, H6, P, TH, TD, UL, LI, OL, DL, DT, DD
	{
	font-family: "Verdana", "Lucida", "Arial", "Helvetica", "Serif";
	}

BODY	{
	margin: 0pt;
	padding: 1.5em;
	border-left: 106px solid;
	border-color: rgb(204,204,204);
	background-color: white;
	color: black;
	}

.marginlogo {
	position: absolute;
	left: 6px;
	top: 10px;
}

A:link		{ color: rgb(  0,  0,153); }
A:visited	{ color: rgb(  0,  0,102); }
A:active	{ color: rgb(255,  0,  0); }

.border	{ background-color: rgb(204,204,204); }

TD.footer, TD.footer TD	{
	font-size: 80%;
	color: rgb(153,153,153);
	}
.footer {
	font-size: 80%;
	color: rgb(153,153,153);
	text-align: right;
	}

