.aceTextField {
background-color: white;
border-color: #AA3333;
border-style: solid;
border-width: 1;
color: Black;
font-family: arial;
}
.aceTextArea { 
background-color: white; 
color: Black; 
font-family: arial;
border: 1 #AA3333 solid;
}
.bar {
	scrollbar-arrow-color:WHITE;
	scrollbar-track-color:#D6D6D6;
	scrollbar-shadow-color:#D6D6D6;
	scrollbar-face-color:#000080;
	scrollbar-highlight-color:#D6D6D6;
	scrollbar-darkshadow-color:#000080;
	scrollbar-3dlight-color:#000080;  }
.button {
background-color: #000080; 
color: #FFFFFF; 
font-family: Arial, Helvetica, sans-serif;
border: 2 solid;
; font-size: 16px; font-weight: bold; cursor: hand}

.buttonover  {
background-color: #000080; 
color: #FFFF80; 
font-family: Arial, Helvetica, sans-serif;
border: 2 solid;
border-color: white;
; font-size: 16px; font-weight: bold; cursor: hand}

.fontback {  font-family: Arial, Helvetica, sans-serif; background-color: #FFFF80}
.aceTextAreaYellow { background-color: #FFFFC0; color: Black; font-family: arial; border: 1 #AA3333 solid; }
.aceTextAreaBlue { background-color: #EEEEFF; color: Black; font-family: arial; border: 1 #AA3333 solid; }

