body {
 top:     4px;
 margin:  4px;
 padding: 4px;
 background: #ffffff;
 margin-top:    4px;
 margin-bottom: 4px;
 margin-left:   4px;
 margin-right:  4px;
}

.spacer {
       font-family: Arial, Helvetica, sans-serif;
       font-size:   6px;
       font-weight: normal;
     }

.spacer0 {
       font-family: Arial, Helvetica, sans-serif;
       font-size:   3px;
       font-weight: normal;
     }

.spacer1 {
       font-family: Arial, Helvetica, sans-serif;
       font-size:   8px;
       font-weight: normal;
     }

.spacer2 {
       font-family: Arial, Helvetica, sans-serif;
       font-size:   10px;
       font-weight: normal;
     }

.mono {
       font-family: Mono;
       font-size:   10px;
       font-weight: normal;
       line-height: 12px;
     }

.button
     {
       font:normal .75em/1.5em Arial, Helvetica, sans-serif;
       background: #404266;
       padding: 1px;
       color: white;
       text-align: center;
       font-weight: bold;
       height: 22px;
     }

.text
  {
    font-family: Arial, Helvetica, sans-serif;
    font-size:   14px;
    font-weight: normal;
    color : black;
  }

.smalltext
  {
    font-family: Arial, Helvetica, sans-serif;
    font-size:   12px;
    font-weight: normal;
    color : black;
  }

.tinytext
  {
    font-family: Arial, Helvetica, sans-serif;
    font-size:   10px;
    font-weight: normal;
    color : black;
  }


/*------ Core Colors ------*/
.red {
  color: #CC0000;
}
.lightred {
  color: #FF0000;
}
.darkred {
  color: #990000;
}
.blue {
  color: #0000DD;
}
.powderblue {
  color: #87CEFA;
}
.paleblue {
  color: #ADD8E6;
}
.lightblue {
  color: #0000FF;
}
.darkblue {
  color: #0000AA;
}
.green {
  color: #00CC00;
}
.lightgreen {
  color: #00EE00;
}
.darkgreen {
  color: #009900;
}
.yellow {
  color: #CCCC00;
}
.lightyellow {
  color: #EEEE00;
}
.darkyellow{
  color: #AAAA00;
}
.black {
  color: #000000;
}
.white {
  color: #FFFFFF;
}

/*---------- Bold/Normal ----------*/
.bold {
  font-weight: bold;
}
.normal {
  font-weight: normal;
}


/*--------- Core Fonts --------*/
.arial {
  font-family: Arial;
}
.tahoma {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
}
.mono {
  font-family: Courier;
}


/*-------- Core Sizes ----------*/
.size1 {
  font-size: 1px;
}
.size2 {
  font-size: 2px;
}
.size3 {
  font-size: 3px;
}
.size4 {
  font-size: 4px;
}
.size5 {
  font-size: 5px;
}
.size6 {
  font-size: 6px;
}
.size7 {
  font-size: 7px;
}
.size8 {
  font-size: 8px;
}
.size9 {
  font-size: 9px;
}
.size10 {
  font-size: 10px;
}
.size11 {
  font-size: 11px;
}
.size12 {
  font-size: 12px;
}
.size13 {
  font-size: 13px;
}
.size14 {
  font-size: 14px;
}
.size15 {
  font-size: 15px;
}
.size16 {
  font-size: 16px;
}
.size17 {
  font-size: 17px;
}
.size18 {
  font-size: 18px;
}
.size19 {
  font-size: 19px;
}
.size20 {
  font-size: 20px;
}
.size22 {
  font-size: 22px;
}
.size24 {
  font-size: 24px;
}

