.tekst {
	font-family: Verdana;
	color: #000000;
	font-size: 8pt;
	text-align: justify;
	margin-right: 10;
}

.naslov {
	font-family: Verdana;
	color: #003366;
	font-weight: bold;
	font-size: 13pt;
	text-align: left;
	margin-right: 10;
}

.podnaslov {
	font-family: Verdana;
	color: #003366;
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
	margin-right: 10;
}

a:link {
	color: #003366;
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold
}

a:hover {
	color: #000033;
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none
}

a:visited {
	color: #003366;
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold
}

a:active {
	color: #003366;
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold
}

.fixbgtop {
	background-image: url(images/top.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

.fixbgbottom {
	background-image: url(images/bottom.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

.fixbgbottom1 {
	background-image: url(images/bottom_back.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

.scrollable {
	font-family: Verdana;
	color: #000000;
	font-size: 8pt;
	text-align: justify;
	height: 320px;
	width: 263px;
	position: absolute;
	overflow: auto;
	z-index: 1;
	left: 250px;
	top: 75px;
  
	scrollbar-arrow-color: #003366;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-highlight-color: #003366;
	scrollbar-face-color: #FFFFFF;
	scrollbar-shadow-color: #003366;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-track-color: #EAEBEE;
}