
body{
 background: #fff;
 margin: 0;
 
}
#contener{
 width: 760px;
 margin: 0 auto;
}

.t1 {font-size:8pt;font-family:tahoma;font-weight:normal;color:#7D7B5B}
.t2 {font-size:8pt;font-family:tahoma;font-weight:normal;color:white}
.st {font-size:8pt;font-family:tahoma;font-weight:normal;color:gray}
.tx {font-size:8pt;font-family:tahoma;font-weight:normal;color:black}

a.l1 {font-size:8pt;font-family:tahoma;font-weight:normal;color:white;text-decoration:underline}
a.l1:hover {font-size:8pt;font-family:tahoma;font-weight:normal;color:white;text-decoration:none}
a.l1:active {font-size:8pt;font-family:tahoma;font-weight:normal;color:white;text-decoration:underline}

a.m {font-size:8pt;font-family:tahoma;font-weight:normal;color:gray;text-decoration:none}
a.m:hover {font-size:8pt;font-family:tahoma;font-weight:normal;color:#FF6600;text-decoration:underline}
a.m:active {font-size:8pt;font-family:tahoma;font-weight:normal;color:gray;text-decoration:none}

a.l2 {font-size:8pt;font-family:tahoma;font-weight:bold;color:#4174B1;text-decoration:underline}
a.l2:hover {font-size:8pt;font-family:tahoma;font-weight:bold;color:#FF6600;text-decoration:none}
a.l2:active {font-size:8pt;font-family:tahoma;font-weight:bold;color:#4174B1;text-decoration:underline}

A {font-size:8pt;font-family:tahoma;font-weight:normal;color:#4174B1;text-decoration:underline}
A:ACTIVE {font-size:8pt;font-family:tahoma;font-weight:normal;color:#FF6600;text-decoration:underline}
A:HOVER {font-size:8pt;font-family:tahoma;font-weight:normal;color:orange;text-decoration:none}

#formularz{
 width: 90%;
 margin: 10px auto;
}

#formularz fieldset{
 border: 0;
 margin: 20px 0;
}

#formularz legend{
 font-weight: bold;
 margin-bottom: 10px;
}

#formularz label{
 float: left;
 width: 100px;
 text-align: right;
 padding-right: 10px;
}

.tabela{
 border:0;
 border-left: 1px #ccc solid;
 border-top: 1px #ccc solid; 
}

.tabela td{
 border-right: 1px #ccc solid;
 border-bottom: 1px #ccc solid;
font-size:8pt; 
}

thead{
 font-weight: bold;
}


