/* general body style */
BODY{
    background-color: White;
    color: #000000;
    margin: 0px 10px 10px 10px;
    font-size:10px;
    font-family:Verdana, Helvetica, sans-serif, serif;
	}
	
	p, h1, h2, h3, h4, h5, li, dt, dd {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #000000;
	background : transparent;
}
	
/* most of the page text is 12px size */
p, h4, h5,  li, dt, dd {
    font-size: 10px;
    text-align : justify;
}

/* different size values for headings */

h2 { font-size: 16px; }
h3 { font-size: 14px; }

/* margin and style settings for headers */
h2, h3, h4, h5 {
    font-style:  normal;
    font-weight: bold;
    margin-left: 10px;
    margin-top:  20px;
}

/* SPECIAL MARGIN FOR HEADERS */
h1 {
  color:   #0E1182;
  background-color:transparent;
  font-size: 20px;
  font-style:    normal;
  font-weight:   bold;
  margin-top:    0px;
  margin-bottom: 0px;
}

/* GENERAL LINK COLORS */
IMG{
  border: 0px;
  float: right;
  padding:2px 2px 2px 2px;
}

A {
   color: #003366;
	background-color : transparent;
	text-decoration:none;
}
A:hover{text-decoration:underline;}
A.head{
	color:#FFFFFF;
	background-color : transparent;
	text-decoration:none;
	font-size:10px;
	font-weight:normal;
	font-family: Verdana, sans-serif;
}
.pozadina{
    color: black;
	background-color: White; 
	padding: 0px 0px 0px 0px;
	border-bottom : none;
	font-size:10px;
	font-family: Verdana, sans-serif;
}
TABLE{ 
  background-color : White;
  margin: 0px 0px 0px 0px;
}
.stan{
   padding:5px 10px 1px 5px;
	background-color : White;
	background-image : url(pics/stan.gif);
	background-position : left bottom;
	background-repeat : no-repeat;
	font : small-caps bold 18px "Courier New", Courier, monospace;
    text-align : right;
	vertical-align : bottom;
	border-right : 2px solid #FFCC66;
	border-bottom : 1px solid #FFCC66;
	border-top : 2px solid #FFCC66;
	}
.cimer{
   padding:5px 10px 1px 5px;
	background-color : White;
	background-image : url(pics/cimer.gif);
	background-position : right top;
	background-repeat : no-repeat;
	font : small-caps bold 18px "Courier New", Courier, monospace;
	text-align : left;
	vertical-align : bottom;
	border-left : 2px solid #FFCC33;
	border-top : 1px solid #FFCC66;
	border-bottom : 2px solid #FFCC66;
	}
TABLE.form{
	background-color: #FDE8C7;
	margin:0px 0px 0px 0px;	
	padding: 0px 5px 0px 5px;
}

TD { 
	
	background-color: #E4E4E4;   /*#FDE8C7; */
	padding: 2px 0px 3px 10px;
	font-size:10px;
	border-bottom : 2px solid White;
	
	}
	
TD.form { 
	background-color: #E4E4E4;
	padding: 2px 2px 2px 10px;
	margin: 0px;
	font-size:10px;
	border-bottom : none;
}

 TD.head{
   color: White;
   background-color: #006699;
   padding: 5px 5px 5px 5px;
   font-size: 12px;
   font-weight: bold;
  
 /* background-image : url(pics/hr_nar.gif);
   background-repeat : repeat;*/
      }

.head2{
	color: White;
	background-color: #003366; 

	padding: 2px 5px 2px 16px;
	font-size: 16px;
 	font-weight: bold;
 	/*border:1px  red solid;*/
	font-style : normal;
	text-decoration:none;
	font-variant : small-caps;
	font-family : Verdana, Tahoma, monospace;
	letter-spacing : 2px;
}

TD.prazno{
  font-family: Verdana, sans-serif;
  font-size: 10px;
  padding: 0px 0px 0px 0px;
}

.left{
	font-size:10px;
 	font-weight: normal;
	 	/*border:1px  red solid;*/
	font-style : normal;
	text-decoration:none;
	/*font-variant : small-caps;*/
	font-family :Tahoma, Arial, Verdana, monospace;
	letter-spacing : 1px;
	border-bottom : 1px solid #9999CC;
    border-left : 1px solid #FFCC66;
	text-align : justify;
	padding : 5px 5px 5px 5px;
	
	}
/* background colors for TD */
.line1{
  /*background-color: #CCCCCC;*/
  background-image : url(pics/hr_siv.gif);
  background-repeat : repeat;
  
  border-bottom : 1px solid #9999CC;
  border-left : 1px solid #FFCC66;
  }

.line2{
  /*background-color: #DEDEDE;*/
    border-bottom : 1px solid #9999CC;
  border-left : 1px solid #FFCC66;
}

.bgLine{
	 color: white;
	 background-color: #003366;
	 font-family: Verdana, Helvetica, sans-serif;
	 font-size : 10px;
	 line-height : 12px;
	 padding-left: 5px;
	}

.bgText{
	 color: black;
	 background-color: white;
	 font-family: Verdana, Helvetica, sans-serif;
	 padding-left: 5px;
	}
	
/* list type elements */
li, dt { margin-bottom: 5px; }
ul, dl { 
    margin-top:    10px;
    margin-bottom: 10px;
}
dl { margin-left: 10px; }

/* Form elements */
 textarea{
  margin-bottom: 0px;
  margin-top: 0px;
  font-size:10px;
  font-family: Verdana, Helvetica, sans-serif;
}

.small {
    font-family: Verdana, Helvetica, sans-serif;
    margin-bottom: 0px;
    margin-top: 0px;
    font-size:10px;
	/*border-bottom : none;*/
	border : 1px solid #006699;
	background : White;
	color : Black;
}