/* CSS Document */
a.link, a.link:visited, a.link:active {
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
}
a.link:hover {
	color: #9bebff;
	text-decoration: underline;
}
A.copyright, A.copyright:Visited, A.copyright:Active {
	font-size : 10px;
	font-family : Tahoma, Verdana;
	text-decoration : underline;
	color : #676767;
}
A.copyright:Hover {
	font-size : 10px;
	font-family : Tahoma, Verdana;
	text-decoration : none;
	color : #676767;
}
TD.text {
	font-size: 11px;
	font-family : Tahoma, Verdana;
	color: #7f7f7f;
	text-align:justify;
	vertical-align:top;
}
TD.naslov {
	font-family:"Trebuchet MS", Verdana, Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #2baaca;
}
TD.news_naslov {
	font-family:"Trebuchet MS", Verdana, Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #2baaca;
}
TD.news_text {
	font-size : 11px;
	font-family : Tahoma, Verdana;
	color : #7f7f7f;
	text-align: justify;
	vertical-align: text-top;
}
input {
	font-family: Tahoma, Verdana;
	color:#000000; 
	font-size:11px; 
	background-color:#ffffff; 
	border:#7f7f7f 1px solid;
}
select {
	font-family: Tahoma, Verdana;
	color:#000000; 
	font-size:9px; 
	background-color:#ffffff; 
	border:#7f7f7f 1px solid;
}
textarea {
	font-family: Tahoma, Verdana;
	color:#000000; 
	font-size:9px; 
	background-color:#ffffff; 
	border:#7f7f7f 1px solid;
}
