body {
    color: #333; background: #fff;
    font-family : Helvetica,Arial,sans-serif;
    font-size-adjust : none;
    font-stretch : normal;
    font-style : normal;
    font-variant : normal;
    font-weight : normal;
    line-height : 1.8;
    margin-bottom : 1em;
    margin-left : 2em;
    margin-right : 2em;
    margin-top : 0em;
    zBACKGROUND-IMAGE: url("/images/bg/bg-20100209.gif");
    zbackground-attachment: fixed;
   }

td,th {
    line-height : 1.6;
}

big,h1,h2 {
    font-family: helvetica,arial,sans-serif;
    font-variant : small-caps;
    font: bold;
}

big,h3 {
    font-family: helvetica,arial,sans-serif;
    font: bold;
}

A:link {
    color:#c00;
    text-decoration:underline;
  }


A:visited {
    color:#666;
    text-decoration:underline;
  }


A:hover {
    color:#f00;
    text-decoration:underline;
  }


.line0 {
    color: white ;
    background: red;
  }

.line1bg {
    color: #333 ;
    background: #fff;
  }
.line1, .line1:visited, .line1:link {
    color: #333;
    text-decoration: none;
  }
.line1high,.line1high:link,.line1high:visited, .line1:hover {
    color: #c00;
    background: #fff;
    text-decoration: none;
  }


.line2bg {
    font-weight : bold;
    color: #000 ;
    background: #999;
    background-image: url("/images/bg/bg-ccc-999.5x3000.gif");
    border-left: 1px solid #eee;
    border-right: 1px solid #666;
    border-bottom: 1px solid #666;
  }
.line2, .line2:visited, .line2:link, .line2:hover {
    font-weight : bold;
    color: #333;
    text-decoration: none;
  }
.line2high,.line2high:link,.line2high:visited {
    color: #fff;
    background: #ccc;
    text-decoration: none;
    background-image: url("/images/bg/bg-fff-ccc.5x3000.gif");
  }
.line2img {
    color: #333 ;
    background: #fff;
  }


.line3bg {
    color: #000 ;
    background: #ddd;
  }
.line3, .line3:link {
    color: #000;
    text-decoration: none;
  }
.line3:visited {
    color: #333;
    text-decoration: none;
  }
.line3:hover {
    color: #c00;
    text-decoration: none;
  }
.line3high,.line3high:link,.line3high:visited {
    color: #c00;
    text-decoration: none;
  }



.line4bg {
    color: #000;
    background: #eee;
    background-image: url("/images/bg/bg-fff-ccc.5x3000.gif");
  }


.line4 {
    color: #fff;
  }


.line4:link {
    color: #333;
    text-decoration: none;
  }


.line4:visited {
    color: #333;
    text-decoration: none;
  }


.line4:hover {
    color: #c00;
    text-decoration: none;
  }


.line4high,.line4high:link,.line4high:visited {
    color: #000;
    background: #ccc;
    text-decoration: none;
  }

.line5bg       {color: #000; background: #fff; text-decoration: none;}
.line5         {color: #000; background: #fff; text-decoration: none;}
.line5:link    {color: #333; text-decoration: none; }
.line5:visited {color: #666; text-decoration: none; }
.line5:hover   {color: #c00; text-decoration: none; }




p.dotted {
    border-style: dotted;
  }


p.dashed {
    border-style: dashed;
  }


p.solid {
    border-style: solid;
  }


p.double {
    border-style: double;
  }


p.groove {
    border-style: groove;
  }


p.ridge {
    border-style: ridge;
  }


p.inset {
    border-style: inset;
  }


p.outset {
    border-style: outset;
  }


.boxshadow {
    border:1px inset #000;
    background-position: left top;
    BACKGROUND-IMAGE: url("/images/bg/boxshadow.gif");
    BACKGROUND-REPEAT: no-repeat;
  }

/*  border-bottom:1px solid #CCCCCC; */