body {
    color: #000; zbackground: #fff;
    font-family : Arial,Helvetica,sans-serif;
    font-size-adjust : none;
    font-stretch : normal;
    font-style : normal;
    font-variant : normal;
    font-weight : normal;
    line-height : 1.4;
    margin-top : 0.5em;
    margin-bottom : 1em;
    margin-left : 1em;
    margin-right : 1em;
   }

td,th {
    line-height : 1.4;
}

h1,h2 {
    font-variant : small-caps;
    font: bold;
    margin-top:0;
    padding-top:0;
    margin-bottom:0;
    padding-bottom:0;
}

h3 {
    font-variant : small-caps;
    margin-top:3;
    padding-top:0;
    margin-bottom:0;
    padding-bottom:0;
}

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;
    background-image: url("/images/bg/bg-ek-gradient.1x5000.gif");
  }
.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");
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
  }


.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 {
    -moz-border-radius: 1em 1em;
    -moz-box-shadow: 4px 4px 10px #999 inset;
    border-radius: 1em 1em;
    border:1px inset #000;
  }

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