.wyczysc {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	FONT-SIZE: 10pt;
	}
	
.czerwony {
	font-family: Verdana;
	FONT-SIZE: 10pt;
	color : Red;
	font-style : normal;
}

.czerwony_b {
	font-family : Verdana;
	font-size : 10pt;
	font-style : normal;
	color : Red;
	font-weight : bold;
}

.zielony {
	font-family: Verdana;
	FONT-SIZE: 10pt;
	color : Green;
	font-style : normal;
}

.zielony_b {
	font-family : Verdana;
	font-size : 10pt;
	font-style : normal;
	color : Green;
	font-weight : bold;
}

.bialy_tlo_green_b {
	font-family: Verdana;
	FONT-SIZE: 10pt;
	color : White;
	font-style : normal;
	background : Teal;
	font-weight : bolder;
}

.zielony_tlo_gray_b {
	font-family : Verdana;
	font-size : 10pt;
	font-style : normal;
	color : Green;
	font-weight : bold;
	background : Silver;
}