/* CSS Document */
a.link, a.link:visited, a.link:active {
	color: #666666;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding-left: 20px;
	padding-right: 20px;
}
a.link:hover {
	color: #000000;
	text-decoration: none;
}
a.link2, a.link2:visited, a.link2:active {
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
a.link2:hover {
	color: #666666;
	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 : #000000;
}
A.copyright:Hover {
	font-size : 9px;
	font-weight: bold;
	font-family : Tahoma, Verdana;
	text-decoration : none;
	color : #999999;
}
DIV.naslov {
	font-size: 13px;
	font-weight:bold;
	font-family : Tahoma, Verdana;
	color: #FFFFFF;
}

