/*
NOTICE:
--Though these parameters make the pages look better on-screen,
  when printing from NS bad things happen--
'line-height' causes wierd vertical spacing and extra pages
'margin-...' set to <0 causes things to get stacked on top of each other
*/

BODY
	{
	background-color:	white;
	}

BODY.accentdark
	{
	background-color:	#FFCC00;
	}

A:link
	{color:#993300}
A:active
	{color:#993300}
A:visited
	{color:#993300}

H2
	{
	font-family:		Book Antiqua, serif;
	font-weight:		bold;
	font-size:		16pt;
	color:			black;
	}

TH, H4
	{
	font-family:		Book Antiqua, serif;
	font-weight:		normal;
	font-size:		11pt;
	color:			black;
	font-weight:		bold;
	}

H5
	{
	font-family:		Tahoma, Verdana, Arial, sans-serif;
	font-size:		9pt;
	color:			#993300;
	font-weight:		bold;
	}

P, TD, DL, UL, BLOCKQUOTE
	{
	font-family:		Book Antiqua, serif;
	font-size:		10pt;
	}

.listing
	{
	font-family:		Tahoma, Verdana, Arial, sans-serif;
	font-size:		9pt;
	color:			#993300;
        font-weight:		bold;
/*
	line-height:		10pt;
        margin-left:		-15pt;
	margin-top:		-10pt;
*/
	}

.sidenote
	{
	font-size:		8pt;
	font-style:		italic;
	}

.inset
	{
	padding-left:		10px;
	padding-right:		10px;
	}

.notice
	{
	color:			#993300;
	font-weight:		bold;
	}

TD.accentdark
	{
	background-color:	#3697FE;
	}

TD.accentlight
	{
	background-color:	#EBEBF0;
	}

IMG.border
	{
	color:			black;
	border-color:		black;
	}

#noline
	{
	text-decoration:	none;
	}

#date
	{
	font-family:		Tahoma, Verdana, Arial, sans-serif;
	font-weight:		normal;
	font-size:		8pt;
	color:			#993300;
	}	

#smaller
	{
	font-size:		smaller;
	}

#norm
	{
        font-weight:		normal;
	}