
/* CHP FRAME NAVIGATION STYLE SHEET 2000-02-10 EJF */

/* Body */
BODY	{
	font-family: Arial, Helvetica, sans-serif; 
	margin-top:     0px;
	margin-left:    0px;
	margin-right:   0px;
	margin-bottom:  0px;
	padding-top:    0;
	padding-left:   0;
	padding-right:  0;
	padding-bottom: 0;
	border-top:     0;
	border-left:    0;
	border-bottom:  0;
	border-right:   0;
	width:  auto;
	background-color: #ffffee;
	}

/* Add these to include a background image
	background-image: url(chpbkd.jpg);
	background-repeat: no-repeat;
	background-position: top;
*/

/* Links */
A:link, A:active
	{
	text-decoration: none;
	color: #ff0000;
	background: transparent;
	}
A:visited
	{
	text-decoration: none;
	color: #993300;
	background: transparent;
	}
A:hover
	{
	text-decoration: none;
	color: #000000;
	background: #ffcc00;
	}
A:hover.brown
	{
	text-decoration: none;
	color: #000000;
	background: #ffcc00;
	}
A:visited.brown, A:link.brown
	{
	text-decoration: none;
	color: #ffffff;
	}

/* Headings and Text Elements */

H1	{
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	}

H2	{
	color: black;
	font-family: Arial Narrow, Helvetica Narrow, sans-serif;
	font-weight: bold;
	}

H3	{
	color: black;
	font-family: Arial Narrow, Helvetica Narrow, sans-serif;
	font-weight: bold;
	}

H4	{
	color: black;
	font-family: Arial Narrow, Helvetica Narrow, sans-serif;
	font-weight: bold;
	}

P, TR, THEAD, TFOOT, TH, TD, DL, OL, UL, BLOCKQUOTE, SPAN, BR
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	}

caption      { font-size: 8pt }


/* add a bit of extra space after list items */
li	{ margin-top: 0; margin-bottom: 0 }