@CHARSET "UTF-8";

@media print {
    
.cleaner
{
    clear: both;
}
    
.hidden
{
    display: none;
}
    
.rightAlign
{
    text-align: right;
}
    
.noPrint
{
    display: none;
}
  
        
/*** PAGE *********************************************************************/           
        
#page
{
    text-align: left;    
        
    font-family: Verdana, sans-serif;
    font-size: .75em;    
          
}
 
        
/*#headerLogo
{
    background-image: url('./img/header_logo.gif');
    background-repeat: no-repeat;
    
    height: 170px;
    width: 330px;

}*/

#headerLogo h2, #headerLogo h2 a
{
    display: none;

}

#headerRight
{
    display: none;
}
        
    /*** CONTENT **************************************************************/
    
    #content
    {   

    }
    
        /*** CONTENT LEFT *****************************************************/
        
        #contentLeft
        {
            display: none;
        }
        
           
        
        /*** CONTENT RIGHT ****************************************************/
        
        #contentRight
        {

        }
        
            #contentRight img           
            {
                display: none;
            }
                   
            
                
                    #contentMainTitle h1
                    {
                        
                        font-size: 1.6em;
                   
                      
                    }
                
                #contentMainPerex
                {

                    font-size: .9em;                
                    
                }
        
            
            #contentMainText, #contentNewsText
            {
                font-size: .9em;

            } 
            
            #contentNewsTop
            {


            }     
            
            #contentPressTop
            {

            }
            
            a.back
            {
                display: none;
                
            }   
                        
            
            #contentNewsList
            {
                font-size: .9em;
            }            
                


                #contentNewsPaging
                {
                    display: none;
                }
                   
                                        
        
    /*** FOOTER ***************************************************************/
    
    #footer
    {
    
    }
    
        /*** FOOTER TOP *******************************************************/
        
        #footerLogo        
        {
        
            background-image: url('./img/mpo_logo.gif');
            background-repeat: no-repeat;
            background-position: bottom;

        }
        
        
        #footerBottomPrint
        {
            font-size: .75em;            
        }
        
        #footerBottomNoPrint
        {
            display: none;
        }
        

/*** EOF **********************************************************************/    
}