A:link {
	COLOR: #ff0000; 
}
A:visited {
	COLOR: #ff0000; 
}
A:hover {
	COLOR: #ff0000; 
}

.white {
	FONT-WEIGHT: normal; FONT-SIZE: 9px; COLOR: #ffffff; FONT-STYLE: normal; 
        FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
.black {
	FONT-WEIGHT: normal; FONT-SIZE: 9px; COLOR: #000000; FONT-STYLE: normal; 
        FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
.orange {
	FONT-WEIGHT: bold; FONT-SIZE: 9px; COLOR: #ff9900; FONT-STYLE: normal; 
        FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}

#left {
            font-size: 16px;
            font-weight: normal; 
            font-family: verdana, sans-serif;
            position: absolute;   
            top: 0px;
            left: 0px;
            width: 15%;
            height: 100%;
            color: black;              
            background: #003366;            
            PADDING: 0px;  
}


#main {
            position: absolute;    
            top:  0px; 
            left: 15%;
            width: 76%; 
            height: 100%; 
            background: #A6B8CA;                
            PADDING: 0px;  
}

#right  {
            position: absolute;   
            top: 0 px;
            left: 85%;
            width: 15%;
            height: 100%;
            background: #003366;             
            PADDING: 0px;  
}


div.page_title  { 
            background: #A6B8CA;                
            font-size: 25px;
            font-weight: bold ; 
            font-family: verdana, sans-serif;
            color: black;              

}
div.text_small  { 
            background: #A6B8CA;                
            font-size: 15px;
            font-weight: bold ; 
            font-family: verdana, sans-serif;
            color: black;              

}

div.text_top_left  { 
            background: #003366 ;                
            font-size: 15px;
            font-weight: bold ; 
            font-family: verdana, sans-serif;
            color: yellow;              

}

div.maintext { 
            background: #A6B8CA;                
            font-size: 10pt;
            font-weight: normal ; 
            font-family: verdana, sans-serif;
            color: black;              

}
 
div.bottom  { 
            background: #ffffff;             
            border: thick solid;
            border-color: #A6B8CA; 

}

div.logo   { 
            background: #ffffff;              
            PADDING: 0px;  
            border: thick solid;
            border-color: #A6B8CA; 
}

.centered { TEXT-ALIGN: center; } 


