body {
background-color: #000000;
scrollbar-face-color : #000000;
scrollbar-shadow-color : #0000ff;
scrollbar-track-color : #950B95;
scrollbar-highlight-color : #ccff33;
scrollbar-arrow-color : #950B95;
scrollbar-darkshadow-color : #cccccc;
scrollbar-background-color : #000000; }
INPUT		{
			background-color:#000000;
			font-size: 10pt;
			font-family: Courier;
			font-weight: normal;
			text-decoration: none;
			line-height: 90%;
			color: #ccff33;      
		}
TEXTAREA	{
			background-color:#000000;
			font-size: 10pt;
			font-family: Courier;
			font-weight: normal;
			text-decoration: none;
			line-height: 90%;
			color: #ccff33;      
		}

.formatted	{
			font-size: 10pt;
			font-family: Helvetica, Arial;
			font-weight: normal;
			text-decoration: none;
			line-height: 130%;
			color: #ffffff;
			} 

.on			{
			font-size: 10pt;
			font-family: Helvetica, Arial;
			font-weight: normal;
			text-decoration: underline;
			line-height: 130%;
			color: #ffffff;      
			}
			
.off		{
			font-size: 10pt;
			font-family: Helvetica, Arial; 
			font-weight: normal;
			text-decoration: none;
			line-height: 130%;
			color: #ccff33;        
			}
.formattedF	{
			font-size: 8pt;
			font-family: Helvetica, Arial;
			font-weight: normal;
			text-decoration: none;
			line-height: 90%;
			color: #ffffff;
			} 

.onF			{
			font-size: 8pt;
			font-family: Helvetica, Arial;
			font-weight: normal;
			text-decoration: underline;
			line-height: 90%;
			color: #ffffff;      
			}
			
.offF		{
			font-size: 8pt;
			font-family: Helvetica, Arial; 
			font-weight: normal;
			text-decoration: none;
			line-height: 90%;
			color: #ccff33;        
			}
