body
{
 background-color	: #FFFFFF;
 color			: #000066;
 font-family		: Tahoma, garamond, verdana, arial, helvetica, sans-serif;
}


/********* paragraphs *********/
p.pagename
{
 font-weight		: bold;
 color			: #FF9900;
}

p.head
{
 font-weight		:bold;
}

p.navname
{
 color			: #EEEEEE;
}

p.footer
{
 font-size		: smaller;
}

p.reshead
{
 font-weight		: bold;
 color			: #FF9933;
}

p.chead
{
 font-weight		: bold;
 color			: #FF9933;
}

p.cinfo
{
 padding-left		: 20px;
}


/********* lists *********/
p.middotlist
{
 padding-left		: 20px;
}


/********* tables *********/
td.content
{
 background		: white;
}


/********* links *********/
a:link.navlink
{
 background		: #FFFFFF
 color			: #FF4141;
 text-decoration	: none;
}

	a:visited.navlink
	{
	 color			: #FF4141;
	 text-decoration	: none;
	}

	a:active.navlink
	{
	 color			: #FF4141;
	 text-decoration	: none;
	}

	a:hover.navlink
	{
	 color			: #000066;
	 text-decoration	: none;
	}

	a:visited:hover.navlink
	{
	 color			: #000066;
	 text-decoration	: none;
	}

a:link
{
 color			: #FF4141;
 text-decoration	: none;
}

	a:visited
	{
	 color			: #FF4141;
	 text-decoration	: none;
	}

	a:active
	{
	 color			: #FF4141;
	 text-decoration	: none;
	}

	a:hover
	{
	 color			: #000066;
	 text-decoration	: none;
	}

	a:visited:hover
	{
	 color			: #000066;
	 text-decoration	: none;
	}
