/* CSS Document */
a.link, a.link:visited, a.link:active {
	color: #757575;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
a.link:hover {
	color: #999999;
	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 : #505050;
}
A.copyright:Hover {
	font-size : 9px;
	font-weight: bold;
	font-family : Tahoma, Verdana;
	text-decoration : none;
	color : #505050;
}
DIV.naslov {
	font-size: 12px;
	font-weight:bold;
	font-family : Tahoma, Verdana;
	color: #FFFFFF;
	height: 20px;
	letter-spacing: 1px;
	word-spacing: 5px;
	padding-left: 50px;
	padding-top: 5px;
}
