<!--
.NORMAL { font-family:tahoma; color:#black; font-size:9pt;}

.BASEClass {
	position: absolute; 
	left: 0px;
        top: 25px; 
	width: 600px; 
	visibility: visible;
        }
.BASEFrame {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 600px;
	visibility: visible;
	 }
.LEFTFrame {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 300px;
	visibility: visible;
	}
.BASEClass {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 300px;
	visibility: visible;
	Font-size: 80%;
	}
.RIGHTFrame {
	position: absolute;
	left: 200px;
	width: 400px;
	top:0px;
	visibility: visible;
  	}
.MIDFrame {
	position: absolute;
	left: 125px;
	top: 40px;
        width: 500px;
	visibility: hidden;
 	}
.TOPFrame {
	position: absolute;
	left:25px;
	top:10px;
        width:600px;
	visibility:visible;
 	}
 .LOWFrame {
 	position: absolute;
	left:25px;
	top:340px; width:600px;
	visibility:visible;
           }
H1,H2,H3,H4,H5,H6 {
  font-weight: bold; margin-top: .5em; margin-bottom:.2em;
  }
H1 { font-size: 150%; }
H2 { font-size: 125%; }
H3 { font-size: 115%; }

P  {
    font-size: font-weight: normal;
    margin-top: 0.4em;
    margin-bottom: 0em;
    }
TD {
     font-weight: normal;
     margin-top: 0em;
     margin-bottom: 0em;
     }
UL {
     margin-top: 0em;
     margin-bottom: 0em;
     }
LI {
     margin-top: 0em;
     margin-bottom: 0em;
     }

A {
    font-weight: bold;
    background: transparent;
    text-decoration: underline;
    }
A:link    { color: black; }
A:visited { color: black; }
A:hover   { color: red;}
//-->

