/* Emergency Message */
div.mrgency 
   {
      width: 180px;
      border: #F86718 solid 4px;
      background: #F86718;
      font-weight: bold;
      visibility: hidden;
   }

a.mrgency 
   {
      display: 
      block; 
		text-decoration: none;
		margin-left: 2px;
      color: #FFFFFF; 
      width: 178px;
   }

a.mrgency:hover 
   {
		text-decoration: none;
      color: #0C2577; 
}