html, body {
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size: 10px;
 color: #454545;
 background: #6F95B2;
 height:100%;
 margin:0%;
 padding:0%;
 text-align: center;
 background-repeat: repeat-x;
 background-attachment: fixed;
}

P {
	color: #454545;
	text-align: justify;
	font-size: 10px;	
	margin: 0px 0px 0px 0px;
		
}
PRE {
	font-family: Verdana, Arial, Helvetica;	
	font-size: 10px;
}

H1 {	
		font-size: 16px;
		font-weight: bold;
		text-align: left;		
		color: #454545;
}
H2 {	
		font-size: 13px;
		text-align: left;
		color: #454545;
}
H3 {	
		font-size: 12px;
		text-align: left;
		color: #454545;
		margin: 5px 0px 0px 0px;
}
H4 {	
		font-size: 11px;
		text-align: left;
		color: #454545;
}
H5 {	
		font-size: 12px;
		text-align: left;
		color: #454545;
}

hr {
	color: #454545;
	height: 1px;
	clear: both;
}

ul {
	margin-top: 0px;
	list-style: circle;
	text-align: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 	font-size: 10px;
 	color: #454545;
}

li {
	line-height: 18px;
	font-size: 16px;
}

a:link, a:visited {
	font-weight: bold;
	color: #1F5997;
}

a:hover  {
	font-weight: bold;
	color: #5B8AC5;
}

input.submit {
	
	background: url(images/b_search_bg.gif) repeat-x;
	padding: 0px 5px 0px 5px;
	color: White;
	font-weight: bold;
	font-size: 8px;
	
}

input {
	background-color: #EAEAEA;
	border: 1px solid black;
	font-size: 9px;
	
}
		
.zavinac {
	border: 0px;
}

.katalog {
	border: 1px solid #064E7D;
}

th { font-size: 12px; }	
td { font-size: 11px; }	