/* CSS Document */
a.link, a.link:visited, a.link:active {
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
a.link:hover {
	color: #da251c;
	text-decoration: none;
}
a.link2:link, a.link2:visited, a.link2:active {
	font-size : 11px;
	font-weight: bold;
	text-decoration: underline;
	color: #8c9ba8;
}
a.link2:hover {
	font-size : 11px;
	font-weight: bold;
	color: #979797;
	text-decoration: underline;
}
a.link3:link, a.link3:visited, a.link3:active {
	font-size : 11px;
	text-decoration: none;
	color: #506270;
}
a.link3:hover {
	font-size : 11px;
	color: #E77817;
	text-decoration: none;
}
A.copyright, A.copyright:Visited, A.copyright:Active {
	font-size : 9px;
	font-weight: bold;
	font-family : Tahoma, Verdana;
	text-decoration : underline;
	color : #d7d9d9;
}
A.copyright:Hover {
	font-size : 9px;
	font-weight: bold;
	font-family : Tahoma, Verdana;
	text-decoration : none;
	color : #d7d9d9;
}
TD.text {
	font-size: 11px;
	font-family : Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 5px;
	text-align:justify;
	vertical-align:top;
}
TD.naslov {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	height: 25px;
}
input {
	font-family: Tahoma, Verdana;
	color:#000000; 
	font-size:11px; 
	background-color:#F4F4EA; 
	border:#878c8f 1px solid;
}
select {
	font-family: Tahoma, Verdana;
	color:#000000; 
	font-size:9px; 
	background-color:#F4F4EA; 
	border:#000000 1px solid;
}
textarea {
	font-family: Tahoma, Verdana;
	color:#000000; 
	font-size:9px; 
	background-color:#F4F4EA; 
	border:#000000 1px solid;
}