body 
		{
		color: #CCCCCC; 
		font-size: 12px; 
		font-family: Verdana; 
		text-decoration: none; 
		}
		
table 
		{
		color: #CCCCCC; 
		font-size: 12px; 
		font-family: Verdana; 
		text-decoration: none; 
		}
	
a:link 
		{
		color: #CC6600;
		font-size: 12px;
		font-family: Verdana;
		text-decoration: none;
		border: 0;
		}

a:visited 
		{
		color: #6A6A6A;
		font-size: 12px;
		font-family: Verdana;
		text-decoration: none;
		border: 0;
		}
NOT
		{
		color: rgb(0, 0, 0); 
		font-size: 9px;
		font-family: Verdana;
		text-decoration: none;
		}
input
		{
		border-width: 1pt;
		overflow: hidden;
		}
select
		{
		border-width: 1pt;
		overflow: hidden;
		}
textarea
		{
		border-width: 1pt;
		overflow: auto;
		}
img
		{
		border: 0;
		}