h1  { 
	color: #800000; 
	font-size: 18pt; 
	font-family: Tahoma; 
	font-weight: bold
	}
h2  { 
	color: #800000; 
	font-size: 16pt; 
	font-family: Verdana; 
	font-weight: bold 
	}
h3  { 
	color: #800000; 
	font-size: 14pt; 
	font-family: Tahoma; 
	font-weight: bold 
	}
h4  {
	color: #800000; 
	font-size: 12pt; 
	font-family: Tahoma; 
	font-weight: bold 
	}
h5  {
	color: #800000; 
	font-size: 11pt; 
	font-family: Tahoma; 
	font-weight: bold 
	}
h6	{
	color: #800000; 
	font-size: 10pt; 
	font-family: Tahoma; 
	font-weight: bold 
	}
h2 A	{
	color: #800000;
	text-decoration: none;
	}

h3 A	{
	color: #800000;
	text-decoration: none;
	}

h4 A	{
	color: #800000;
	text-decoration: none;
	}
h4 A:hover{
	text-decoration: underline;
	}	
h5 A	{
	color: #800000;
	text-decoration: none;
	}
h5 A:hover{
	text-decoration: underline;
	}	

h6 A	{
	color: #800000;
	text-decoration: none;
	}
h6 A:hover{
	text-decoration: underline;
	}	
	
A	{text-decoration: none;
	color: blue;}

A:hover {text-decoration: underline;}	

TH	{
	background-color: #C0C0C0; 
	border: 1px #C0C0C0 solid;
	font-weight: bold; 
	text-align: left
	}
	
TD	{
	border: 1px #C0C0C0 solid;
	}
	
body  { 
	font-family: Arial; 
	font-size: 9pt 
	}
	
numbered list  { 
	list-style-type: decimal;
	margin-left: 12; 
	margin-bottom: 12; 
	margin-top: 3;
	line-height:100% 
	}

LI	{padding-bottom: 6;
	padding-top: 2;}
	
TABLE {
	font-family: Arial;
	font-size: 9pt;
	border: 1px #C0C0C0 solid;
	cellspacing: 1;
	padding: 20px;
	width: '85%'; 
	}
	
TABLE.answer{
	display:none;
	width: '85%'; 
	border: 0px none; 
	margin-left:5px;
	margin-top: 5px;
	font-family: Arial;
	font-size: 9pt;	
	background-color: #FFFFCC;	
	}
	
TD.answer {
	border: 0px none;
	}

TABLE.noborder{
	font-family: Arial;
	font-size: 9pt;
	border: 0px none;
	padding: 6px;
	cellspacing: 4;
	width: '85%'; 
	}
	
TD.noborder {
	border: 0px none;
	padding: 6px;
	}
	
TABLE.list{
	display:none;
	width: '85%'; 
	border: 0px none; 
	margin-left:5px;
	margin-top: 0px;
	font-family: Arial;
	font-size: 9pt;	
	padding: 0;
	}

TD.list {
	border: 0px none;
	}