.body{
	background-color:#FFFFFF;
	background-image:url(../graphics/ptrn-bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
.menu {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #004E89;
	text-decoration: none;
}
.menu:hover {
	
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #C26D00;
	text-decoration: none;
}
.textBlue {
	font-family: Verdana;
	font-size: 11px;
	color: #004E89;
	text-decoration: none;
	}
.textOrange {
	font-family: Verdana;
	font-size: 11px;
	color: #C26D00;
	text-decoration: none;
	}
.link{
	font-family: Tahoma;
	font-size: 10px;
	color: #818181;
	text-decoration:underline;
	font-weight:bold;
}
.link:hover{
	font-family: Tahoma;
	font-size: 10px;
	color: #C26D00;
	text-decoration:underline;
	font-weight:bold;
}

.detaljnije{
	font-family: Tahoma;
	font-size: 11px;
	color: #074D88;
	text-decoration:none;
	font-weight:bold;
}
.
.detaljnije:hover{
	font-family: Tahoma;
	font-size: 11px;
	color: #C26D00;
	text-decoration:underline;
	font-weight:bold;
}
.blue_link_small{
	font-family: Tahoma;
	font-size: 10px;
	color: #074D88;
	text-decoration:none;
	font-weight:bold;
}
.blue_link_small:hover{
	font-family: Tahoma;
	font-size: 10px;
		color: #C26D00;
	text-decoration:underline;
	font-weight:bold;
}
.blue-link{
	font-family: Tahoma;
	font-size: 11px;
	color: #074D88;
	text-decoration:none;
	font-weight:bold;
}
.blue-link:hover{
	font-family: Tahoma;
	font-size: 11px;
		color: #C26D00;
	text-decoration:underline;
	font-weight:bold;
}
.big_blue{
	font-family: Verdana;
	font-size: 12px;
	color: #074D88;
	text-decoration:none;
	font-weight:bold;
}
.big_blue:hover{
	font-family: Verdana;
	font-size: 12px;
	color: #C26D00;
	text-decoration:underline;
	font-weight:bold;
}
.white{
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	font-weight:bold;
}
.default{
	font-family: Tahoma;
	font-size: 10px;
	color: #818181;
}
.text{
	font-family: Tahoma;
	font-size: 11px;
	color: #818181;
}
.title{
	font-family: Tahoma;
	font-size: 14px;
	color: #FFFFFF;
	font-weight:bold;
}
.caption{
	font-family: Tahoma;
	font-size: 11px;
	color: #FF9551;
	font-weight:bold;
}
.textField {
	font-family:Tahoma;
	color: #818181;
	border: 1px solid #000000;
	height: 20px;
	width: 215px;
	font-size: 11px;
	padding:2px;
	background:#FAF6EB;
}
.textArea {
	font-family:Tahoma;
	color: #818181;
	border: 1px solid #000000;
	height: 100px;
	width: 215px;
	font-size: 11px;
	padding:2px;
	background:#FAF6EB;
}
