table { border: 0px solid white;
              height: 700px;
              BACKGROUND-IMAGE: URL("images/MAIN_PIC4.JPG");
              width: 100%;
background-repeat: no-repeat;
border-collapse: collapse;
}


td.bottom { border: 0px solid white;
            height: 100px;
            COLOR: WHITE;
            PADDING-LEFT: 10PX;
            
            text-align: right;
          }


td.top    { border: 0px solid white;
            height: 10%;
            text-align: right;
            font-family: arial narrow;
            font-size: 40px;
            padding-right: 5%;
            color: white;
            
          }

td.left   { width: 20%;
            border: 0px solid green;
            height: 10%;
            text-align: right;
            font-family: Batik Regular;
            color: #B8D013;
            Filter: Alpha(Opacity=80); 
          padding-left: 20px;
          }

td.right   { 
             width: 30%
             height: 80%;
             border: 0px solid white;
             text-align: right;
           }

td { border: 0px solid white;
}

iframe {
          width: 50%;
          height: 500px;
          border: 0px solid orange;
          text-align: right;

      } 

img {border: none; }

body { background-color: #dcf9f5; }
body.dummy { background-color: #CCFFFF; }
body.index { background-color: #CCFFFF; }

A {font-family:arial narrow; font-size: 30px; text-decoration:none}
A:link {color:white; text-decoration: none; }
A:visited {color: white; text-decoration: none; }
A:hover {text-decoration: none; color: #B8D013;}
A:active {color: #B8D013; text-decoration: none; }


