A:LINK {
	font-family: Arial;
	font-weight: bold;
	color: #9D9D9D;
	font-size: 9pt;
	text-decoration: none;
}

A:VISITED {
        font-family: Arial;
        font-weight: bold;
	color: #9D9D9D;
        font-size: 9pt;
        text-decoration: none;
}

A:HOVER {
        font-family: Arial;
        font-weight: bold;
        color: #3A3A3A;
        font-size: 9pt;
        text-decoration: none;
		
}

A.kupiec:LINK {
	font-family: Arial;
	font-weight: bold;
	color: #CE0000;
	font-size: 9pt;
	text-decoration: none;
}

A.kupiec:VISITED {
	font-family: Arial;
	font-weight: bold;
	color: #CE0000;
	font-size: 9pt;
	text-decoration: none;
}

A.kupiec:HOVER {
	font-family: Arial;
	font-weight: bold;
	color: Red;
	font-size: 9pt;
	text-decoration: none;
}

td {
        font-family: Arial;
        font-size: 9pt;
	color: #9D9D9D;

}

.td1 {
        font-family: Arial;
        font-size: 9pt;
        color: #9D9D9D;
        text-align: left;
}