.uppercase 
   { text-transform: uppercase; }

.bold
   { font-weight: bold;  }

.ShowIt
   { display: block;  }

.HideIt
   { display: none;  }


.fc_black
   { color: #000000 !important; }