
/*******************/
/* Global Settings */
/*******************/

#left, #right { display : none; } 

#print_header {
		background-image: url(/images/navigation_01.png);
		background-position: top left;
		background-repeat: no-repeat;
		}
		

table #nav_top {display:none;}

		
#print		{
		text-align:left;	
		padding: 20px;
		color: #000000;
		background-color: #ffffff; 
		border: 1px solid #847836;
		}

	
#print p, #print ul, #print li{
		text-align: left;
		font-family: arial, helvetica, sans-serif;
		font-size: 11pt; 
		font-weight: normal; 
		line-height: 20pt;
		color: #000000 ;
		}	
	
#print h1 {
		text-align: left;
		font-family: arial, helvetica, sans-serif;
		font-size: 15pt; 
		font-weight: bold; 
		line-height: 20pt;
		color: #000000 ;
		}	
	
#print h2 {
		text-align: left;
		font-family: arial, helvetica, sans-serif;
		font-size: 12pt; 
		font-weight: bold; 
		line-height: 20pt;
		color: #000000 ;
		}	
	
