/* style sheet for main section */


body {
  background-color : white;
  color : black;
  margin : 0 2em 0 5px;
  font:13px arial,helvetica,clean,sans-serif;
  background-image : url(tesanim1.gif);
  background-repeat : repeat;
}
 
table {font-size:inherit;font:100%;}
pre, code {font:115% monospace;*font-size:100%;}
body * {line-height:1.22em;}




h1 {
  color : #d11;
  font-size : 150%;
  font-weight : bold;
  text-align : center;
}

h2 {
  font-size : 120%;
  color : #d11;
  text-decoration : underline;
  font-weight : bold;
  margin-top : 10px;
}



td.h {
  color : red;
  font-size : 110%;
}




td.h1 {
  font-size : 120%;
  background-color : #fee;
  border-width : 2;
  border-style : solid;
  border-color : red; /*#821818;*/
  margin-top : 10px;
  padding : 1em;
}


td.i {
  padding-left : 1em;
}

td.ii {
  padding : 0 5px 0 1em;
  margin : 0 0 0 0;
  color : #888;
  border : 0 none black;
}


td.lm {
  text-align : right;
  color : olive;
}

td.ph {
  color : #d11;
  font-size : 120%;
  background-color : #fee;
  font-weight : bold;
  padding-left : 3em;
}

td.ps {
  text-align : center;
  border-width : 3 0 0 0;
  border-style : dotted;
  border-color : #d11;
  padding : 5 0 2em 0;
}


td.th {
  color : olive;
  font-weight : bold;
  /*background-image : url(blob.gif);
  background-position : center left;
  background-repeat : no-repeat;*/
  padding-left : 50px;
  text-align : center;
  vertical-align : middle;
}
td.thl {
  color : olive;
  font-weight : bold;
  /*background-image : url(blob.gif);
  background-position : center left;
  background-repeat : no-repeat;*/
  padding-left : 50px;
  text-align : left;
  vertical-align : middle;

}

a.nobits {
  border : 0 none white;
  background-image : none;
  padding : 0 0 0 0;
}

a.nobits:hover {
  border : 0 none white;
}


a { text-decoration:none;
    border-width : 2 2 2 2;
    border-style : solid;
    border-color : white;
    background-image : url(wblob.gif);
    background-position : center-left;
    background-repeat : no-repeat;
    padding : 1 6 1 22 ;
  }
  
  
a:link    { color : black ;}
a:hover   { color : blue ;
            /*text-decoration:underline;*/
            /*background-color : #DDF5F4; */
            border-width : 2 2 2 2;
            border-style : dotted;
            border-color : gray;
            }
a:visited { color : blue ;}
a:active  { color : blue ; }


span.x08 {
  color : red;
  font-weight : bold;
  font-size : 80%;
  background-color : black;
}  

