span.styl1 {
	/*tekst zwykly*/
	font-family: Verdana; 
	font-size: 11px; 
	color: #5F5F5F;
  	font-weight: normal;
}

span.styl2 {
	/*tekst wiekszy*/
	font-family: Verdana; 
	font-size: 13px; 
	color: #5F5F5F;
  	font-weight: normal;
}

span.styl3 {
	/*tekst najwiekszy*/
	font-family: Verdana; 
	font-size: 15px; 
	color: #5F5F5F;
  	font-weight: normal;
}

span.styl4 {
	/*naglowek granatowy*/
  	font-family: Verdana;
   	font-size: 14px; 
   	font-weight: bold; 
   	color: #5e5f61; 
   	padding-top: 3px; 
   	padding-bottom: 17px; 
   	margin: 0px;
}

span.styl5 {
	/*tekst niebieski*/
  	font-family: Verdana; 
	font-size: 11px; 
	color: #1F497D;
  	font-weight: normal; 
}

span.styl6{
	/*naglowek pomaranczowy*/
	font-family: Verdana; 
	font-size: 11px; 
	color: #E86C0B;
  	font-weight: bold;
  	text-transform: uppercase;	
}

span.styl7{
	/*naglowek niebieski*/
	font-family: Verdana; 
	font-size: 11px; 
	color: #1F497D;
  	font-weight: bold;
  	text-transform: uppercase;	
}

span.styl8{
	/*bold pomaranczowy*/
	font-family: Verdana; 
	font-size: 11px; 
	color: #E86C0B;
  	font-weight: bold;
}

span.styl9{
	/*bold niebieski*/
	font-family: Verdana; 
	font-size: 11px; 
	color: #1F497D;
  	font-weight: bold;
}






