   html,body{
      margin:0;
      padding:0;
      height:100%;
      border:none;
      font-family: Verdana;
   }

A {
	COLOR: #000000; 
	TEXT-DECORATION: underline;
}
A:hover {
	COLOR: #34498B; 
	TEXT-DECORATION: underline;
}

.mytable {
	border-spacing: 0px;
	background-color:#F5F9FD;
	font-size: 11px;
	text-align: center;
}

.mytitle {
	background: #5480AA;
	font-size:10pt;
	text-align: center; 
	font-weight: bold;
	color: #FFF; 
	height: 24px;
}

.myheader2 {
	font-size:7pt;
	text-align:center; 
	background-color:#DFE6EF;
}


hr.oddelovac {
	border-bottom: 1px dashed #AAAAAA;
    border-top: 0px solid #AAAAAA;
	color: #fff;
	background-color: #fff;
	height: 1px;
}

.refresh {
	border: 0px;
}