
.rteTitC {
	/* tytul czerwony */
	color: #C80000;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.rteTitB {
	/* tytul niebieski */
	color: #0D498A;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.rteTitG {
	/* tytul złoty */
	color: #FFAA25;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.rteStrongG {
	/* złote wytluszczenie  */
	color: #FFAA25;
	font-weight: bold;
}
.rteAG {
/* link złoty  */
	color: #FFAA25;
	text-decoration: none;
}

.rteST {
	/* standardowy tekst */
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
}

.rteStrongB {
	/* niebieskie wytluszczenie (nazwa firmy) */
	color: #0D498A;
	font-weight: bold;
}

.rteStrongR {
	/* czerwone wytluszczenie  */
	color: #C80000;
	font-weight: bold;
}

.rteSA {
/* standardowy link  */
text-decoration: underline;
}

.rteAB {
/* link niebieski  */
	color: #0D498A;
	text-decoration: none;
}
.rteAR {
/* link czerwony  */
	color: #C80000;
	text-decoration: none;
}
a.rteAB:hover, a.rteAR:hover, a.rteAG:hover  {
	text-decoration: underline;
}