BODY
    { background-color: #FFFFFF;
    }

H1
    { font-size: 120%;
    }

H2
    { font-size: 110%;
    }

P 
    { color: #000000;
    }

.graphic 
    { background-color: #FFFFFF;
    }

.attn
    { color: #FF0000;
      text-decoration: none;
    }
    
.green
    { color: #00CC00;
      text-decoration: none;
    }
    
.gold
    { color: #FF9900;
      text-decoration: none;
    }
    
.attnblue
    { color: #0000FF;
      text-decoration: none;
    }
    
.big
    { font-size: 120%;
      font-weight: bold;
    }

.bigger
    { font-size: 150%;
      font-weight: bold;
      color: #0000FF
    }

.biggest
    { font-size: 200%;
      font-weight: bold;
      color: #0000FF
    }

.bigRed
    { font-size: 120%;
      font-weight: bold;
      color: #FF0000
    }

.biggerRed
    { font-size: 150%;
      font-weight: bold;
      color: #FF0000
    }

.biggestRed
    { font-size: 200%;
      font-weight: bold;
      color: #FF0000
    }

.bigBlue
    { font-size: 120%;
      font-weight: bold;
      color: #0000FF
    }

.biggerBlue
    { font-size: 150%;
      font-weight: bold;
      color: #0000FF
    }

.biggestBlue
    { font-size: 200%;
      font-weight: bold;
      color: #0000FF
    }

.boldblack
    { font-weight: bold;
      color: #000000
    }

.boldblue
    { font-weight: bold;
      color: #0000FF
    }

.boldred
    { font-weight: bold;
      color: #FF0000
    }

.grey
    { background-color: #CCCCCC;
    }

.greyout
    { color: #999999;
      text-decoration: none;
    }

.negative
    { background-color: #666666;
      color:  #FFFFFF;
    }
    
.negattn
    { background-color: #666666Ê;
      color:  #FFFF00;
    }
    
.topOn, .leftOn
    { font-weight: bold;
      color: #FF0000;
      font-size: 90%;
      text-transform: uppercase;
      text-decoration: none;
    }

.topOff, .leftOff 
    { font-weight: bold;
      color: #0000FF;
      text-decoration: none;
    }

.topNav 
    { background-color: #CCCCCC;
      vertical-align: top;
      font-weight: bold;
    }

.title
    { background-color: #FFFFFF;
      text-align: left;
      vertical-align: top;
    }

.leftNav 
    { background-color: #CCCCCC;
      vertical-align: top;
      text-align: right;
    }
       
.main 
    { background-color: #FFFFFF;
      font-size: 100%;
      font-weight: normal;
      text-align: left; 
      vertical-align: top;
    }

.leftFoot 
    { background-color: #FFFFFF;
      color:  #999999;
      font-size: 100%;
      font-weight: normal;
      text-align: right;
    }

.rightFoot
    { background-color: #FFFFFF;
      font-size: 100%;
      font-weight: normal;
      text-align: left;
    }

.linkFoot
    { font-weight: normal;
      color: #0000FF;
      text-decoration: none;
    }

.linkGraphic
    { text-decoration: none;
    }
