@charset "utf-8";
/* CSS Document */

img { border: none; }

.white { color: #FFFFFF; }

.red { color: #FF0000; }

.darkred { color: #990000; }

.black { color: #000000; }

.blue { color: #000099; }

.yellow { color: #FFFF00; }

.green { color: #339933; }

.purple { color: #CC0099; }

.grey { color: #CCCCCC; }

.regular { font-size: 12px; }

.small { font-size: 10px; }

.tiny { font-size: 5px; }

.highlight {
  font-size:   26px;
  font-weight: bold;
  color:       #00FF00;
}

.highlight2 {
  font-size:   16px;
  font-weight: bold;
  color:       #FF00FF;
}

.emphasis {
  font-size:   16px;
  font-weight: bold;
}

.emphasis2 {
  font-size:   20px;
  font-weight: bold;
}

.emphasis3 {
  font-size:   14px;
  font-weight: bold;
}

.bold { font-weight: bold; }

.under { text-decoration: underline; }

.strike { text-decoration: line-through; }

.italic { font-style: italic; }

.middle-align { text-align: center; }

.left-align { text-align: left; }

.right-align { text-align: right; }