/* content */

/* formatowanie ogolnie tresci */
.contentText {
	color: #808080;
}

.contentText p,
.contentText ol,
.contentText ul {
	margin: 1em 0;
}

.contentText p.first {
	margin-top: 0;
}

.contentText p {
	line-height: 1.3em;
}

.contentText a {
	text-decoration: none;
}

.contentText a:hover {
	text-decoration: underline;
}

.contentText ol,
.contentText ul {
	margin-left: 20px;
}


.contentText ol li {
	line-height: 1.3em;
}

.contentText ul li {
	line-height: 1.3em;
	list-style: disc;
}


.contentText h2,
.contentText h3,
.contentText h4,
.contentText h5 {
	font-weight: bold;
	font-size: 15px;
	color: #808080;
	margin: 1em 0;
}

.contentText h2 {
	color: #000;
	margin-top: 0;
}

.contentText h3 {
	font-weight: bold;
	font-size: 15px;
}
.contentText h4 {
	font-weight: bold;
	font-size: 11px;
}
.contentText h5 {
	font-weight: bold;
	font-size: 10px;
}

/* /formatowanie ogolnie tresci */




/* /content */
