
/******************
System.css
an em unit is the width of the letter capital M
1em unit is the size of the text in the BODY tag
*************************/
/*
BODY  { background:#C8C8FF  };  //  Sreel Blue Grey/
BODY  { background:#33CC00  };  
  */  
body { 
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background:  #78DCB4   ;           /*  Medium Green */
};   

H1{ color:white ;  font-size: 2.2em; font-style:bold; font-style:italic;   };
H4{ color:white ;  font-size: 1.2em; font-style:bold; font-style:italic;   };
 
BUTTON {
	FONT-WEIGHT: bold; FONT-SIZE: 100%; FONT-FAMILY: arial,helvetica,sans-serif
}


DIV.fline  { font-size: .91em; font-weight: bold; }

SPAN.fline { font-size: .91em; font-weight: bold; }

input.oneChBut
{
 WIDTH: 19px; 
 HEIGHT: 23px;
 FONT-WEIGHT: bold; 
 FONT-SIZE:smaller; 
 BACKGROUND-COLOR: #e1fbff;
}

input.tbut
{
 FONT-WEIGHT: bold; 
 FONT-SIZE:smaller; 
 BACKGROUND-COLOR: #e1fbff;
} 
 
input.fbut
{WIDTH: 210px; 
 FONT-WEIGHT: bold; 
 FONT-SIZE:smaller; 
 BACKGROUND-COLOR: #e1fbff;
}  
input.ebx
{
 FONT-WEIGHT: bold; 
 FONT-SIZE:.91em; 
 WIDTH:410; 
 maxlength:80;
}  
  
