	BODY  
	     {
		font-family:verdana; 
		font-size:.8em
	     }

	H1  
	     {
		font-size:1.5em; 
		color:#3366CC; 
		font-family:tahoma; 
	     }
	 
	H2 
	     {
		font-size:1.3em; 
		color:#3366CC; 
		font-family:tahoma; 
	     }
		 
	TD
		{
		background-color:#e4e4e4; 
		color:black; 
		font-family:verdana; 
		font-size:0.8em;
		padding:5px 5px;
; border: #CCCCCC; border-top-width: thin; border-right-width: thin; border-bottom-width: thin; border-left-width: thin
		}
	.copyright   
		{
		width:100%;
		border-top:1px solid #e4e4e4;
		padding-top:10px;
		color:#3366CC;
		text-decoration:none;
		margin-top:5px;
		}
	A   
		{
		color:#3366CC;
		text-decoration:none;
		}

	A:visited  
		{
		color:#3366CC;	
		text-decoration:none;
		}
	A:hover  
		{
		color:#3366CC;	
		text-decoration:underline;
		}
	.viewsource
		{
		font-size:8pt; 
		background:#e4e4e4; 
		border:1px solid #e4e4e4; 
		width:100%; 
		padding:5px;
		margin:5px
		}	 