﻿
            body 
            {
        	    background: gray;
        	    padding-top:0px;
        	    padding-left: 15px;    	
            }
            a:link, a:visited
            {
            	color: Blue;
            } 
            p
            {
            	
            }               
            .pnlMain 
            {
            	min-width: 960px;
            	max-width: 960px;
            	width: 960px;
            	background-repeat:repeat-x;        	
            	height: 795px;
            }
            
            .imgTopLft
            {
            	position: absolute;
            	top: 0; 
            	left: 0;      	  
            }
            .imgTopRgt
            {
            	position: absolute;
            	top: 0;
            	right: 0;      	  
            }
            .imgBtmLft
            {
            	position:absolute;
            	bottom: 0; 
            	left: 0;           	     	  
            }	
            .imgBtmRgt
            {
            	position: absolute;
            	bottom: 0;
            	right: 0;            	     	  
            }	
            .imgLogo 
            {
            	position: absolute;
            	top: 14px;
            	left: 48px;  
            	z-index: 100;    	  
            }
            .btnEng
            {
            	position: absolute;
            	top: 50px;
            	right: 40px; 
            	z-index: 100;
            	border-style:none;    	  
            }
            .btnSpn
            {
            	position: absolute;
            	top: 50px;
            	right: 158px;
            	z-index: 100;
            	border-style:none;    	  
            }
            .divMain 
            {
            	position: absolute;
            	top: 120;
            	padding-top: 100px;
            	padding-bottom: 100px;
            	padding-right: 50px;
            	padding-left: 50px;
            	width: 832px;
            }
            .divInfo
            {
            	text-align: left;
            	font-family: Arial;
            	font-size: 10pt;
            	padding-left: 10px;
            	padding-right: 10px; 
            	background-attachment:inherit;           
            }
            .divHeader
            {
            	font-family: "Eras Medium ITC", Sans-Serif;
            	font-size: 14pt;
            	color: Navy;
            	font-weight:bold;
            }  
            .divFooter
            {
            	position: absolute;
            	bottom: 10px;
            	font-family: "Eras Medium ITC", Sans-Serif;
            	font-size: 12pt;
            	color: Navy;
            	text-align: center;
            	width: 90%;            	           	
            }  
            .divBrand
            {
            	font-family: "Eras Medium ITC", Sans-Serif;
            	font-size: 14pt;
            	color: Navy;
            }  
            .divTagline
            {
            	font-family: Arial;
            	font-size: 8pt;
            	color: Navy;
            	font-style:italic;
            }
             .floatRight { 
                float: right; 
                margin-left: 4px;
                margin-right: 40px;
                width: 155px; 
            }  
            .Title 
            {
    	        font-family: Arial;
    	        font-size: 24pt;
    	        color: Silver;
    	        font-weight:700;
    	        font-style: italic;
    	        padding-right: 12px;    	        
    	        padding-left: 12px;
    	        padding-top: 12px;
    	        padding-bottom: 0;
    	        letter-spacing: -1px;
            }  
      