BODY	{
	margin-top:	1.58em;
	margin-left:	8%;
	margin-right:	8%;
	margin-bottom:	1.58em;
	width:	auto;
	color: black;
	background-color: #FFFFF5;
	font-family: Arial, Helvetica, sans-serif;
	}
.hide 	{
	display: none
	}
.principle {
	font-weight: bold;
   	font-family: Georgia, Minion Web, Palatino, Book Antiqua, Utopia, Times New Roman, serif;}
.explain {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
  }
P 	{
	margin-top: 0.6em;
	margin-bottom: 0.6em;
	}
PRE 	{
 	margin-left: 2em;
	font-family: monospace
	}
BLOCKQUOTE {
	font-size: 90%;
	font-style: normal;
	color: olive;
  background-color: #FFFFF5;
	}
DT, DD {
	margin-top: 0;
	margin-bottom: 0
	} /* opera 3.50 */

DT 	{
	font-weight: bold
	}

	/* begin link */

A:link	{
	text-decoration:	none;
	font-weight:	normal; 
	color: #b71b3d;
	background:	#FFFFF5;
	}	
		
A:visited	{	
	text-decoration:	none;
	font-weight:	normal;
	color: #b71b3d;
	background:	#FFFFF5;
	}	
		
A:active	{
	text-decoration:	none;
	font-weight:	normal;
	color:	black;
	background:	#FFFFF5;
	}

A:hover	{
	text-decoration:	none;
	font-weight:	normal;
	color:	#d31f46;
	background:	yellow;
	}

A.offsite	{
	text-decoration:	none;
	font-weight:	normal;
	color:	#b71b3d;
	background:	#FFFFF5;
	}

	/* end link */

	/* begin header type */	/* 2 - serif a */

h1, h2, h3,
    h4, h5  { color: black;  font-family: Georgia, Minion Web, Palatino, Book Antiqua, Utopia, Times New Roman, serif;}
H1          { font-size: 260%; font-weight: lighter }
H2          { font-size: 140%; font-weight: lighter }
H3          { font-size: 112%; font-weight: lighter }
H4, P       { margin-top: .2em; }
H5          { font-size: .83em; line-height: 1.17em; font-weight: lighter }
H6          { font-size: .67em; font-weight: lighter }

	/* end header */

	/* begin recursive lists */
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}
