p {  
   font-family: Arial, Helvetica, sans-serif;
   line-height: 140%
}

p.justify {
   font-size: 11px; 
   line-height: 140%;  
   text-align: justify;
   padding: 10px;
   padding-top: 0px;
   font-weight: normal;
}

p.center {
   font-size: 10px;
   line-height: 140%;  
   text-align: center;
   padding: 10px;
   padding-top: 0px;
   font-weight: normal;
}

form {
  font-family: Arial, Helvetica, sans-serif;
   font-size: 11px; 
   line-height: 140%;  
   text-align: left;
   padding: 10px;
   padding-top: 0px;
   font-weight: normal;
}

tr.stopka{
width: 753px;
height: 51px;
background-image: url('stopka3.jpg');
background-repeat: no-repeat
}

td.margin{
   padding: 10px;
}

.bold{
   font-weight: bold;
}

ul.plus {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px; 
   line-height: 140%;
   list-style-image: url('plus.jpg')
}

ul {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px; 
   line-height: 140%;
}

table.tekst{
font-family: Arial, Helvetica, sans-serif;
   font-size: 11px; 
   line-height: 140%;  
   text-align: left;
   padding: 10px;
   padding-top: 0px;
   font-weight: bold;
}

table.pasek{
background-image: url('tlopasek.jpg');
background-repeat: repeat-y;
}

a.spec{
font-weight: bold;
}

a:link {color: #000000 }     /* unvisited link */
a:visited {color: #000000}  /* visited link */
a:hover {color: #000000}   /* mouse over link */
a:active {color: #000000}   /* selected link */

input.kod62{
   	    border-style: dashed;
        border-top-width: 0px;
        border-left-width: 0px;
        border-right-width: 0px;
        border-bottom-width: 1px;
	    border-color:#000000;
	    width: 62px;
	    font-weight: bold;
	    text-align: center;
}

input.przycisk{
   	    border-style: dashed;
        border-top-width: 0px;
        border-left-width: 0px;
        border-right-width: 1px;
        border-bottom-width: 1px;
	    border-color:#000000;
	    width: 20px;
		height: 20px;
	    font-weight: bold;
	    text-align: center;
		background: #f4f4f4;
}

