body {
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 12px;
    FONT-STYLE: normal;
    FONT-VARIANT: normal;
    FONT-WEIGHT: normal;
    TEXT-DECORATION: none;
    TEXT-TRANSFORM: none;
    text-alignment: center;
    color : #666666;
}

A:link, A:visited {
    TEXT-DECORATION: none;
    COLOR: #99c500;
    FONT-SIZE: 12px;
  }

A:active, A:hover, A:focus {
    TEXT-DECORATION: underline;
    color: #f9ab2d;
    FONT-SIZE: 12px;
  }

.title {
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 22pt;
    FONT-STYLE: normal;
    FONT-VARIANT: normal;
    FONT-WEIGHT: bold;
    TEXT-DECORATION: none;
    TEXT-TRANSFORM: none;
    color : #3ab5ec;
  }

td {
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 12px;
    FONT-STYLE: normal;
    FONT-VARIANT: normal;
    FONT-WEIGHT: normal;
    TEXT-DECORATION: none;
    TEXT-TRANSFORM: none;
    text-alignment: center;
    color : #666666;
  }

.grimic {
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 10px;
    color : #666666;
    text-alignment: left;
  }

select {
    color: #cc3300;
    font-size: 10;
  }

.nw {
    background: url(images/corner_nw.gif) 0 0 no-repeat;
  }


.ne {
    background: url(images/corner_ne.gif) 100% 0 no-repeat;
  }


.sw {
    background: url(images/corner_sw.gif) 0 100% no-repeat;
  }


.se {
    background: url(images/corner_se.gif) 100% 100% no-repeat;
    padding:10px;
  }


.top {
    background: url(images/dot.gif) 0 0 repeat-x;
  }


.bottom {
    background: url(images/dot.gif) 0 100% repeat-x;
  }


.left {
    background: url(images/dot.gif) 0 0 repeat-y;
  }


.right {
    background: url(images/dot.gif) 100% 0 repeat-y;
  }
