/* style kaskadowe */

* {
	font-family: Verdana, Helvetica,  Geneva, Arial , sans-serif, Arial Black;
	font-size: 12px;
    margin: 0;
	color: black;
}
/*------------------------------------------------------*/
#tabelka{
	font: 100% sans-serif;
	text-align: left;
	
	background-color: #FFFFFF;
}

#tabelka caption.1 {
  text-align: left;
  font-weight: bold;
  font-size: 250%;
  border-bottom: .2em solid gray;
  margin-bottom: .5em;
 }
#tabelka caption {
  text-align: left;
  font-weight: bold;
  font-size: 160%;
  border-bottom: .2em solid silver;
  margin-bottom: .3em;
 }

#tabelka td.label {
	font-weight: bolder;
	text-align: right;
	vertical-align: top;
	width: 200px;
}
/*------------------------------------------------------*/

/*----------------------------------------*/
#tabela {
  font: 100% sans-serif;
  background-color: #FFFFFF;
  border-collapse: collapse;
  empty-cells: show;
  border: 0px solid silver;
  }

#tabela  caption {
  text-align: left;
  font-weight: bold;
  font-size: 160%;
  border-bottom: .2em solid silver;
  margin-bottom: .5em;
  }
  
#tabela  td {
  text-align: left;
  font-size: 8px;
  border-bottom: .1em dotted silver;
  margin-bottom: .5em;
