/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: #f4f0e5 url(/images/bg.jpg);
	
	background-repeat:repeat-x;
}
.trebuchet11_crna{
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #3e3e3e;
	text-decoration: none;
}
.trebuchet13_bijeli{
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #ffffff;
	text-decoration: none;
}
.trebuchet11_sivi{
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #b4b4b4;
	text-decoration: none;
}
.trebuchet18_sivi{
	font-family: "Trebuchet MS";
	font-size: 18px;
	color: #848484;
	text-decoration: none;
}
.trebuchet12_sivi{
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #848484;
	text-decoration: none;
}



/*######################LINKOVI########################*/
a.crniLINK:link, a.crniLINK:visited{
	color:#3e3e3e;
	text-decoration: none;
}
a.crniLINK:hover{
	color:#666666;
	text-decoration:none;
}
a.bijeliLINK:link, a.bijeliLINK:visited{
	color:#ffffff;
	text-decoration: none;
}
a.bijeliLINK:hover{
	color:#d3d2d2;
	text-decoration:none;
}
a.siviLINK:link, a.siviLINK:visited{
	color:#b4b4b4;
	text-decoration: none;
}
a.siviLINK:hover{
	color:#d3d2d2;
	text-decoration:none;
}

