@charset "windows-1250";
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
}

.tekst {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-weight: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.tekst-just {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-weight: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: justify;
}

.tekstRed {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #F00;
}
.tekstBlue {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #2B8AC2;
}

.tekst-gray {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-weight: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #666;
}


a:link {
	color: #2E8CC2;
	text-decoration: none;
}
a:hover {
	color: #EA1F23;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #21658D;
}
a:active {
	text-decoration: none;
}
