.tablica {
	border: thin none #A9CEE2;
}
.tablica2 {
	border: thin dotted #003366;
	text-align: center;
	vertical-align: middle;
}
.tablica3 {
	border-top: thin dashed #CCCCCC;
	border-right: thin none #CCCCCC;
	border-bottom: thin none #CCCCCC;
	border-left: thin none #CCCCCC;
}
.tablica4 {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
}
.tablica5 {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #E4F0FA;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
}

.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999999;
}
.tekst {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.naslov {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #003063;
	line-height: normal;
	font-style: normal;
}
a:link {
	color: #529AC6;
	text-decoration: none;
}
a:hover {
	color: #003063;
	text-decoration: underline;
}
a:visited {
	color: #996666;
	text-decoration: none;
}