h1   
 { 
  font: 10pt/12pt arial;
  color: #555753; 
  margin: 0px; 
 }

h2 
 { 
  font: normal 12pt georgia; 
  letter-spacing: 1px; 
  margin-bottom: 0px; 
  color: #555753; 
 }

h3
 { 
  font: italic normal 14pt georgia; 
  letter-spacing: 1px; 
  margin-bottom: 0px; 
  color: #7D775C;
 }

h4
 { 
  font: italic normal 12pt georgia; 
  letter-spacing: 1px; 
  margin-bottom: 0px; 
  color: #7D775C;
 }

h5 {
    font: italic normal 10pt georgia;
    letter-spacing: 1px;
    margin-bottom: 0px;
    color: #7D775C;
   }


body
 { 
  padding: 130px 25px 5px 220px;
  font: 12pt/16pt georgia; 
  color: #555753;  

  background: white;
  background-position: top left;
/* background-attachment: fixed; */
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-image: url(banner.gif);
 }


div
 {
   text-align: justify;
 }

div.float 
 {
  float: left;
 }

  

div.float p 
 {
  text-align: justify;
 }


div.middle
{
  display: block;
  margin-left: auto;
   margin-right: auto;

}




pre
 {
  font-size: 14px;
  font-family: Courier;
  color: #118302;  
  margin-top: 0px; 
}

div.SQL 
 {
  border: 1px dashed #333;
  background-color: #ffe;
  font-size: 14px;
  font-family: Courier;
  color: #118302;  
  margin-top: 0px; 
 }

div.spacer 
 {
  clear: both;
 }



a:link 
 { 
  font-weight: bold; 
  text-decoration: none; 
  color: #B7A5DF;
 }

a:visited 
 { 
  font-weight: bold; 
  text-decoration: none; 
  color: #D4CDDC;
 }


a:hover, a:active
 { 
  text-decoration: underline; 
  color: #9685BA;
 }


img.FR
 {
  float: right; 
  margin-left: 5px;
  margin-top: 5px;
 }

img.FL
 {
  float: left; 
  margin-right: 5px;
  margin-top: 5px;
 }

img.References
 {
  border: 0px;
 }


.footer
 {
  font: italic normal 8pt courier new; 
  letter-spacing: 1px; 
  margin-bottom: 0px; 
  color: #7D775C;
 }

.lastModified
 {
  font: italic normal 6pt courier new;
  letter-spacing: 1px;
  margin-bottom: 0px;
  color: #7D775C;
  text-align: right;
 }

    
.select
 {
  font: normal 10pt georgia; 
  position: absolute;
/* position: fixed; */
  left: 0px;
  top: 0px;
  padding: 150px 0px 0px 35px;
 }
