/* BODY */

body  {
    background-color : white;
    border-spacing : 0;
    margin-bottom : 0;
    margin-left : 15;
    margin-right : 0;
    margin-top : 0;
    font-size:10px; 
    font-family: helvetica, arial, sans-serif;
   }

body a:link {
    background-color : transparent;
    color : black;
    text-decoration : none;
   }
body a.current:link {
    background-color : transparent;
    color : grey;
    text-decoration : none;
   }
body a:visited {
    background-color : transparent;
    color : grey;
    text-decoration : none;
   }
body a.current:visited {
    background-color : transparent;
    color : grey;
    text-decoration : none;
   }
body a:hover {
    background-color : transparent;
    color : red;
    text-decoration : none;
   }
body a:active {
    background-color : transparent;
    color : red;
    text-decoration : none;
   }

.head1, h1  {
    background-color : transparent;
    margin-bottom : 0;
    margin-top : 0;
    margin-left : 0;
    margin-right : 0;
    text-align : center;
    font-size : 40px;
    font-weight : 700;
    font-family: helvetica, arial, sans-serif;
    }
.redhead1  {
    background-color : transparent;
    margin-bottom : 0;
    margin-top : 0;
    margin-left : 0;
    margin-right : 0;
    text-align : center;
    font-size : 40px;
    font-weight : 700;
    color : red;
    font-family: helvetica, arial, sans-serif;
    }
table.head2, p.head2{
    background-color : transparent;
    margin-bottom : 0;
    margin-top : 0;
    margin-left : 0;
    margin-right : 5;
    text-align : right;
    font-size : 25px;
    font-weight : 700;
    font-family: helvetica, arial, sans-serif;
    }
.head3, p.head3{
    background-color : transparent;
    margin-bottom : 5;
    margin-top : 0;
    margin-left : 0;
    margin-right : 0;
    text-align : left;
    font-size : 15px;
    font-weight : 700;
    font-family: helvetica, arial, sans-serif;
    }
    
.centerhead3  {
    background-color : transparent;
    margin-bottom : 5;
    margin-top : 0;
    margin-left : 0;
    margin-right : 0;
    text-align : center;
    font-size : 15px;
    font-weight : 700;
    font-family: helvetica, arial, sans-serif;
    }

.centerhead  {
    background-color : transparent;
    margin-bottom : 0;
    margin-top : 10;
    margin-left : 0;
    margin-right : 0;
    text-align : center;
    font-size : 25px;
    font-weight : 700;
    font-family: helvetica, arial, sans-serif;
    width : 100%;
    }

.centerhead2  {
    background-color : transparent;
    margin-bottom : 0;
    margin-top : 10;
    margin-left : 0;
    margin-right : 0;
    text-align : center;
    font-size : 35px;
    font-weight : 700;
    font-family: helvetica, arial, sans-serif;
    width : 100%;
    }
.lefthead  {
    background-color : transparent;
    margin-bottom : 0;
    margin-top : 10;
    margin-left : 0;
    margin-right : 0;
    text-align : left;
    font-size : 25px;
    font-weight : 700;
    font-family: helvetica, arial, sans-serif;
    width : 100%;
    }


p.normal , tr.normal  {
    background-color : transparent;
    margin-bottom : 5;
    margin-top : 5;
    margin-left : 5;
    margin-right : 5;
    text-align : left;
    font-size : 12px;
    font-family: helvetica, arial, sans-serif;
    }
    
p.red , tr.red  {
    background-color : transparent;
    margin-bottom : 0;
    margin-top : 0;
    margin-left : 0;
    margin-right : 0;
    text-align : left;
    color : red;
    font-size : 12px;
    font-family: helvetica, arial, sans-serif;
    }
    
p.rightnormal , tr.rightnormal  {
    background-color : transparent;
    margin-bottom : 5;
    margin-top : 5;
    margin-left : 5;
    margin-right : 5;
    text-align : right;
    font-size : 12px;
    font-family: helvetica, arial, sans-serif;
    }


.centernormal  {
    background-color : transparent;
    margin-bottom : 5;
    margin-top : 5;
    margin-left : 5;
    margin-right : 5;
    text-align : center;
    font-size : 12px;
    font-family: helvetica, arial, sans-serif;
    }
.centersmall   {
    background-color : transparent;
    margin-bottom : 0;
    margin-top : 0;
    margin-left : 0;
    margin-right : 0;
    text-align : center;
    font-size : 9px;
    font-family: helvetica, arial, sans-serif;
    }

.leftsmall  {
    background-color : transparent;
    margin-bottom : 0;
    margin-top : 0;
    margin-left : 0;
    margin-right : 0;
    text-align : left;
    font-size : 9px;
    font-family: helvetica, arial, sans-serif;
    }

tr.black_back {
    background-color : black;
    text-align : center;
    font-size : 15px;
    font-weight : 700;
    color: white; 
}

tr.black_back a:link {
    background-color : transparent;
    color : white;
    text-decoration : none;
   }
tr.black_back a.current:link {
    background-color : transparent;
    color : #dae6f3;
    text-decoration : none;
   }
tr.black_back a:visited {
    background-color : transparent;
    color : #9999f3;
    text-decoration : none;
   }
tr.black_back a.current:visited {
    background-color : transparent;
    color : #9999f3;
    text-decoration : none;
   }

tr.black_back a:hover {
    background-color : transparent;
    color : #00ff00;
    text-decoration : none;
   }
tr.black_back a:active {
    background-color : transparent;
    color : #00ff00;
    text-decoration : none;
   }

td.bottomfade {
background-image: url(pix/fade.gif);
background-repeat: repeat-x;
background-position: bottom;
}
td.leftalignbg {
background-image: url(pix/r_3d.png);
background-repeat: repeat-y;
background-position: left;
}
td.rightalignbg {
background-image: url(pix/dot_3d.png);
background-repeat: repeat-y;
background-position: right;
}

td.topalignbg {
background-image: url(pix/b_3d.png);
background-repeat: repeat-x;
background-position: top;
}

td.bottomalignbg {
background-image: url(pix/dot_3d.png);
background-repeat: repeat-x;
background-position: bottom;
}

