@charset "iso-8859-1";

div#content {
          height: 100%;
          width: 93%;
          background: #FFFFFF;
          border-color: #000000;
          border-width: 0px 1px 0px 0px;
          border-style: dashed;
		  padding: 20px;
         }
		 
div#rside {
          height: 100%;
          width: 100%;
          border-color: #FFFFFF;
          border-width: 0px 0px 1px 0px;
          padding: 5px;
         }
		 
div#bottom {
          height: 100%;
          width: 100%;
          border-color: #FFFFFF;
          border-width: 0px 0px 1px 0px;
          padding: 5px;
		  background-color: #CCCCCC;
         }		 
		 
body  {
      margin-top: 0px;
	  margin-left: 0px;
	  margin-right: 0px;
	  margin-bottom: 0px;
	  background-image:url("zoom/page_background.gif"); 
	  background:url("zoom/page_background.gif"); 
	 } 

p {
   font-family: Trebuchet MS, Verdana, Helvetica, Arial;
   font-size: 14px;
   font-color: black;
   line-height: 18px; 
   }
   
p#bottom {
   font-family: Trebuchet MS, Verdana, Helvetica, Arial;
   font-size: 11px;
   color: #FFFFFF;
   line-height: 14px; 
   }   
   
h1 {
   font-family: Verdana, Helvetica, Arial;
   font-size: 18px;
   color: #990000;
   }
   
a:link  {
         color: #990000;
		 text-decoration: none;
		 }
		 
a:visited  {
            color: #990000;
			text-decoration: none;
			}		 
		 
a:hover  {
          color: #990000;
		  text-decoration: uncderline;
		  background: #CCCCCC;
		  }		 
      