@CHARSET "UTF-8";

/*-- czcionki główne dokumentu HTML --*/

.txt-orange, .txt-orange	a	{
	font-size: 11px;
	color: #ff6112;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

.txt-yes, .txt-yes	a	{
	font-size: 11px;
	color: #00aa00;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

.txt-no, .txt-no	a	{
	font-size: 11px;
	color: #dd0000;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

.txt-grey, .txt-grey	a	{
	font-size: 11px;
	color: #c0c0c0;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

.txt-grau, .txt-grau	a	{
	font-size: 11px;
	color: #5c5c5c;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	line-height: 15px;
}

.txt-grau	a:hover	{
	font-size: 11px;
	color: #ff6112;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	line-height: 15px;
}

.txt-white, .txt-white	a	{
	font-size: 11px;
	color: #ffffff;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}


/*-- małe czcionki --*/

.txt-black-small, .txt-black-small	a	{
	font-size: 10px;
	color: #000000;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

.txt-orange-small, .txt-orange-small	a	{
	font-size: 10px;
	color: #ff6112;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

.txt-green-small, .txt-green-small	a	{
	font-size: 10px;
	color: #39b54a;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

.txt-white-small, .txt-white-small	a	{
	font-size: 10px;
	color: #ffffff;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

.txt-white-small	a:hover	{
	font-size: 10px;
	color: #c0c0c0;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

 .txt-grey-small, .txt-grey-small	a	{
	font-size: 10px;
	color: #c0c0c0;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

.txt-grey-small, .txt-grey-small	a	{
	font-size: 10px;
	color: #c0c0c0;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}


.txt-grau-small, .txt-grau-small	a	{
	font-size: 10px;
	color: #5c5c5c;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

.txt-grau-smal, .txt-grau-smal	a	{
	font-size: 10px;
	color: #5c5c5c;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

.txt-grau-smal a:hover	{
	font-size: 10px;
	color: #ff6112;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

/*-- duże czcionki --*/
.txt-white-big, .txt-white-big	a	{
	font-size: 15px;
	color: #ffffff;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

.txt-orange-big, .txt-orange-big	a	{
	font-size: 14px;
	color: #5c5c5c;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}