/* 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 : #FFFFFF;
}
A.copyright:Hover {
	font-size : 9px;
	font-weight: bold;
	font-family : Tahoma, Verdana;
	text-decoration : none;
	color : #FFFFFF;
}
DIV.naslov {
	font-size: 16px;
	font-weight:bold;
	font-family : Georgia, "Times New Roman", Times, serif;
	color: #8e999f;
	height: 20px;
	padding-left: 20px;
	padding-top: 5px;
}
DIV.naslov_white {
	font-size: 15px;
	font-weight:bold;
	font-family : Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	padding: 5px;
}
DIV.text {
	font-size: 11px;
	font-family : Tahoma, Verdana;
	color: #FFFFFF;
	padding: 5px;
}

