	 .on { 
		font-face: Verdana;
		font-size: 12; 
		text-decoration: none;
		font-weight: bold;
		color: #EC7333;      
		}

	 .off {
		font-face: Verdana; 
		font-size: 12; 
		text-decoration: none;
		font-weight: bold;
		color: #0655A0;        
		}

	 .on1 { 
		font-face: Verdana;
		font-size: 10;
		text-decoration: none;
		font-weight: bold;
		color: #EC7333;      
		}

	 .off1 {
		font-face: Verdana; 
		font-size: 10;
		text-decoration: none;
		font-weight: bold;
		color: #0655A0;        
		}

	.button {
		FONT-WEIGHT: bold;
		FONT-SIZE: 8pt;
		FONT-STYLE: italic;
		FONT-FAMILY: Verdana;
		COLOR: #ffffff;
		BACKGROUND-COLOR: #0655a0;
		BORDER-LEFT-STYLE: ridge;
		BORDER-RIGHT-STYLE: ridge;
		BORDER-TOP-STYLE: ridge;
		BORDER-BOTTOM-STYLE: ridge;
		}
		
	.input {
		BORDER-RIGHT: #0655a0 thin solid;
		BORDER-TOP: #0655a0 thin solid;
		BORDER-LEFT: #0655a0 thin solid;
		BORDER-BOTTOM: #0655a0 thin solid;
		BACKGROUND-COLOR: #b7ebff;
		WIDTH: 120px;
		FONT-SIZE: 8pt;
		COLOR: #0655A0;
		}


