/* CSS Document */
a.link:link, a.link:visited, a.link:active {
	font-family : Tahoma, Verdana;
	color: #666666;
	font-size: 11px;
	text-decoration: none;
}
a.link:hover {
	font-family : Tahoma, Verdana;
	color: #F48A00;
	text-decoration: none;
}
a.link2:link, a.link2:visited, a.link2:active {
	font-family : Tahoma, Verdana;
	color: #666666;
	font-size: 11px;
	text-decoration: none;
}
a.link2:hover {
	font-family : Tahoma, Verdana;
	color: #007cc3;
	text-decoration: none;
}
a.link3:link, a.link3:visited, a.link3:active {
	color: #666666;
	font-size: 11px;
	text-decoration: none;
}
a.link3:hover {
	color: #007cc3;
	text-decoration: none;
}
a.link4:link, a.link4:visited, a.link4:active {
	font-family : Tahoma, Verdana;
	color: #F48A00;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}
a.link4:hover {
	font-family : Tahoma, Verdana;
	color: #F48A00;
	text-decoration: none;
}
A.copyright:Link, A.copyright:Visited, A.copyright:Active {
	font-size : 10px;
	font-family : Tahoma, Verdana;
	text-decoration : underline;
	color : #999999;
}
A.copyright:Hover {
	font-size : 10px;
	font-family : Tahoma, Verdana;
	text-decoration : none;
	color : #999999;
}
TD.text {
	font-size: 11px;
	font-family : Tahoma, Verdana;
	color: #666666;
	text-align:justify;
	vertical-align:top;
}
TD.text_small {
	font-size: 10px;
	font-family : Tahoma, Verdana;
	color: #666666;
	text-align:justify;
	vertical-align:top;
}
TD.naslov {
	font-family:"Trebuchet MS", Verdana, Tahoma;
	font-size: 16px;
	font-weight: bold;
	color: #007cc3;
}
TD.naslov_right {
	font-family:"Trebuchet MS", Verdana, Tahoma;
	font-size: 13px;
	font-weight: bold;
	color: #666666;
}
TD.naslov_left {
	font-family:"Trebuchet MS", Verdana, Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #F48A00;
}
input {
	font-family: Tahoma, Verdana;
	color:#007cc3; 
	font-size:11px; 
	background-color:#FFFFFF; 
	border:#007cc3 1px solid;
}
select {
	font-family: Tahoma, Verdana;
	color:#007cc3; 
	font-size:9px; 
	background-color:#FFFFFF; 
	border:#007cc3 1px solid;
}
textarea {
	font-family: Tahoma, Verdana;
	color:#007cc3; 
	font-size:9px; 
	background-color:#FFFFFF; 
	border:#007cc3 1px solid;
}

a.button:link, a.button:visited, a.button:active {
	float: left;
	display: block;
	background-image:url(button_off.gif);
	background-repeat:no-repeat;
	font-family: Tahoma, Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	text-align:center;
	width:95px;
	height:35px;
	padding: 7px 0px 0px 0px;
}
a.button:hover {
	float: left;
	display: block;
	background-image:url(button_on.gif);
	background-repeat:no-repeat;
	font-family: Tahoma, Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #007cc3;
	text-decoration: none;
	text-align:center;
	width:95px;
	height:35px;
	padding: 7px 0px 0px 0px;
}
a.button_select:link, a.button_select:visited, a.button_select:active, a.button_select:hover {
	float: left;
	display: block;
	background-image:url(button_on.gif);
	background-repeat:no-repeat;
	font-family: Tahoma, Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #007cc3;
	text-decoration: none;
	text-align:center;
	width:95px;
	height:35px;
	padding: 7px 0px 0px 0px;
}
img.img_border, a img.img_border {
	border: 2px solid #afaea0;
}
a:hover img.img_border{
	border-color: #F48A00;
}
