       /*   --------  BODY ----------------------------------- */
           body { background-color: #eeeeee; }
        
       
     /*   --------  DIVISIONS -------------------------------- */
          div#containerO {
            position: relative;
            width: 1200px;
            margin-left: auto;
            margin-right: auto;
            top: 1em; 
            background-color: #ffffff;
            height: auto;
         }
         div#containerI {
           position: relative;
           background-color: #ffffff;
           width: 1200px;
	   border: 2px solid #cccccc;
           top: 0em;
           height: auto;
        }
        div#title {
           position: relative;
           height: 170px;
           width: 800px;
           top: 2em;
           left: 50%;
           margin-left: -400px;
           padding-top: 0%;
           background-color: #ffffff;
        }
         div#titleR{
           position: absolute;
           height: 170px;
           width: 600px;
           top: 0px;
           right: 0px;
           padding-top: 0%;
           background-color: transparent;
           font-family: sans-serif;
           font-variant: small-caps;
           font-size: 160%;
           font-weight: bolder;
           text-align: left;
        }
         div#footer {
           position: relative;
           border-top:    10px solid transparent;
           border-bottom: 10px solid transparent;
           height: 10em;
           width: 230px;
           top: 5px;
           background-color: transparent;
           text-align: center;
           color:  #777777;
           color:  #aaaaaa;
        } 
 .myLoader{ 
	position:absolute; padding: 5px 5px 5px 5px;
	margin:80px 0 0 15px; width:auto; 
	z-index:1000; font-size:12px; font-weight:bold;
	border:1px solid #666; background:#fff; 
	vertical-align:middle;
 }
         table {
           margin-left:auto;
           margin-right:auto;
           border: 1px solid rgb(200, 200, 200);
           background: white;
           width: 90%;
        }



        p#top { top:10px; position: absolute}
        p#bottom { top:70px; position: absolute}

        H1 {
        font-size: 26px;
        font-weight: bold;
        margin-top: 0px;
        margin-bottom: 3px;
      }
      /*   --------  IMAGES  ----------------------------------- */
        img#logo {
           position: relative;
           height:150px;
           left: 10px;
           top: 10px;
           z-index: 0;
        } 
   </style>
