/* CSS Document */
TD.dugme {
	width:100px;
	height:32px;
	font-family:"Trebuchet MS", Verdana, Tahoma;
	color:#bc0005;
	font-weight:bold;
	font-size:14px;
	text-align:center;
}
a.link, a.link:visited, a.link:active {
	color: #77b6e4;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
}
a.link:hover {
	color: #005bab;
	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 : #666666;
}
A.copyright:Hover {
	font-size : 9px;
	font-weight: bold;
	font-family : Tahoma, Verdana;
	text-decoration : none;
	color : #666666;
}
TD.text {
	font-size: 11px;
	font-family : Tahoma, Verdana;
	color: #666666;
	padding: 5px;
	text-align:justify;
	vertical-align:top;
}
TD.naslov {
	font-family: Tahoma, Verdana;
	font-size: 14px;
	font-weight: bold;
	padding-left: 5px;
	color: #666666;
	height: 20px;
}
TD.news_naslov {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}
TD.news_text {
	font-size : 11px;
	font-family : Tahoma, Verdana;
	color : #333333;
	text-align: justify;
	vertical-align: text-top;
	padding-left: 5px;
}

