/* CSS Document */

A:link {
	color:#143C64; 
} 
A:visited {
	color:#143C64;
	} 
A:hover {
	color:#143C64;
}
A:active {
 	color:#143C64;
}
.subtext {
	text-indent: 10pt;
	padding-left: 8px;
}
.subIndent {
	padding-left: 10px;
	display:block;
}
.subBox {
	padding-left:10px;
	background-image: url("dvopicje.gif");
	background-position:top left;
	background-repeat: no-repeat;
}
.subBoxB {
	padding-left:10px;
	background-image: url("dvopicjeB.gif");
	background-position:top left;
	background-repeat: no-repeat;
}
.menuLink {
	font-weight: bold;
	color: #333A65;
	text-decoration:none;
}

