BODY {
   font-size: 10pt; font-family: "arial", sansserif
}

p, li { font-size: 10pt; font-family: "arial", sansserif; text-align: justify }

A:link {color: black}
A:visited {color: gray}
A:hover { color:black; background:white }
A:active { color:white; background:black }

TITLE{ 
   font-size: 13pt; 
   font-color: #880000; 
   font-family: "arial", sansserif;
   text-align:center; 
} 

.white { font-color: white }
.orange { font-color: orange }
.sizesmall {font-size: 10pt}

H3.menu{
   font-size: 11pt; 
   font-color: #8B0000; 
   font-family: "arial", sansserif; 
   font-variant: small-caps
}

H4.topic{
   font-size: 10pt; 
   font-family: "arial";
   font-variant: "small-caps";
   font-color: "orange";
   border-width:thin;
   border-style:ridge;
   border-color: "blue";
   padding:2px;
   text-align:right;
}

TABLE { border: 0px; border-width: thin }

TABLE.HEAD { 
   border-width: "thin"; 
   border-style: "solid";
   border-color: "orange";
   font-weight: "bold";
   font-family: "arial", sansserif;
   border-spacing: "0";
}
   
TD { 	font-size: 13pt; font-weight: "bold" font-family: "arial", sansserif }

TD.menu {
   text-align: left;
   font-size: 8pt; 
   font-color: #8B0000; 
   font-family: "arial", sansserif; 
   font-weight: bold;
}

.streamBody {
   background-color: #f5f5dc;
   text-align: left;
   font-size: 10pt;  
   font-family: "arial", sansserif; 
   padding:5px;
}

.streamHead {
   background-color: #ffa500;
   text-align: left;
   font-size: 10pt; 
   font-family: "arial", sansserif; 
   font-weight: bold;
   padding:5px
}

   

UL { list-style-type: circle }



#menublock { 
   position:absolute; top: 120;
   width:115; height: 800; 
   text-align: right 
}

#mainblock { position:absolute; left:190; top: 80; width:520 }

#logo { position:absolute; left:120; top: 500 }

