/*******************************************************************************
** text.css
** All styles controlling text size.
*/

body {
  font-family: Verdana, Helvetica, Arial, sans-serif;
}

.BigTxt {
  font-size: 20px;;
}

.LargeTxt {
  font-size: 20px;
}

.NormTxt {
  font-size: 12px;
}

.SmallTxt {
  font-size: 10px;
}

.TinyTxt {
  font-size: 9px;
}

.Flash {
  font-size: 16px;
  font-weight: bold;
  color: blue;
}

.FlashBad {
  font-size: 16px;
  font-weight: bold;
  color: #ff0000;
}

