/* CSS Document */
a.link, a.link:visited, a.link:active {
	color: #828282;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
}
a.link:hover {
	color: #CCCCCC;
	text-decoration: none;
}
a.link_main, a.link_main:visited, a.link_main:active {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
a.link_main:hover {
	color: #000000;
	text-decoration: underline;
}
A.copyright, A.copyright:Visited, A.copyright:Active {
	font-size : 9px;
	font-weight: bold;
	font-family : Tahoma, Verdana;
	text-decoration : underline;
	color : #828282;
}
A.copyright:Hover {
	font-size : 9px;
	font-weight: bold;
	font-family : Tahoma, Verdana;
	text-decoration : none;
	color : #CCCCCC;
}
DIV.naslov {
	font-size: 15px;
	font-weight:bold;
	font-family : Tahoma, Verdana;
	color: #FFFFFF;
	height: 20px;
	letter-spacing: 1px;
	word-spacing: 5px;
	padding-left: 20px;
}
