html         { font-size: 10pt; font-family: Arial; background-color: white}
label      { font-size: 8pt; font-family: Arial }
table        { font-size: 10pt; font-family: Arial}
h1           { font-family: Arial; color: #800000; font-size: 18pt; margin-bottom: 6 }
h2           { font-family: Arial; color: #990000; margin-bottom: 6 }
h3           { font-family: Arial; color: #800000; margin-bottom: 6 }
h4           { font-family: Arial; font-size: 10pt; color: #FF0000; font-weight: bold; margin-top:4; margin-bottom:2 }
h5           { font-family: Arial; font-size: 10pt; color: #FF0000; font-weight: bold; margin-top:2; margin-bottom:2}
a:link		   { Color: #333333; text-decoration:none }
a:visited		{
				color: #333333; 
				text-decoration:none 
				}

				
a:hover		{
				color: #FF0000; 
				text-decoration:underline
				}

				
a:active		{
				 color: #333333; 
				 text-decoration:none
				 }
				 
.yellowband  { border-top: 3px solid #FF0000; border-bottom: 3px solid #FF0000; 
               padding-left: 4; padding-right: 4; padding-top: 1; 
               padding-bottom: 1 }
			 
				 
.CatTable  {	border-collapse: collapse;
				border: 2px solid #800000; width:"768";
				cellspacing:0px;
				border-spacing:0px; padding:0px; 
				margin-top:0; margin-bottom:0;
				text-align:left; text-indent:5px; font-size:9pt;}			
				
.CatHead1  { 	border: 2px solid #800000; 
				background:#B6B694; 
				font-family:Arial; color:#000080; font-size:10pt; 
				margin-left:5; margin-top:5; margin-bottom:0; font-weight:bold; margin-right:0}
				
.CatHead2  { 	border: 2px solid #C0C0C0;
				background:#C2C2A7; 
				font-family:Arial; color:#000080; font-size:9pt; font-weight:bold;
				margin-left:10; margin-top:0; margin-bottom:0;}
				
.CatHead3  { 	background:#DBDBCA; 
				font-family:Arial; color:#000080; font-size:9pt; font-weight:bold;}
				
.CatBody  {		border-collapse: collapse;
				border: 2px solid #C0C0C0;}						 