@media screen {


body {background-color: #DDDDDD;
}

TABLE.T1 { background-color: #333333;}
		 
TD.NAVI { font-size: 10pt;
	  color: red;}

TD.NAVI { font-size: 10pt;
	  color: red;}

TD.NAV2 { color: red;}

TD.WIZYTOWKA {  font-size: 10pt;
		font-family: arial,tahoma,helvetica,sans-serif; 
	        color: silver;}	

TD.STOPA {  	height: 35;
		font-size: 7pt;
		font-family: arial,tahoma,helvetica,sans-serif; 
	        color: silver;
		text-align: right;}		

TD.NAGRODY {	font-size: 12pt;
		font-family: arial,tahoma,helvetica,sans-serif; 
	        color: silver;						 	
		}
A.NAG_NOWE_OKNO {font-size: 8pt;
		font-family: arial,tahoma,helvetica,sans-serif; 
	        color: silver;

		}

TD.POZARAMKA {
                background-color: #DDDDDD;
                
}

A { font-family: arial,tahoma,helvetica,sans-serif;
    color: silver;
    text-decoration: none;}

HR.MENUHR { 

	    width: 99%;}

P.OFIRMIE { color: silver;
	    font-size: 10pt;
	    text-align: justify;
	    text-indent: 1cm;
	    padding: 0cm 2cm;}


P.OFIRMIE2 { color: silver;
	    font-size: 10pt;
	    text-align: right;
	    text-indent: 1cm;
	    padding: 0cm 2cm;}

P.HOFIRMIE { font-size: 15pt;
	    color: silver;
	    text-align: justify;
	    text-indent: 1cm;
	    padding: 0cm 2cm;}

UL.NAGRODY { list-style-type: square;
		color: red; }
LI.NAGRODY { color: red;}

DIV.OFIRMIE {
	overflow: auto; 
	width: 850; 
	height: 420;
}
}
@media print {
  body {
    background-color: #FFF;
    background-image: none;
    color: #000; 
    overflow: visible;
  }
  #banner {
    display: none;
  }
  #menu {
    display: none;
  }
  #tresc {
    width: 100%;
  }
 #DIV.OFIRMIE {
    overflow: visible; 
    width: 850; 
    height: 420; 
 }
}