<!--
	body 	
	{
		background-color: #FAF9F9; margin-top: 0; margin-bottom: 0; margin-left:0; margin-right:0; 
	}
	
	table
	{
		font-size:8pt; text-align:center; background-color:gray; font-family: Tahoma, Verdana, Arial, Arial CE, Geneva, Swiss, SunSans-Regular;
	}
	
	table.czysta, p, select
	{
		font-size:8pt; text-align:center; background-color:transparent; font-family: Tahoma, Verdana, Arial, Arial CE, Geneva, Swiss, SunSans-Regular;
	}
	
	table.jasna
	{
		font-size:8pt; text-align:center; background-color:#F5F5F5; font-family: Tahoma, Verdana, Arial, Arial CE, Geneva, Swiss, SunSans-Regular;
	}
	
	tr.najazd 
	{
		background-color: #C0C0C0;	
	}

	tr.naglowek, td.naglowek
	{
		background-color: #DCDCDC;
	}
	
	tr.naglowek2, td.naglowek2
	{
		background-color: white;
	}
	
	tr.naglowek3, td.naglowek3
	{
		background-color: #F5F5F5;
	}
	tr.naglowek4, td.naglowek4
	{
		background-color: #E8EEFF;
	}
	tr.naglowek5, td.naglowek5
	{
		background-color: #F4F7FF;
	}
	
	td.mala
	{
		color: #D4D0C8;
		background-color: transparent;	
		width:1px;
	}
	tr.pozycja
	{
		background-color: #F6F6F6;	
	}
	
	tr.biala
	{
		background-color: white;	
	}
	
	tr.szara
	{
		background-color: #D4D0C8;	
	}
	
	a:link 	
	{ 
		text-decoration: none; color: black 
	}
	a:visited 
	{ 
		text-decoration: none; color: black
	}
	a:hover	
	{ 
		text-decoration: none; color: gray; 
	}
	
	a.aktualna:link 	
	{ 
		text-decoration: none; color: gray 
	}
	a.aktualna:visited 
	{ 
		text-decoration: none; color: gray
	}
	a.aktualna:hover	
	{ 
		text-decoration: none; color: black; 
	}
	
	hr
	{
		width:300px; height:1px;	
	}
	
	img.lewa 
	{ 
		margin-left : 2px; margin-bottom : 1px; margin-right : 10px; margin-top : 8px; float : left; 
	}
	
	input, input.przycisk
	{ 
		font-size: 8pt; font-family: verdana, Arial, Geneva, Swiss, SunSans-Regular; line-height: 11pt; color: black; 
	}

			/* style */
			.shadetabs{
			padding: 3px 0;
			margin-left: 0;
			margin-top: 0px;
			margin-bottom: 0;
			font: bold 11px Verdana;
			list-style-type: none;
			text-align: left; /*set to left, center, or right to align the menu as desired*/
			}
			
			.shadetabs li{
			display: inline;
			margin: 0;
			}
			
			.shadetabs li a{
			text-decoration: none;
			margin-right: 0px;
			color: #2d2b2b;
			background: transparent;
			}
			
			.shadetabs li a:visited{
			color: #2d2b2b;
			}
			
			.shadetabs li a:hover{
			text-decoration: underline;
			color: #2d2b2b;
			}
			
			.shadetabs li.selected{
			position: relative;
			top: 1px;
			}
			
			.shadetabs li.selected a{ /*selected main tab style */
			
			}
			
			.shadetabs li.selected a:hover{ /*selected main tab style */
			text-decoration: none;
			}
			
			.contentstyle{

			width: 600px;
			margin-bottom: 5px; margin-top: -10px; margin-left: -1px; 
			}
			
	
-->