
/* _print.css is used for printing only */

img{
    border:none;
    }
 
#content    
{   
    font-family: arial, Trebuchet, Verdana, sans-serif;
    overflow:auto;    
    font-size: 12pt;	
	text-align:center;		
	width: 821px;
	min-height: 440px;	
	color: #000000;	
	background-color: #ffffff;	
    padding: 20px 20px 20px 20px;
    float: none;    
}   

* html #content { 
    height: 440px;
    }
	
a {
	text-decoration: underline;
	/*font-weight: bold;*/
	color: #3366ff;
	}

# copyright 
    {
    color: #000000;
    font-size: 8pt;
	font-family: Microsoft Sans Serif,Verdana,arial,sans-serif;       
    bottom:0px;
    }

#header {    
	display: none;
	}
	
#sidebar 
{   
    display: none;
    float: none;
}

#nav_main
{   
    display: none;
    float: none;
}