@import url("55_new_b.css") screen;

.uppercase 
   { text-transform: uppercase; }

.bold
   { font-weight: bold;  }

.ShowIt
   { display: block;  }

.HideIt
   { display: none;  }


.fc_black
   { color: #000000 !important; }

.fc_red
   { color: #8f0219 !important; }

.w200 input, textarea
   { border: 1px solid black; width: 200px; }

.w200 textarea 
   { height: 100px; }



