body{
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
}
body,td,th{
	font-family: Verdana, Arial, sans-serif;
	color: #1E3C61;
	font-size: 11px;
    text-align: justify;
	line-height: 1.6;
	padding: 0px;
}
h1{
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	color: #1E3C61;
	font-size: 18px;
	display: block;
	font-weight: normal;
	margin: 0px;
	padding-bottom: 8px;
}
h2{
	font-family: Verdana, Arial, sans-serif;
	color: #1E3C61;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	display: inline;
}
a:link, a:visited{
	color:#3C81AC;
	text-decoration: underline;
	font-weight: normal;
}
a:hover{
	color:#FD8D29;
	text-decoration: underline;
	font-weight: normal;
}
a.meni:link, a.meni:visited{
	color:#f3f3e7;
	text-decoration: none;
	font-weight: normal;
}
a.meni:hover{
	color:#FD8D29;
	text-decoration: underline;
	font-weight: normal;
}
p{
	text-align: justify;
}
img {
	border: none;
}
.imgBorder{
  border: 1px solid #0059A9;
}
.dotLineTop {
	border-top: 1px solid #C5C6AB;
	height: 1px;
	display: block;
	padding: 0px;
}
.dotLineBottom {
	border-bottom: 1px solid #C5C6AB;
	height: 1px;
	display: block;
	padding: 0px;
}
.thumbnail{
	padding: 7px;
	border: 1px solid #C5C6AB;
	float: center;
	margin-right: 10px;
	margin-bottom: 15px;
	text-align: center;
	background-color: #e4e3c9;

	}	
/************ Color Styles ************/
.orange{
	color: #FD8D29;
}
.blue{
	color: #1E3C61;
}
.lightBlue{
	color: #3C81AC;
}
table.collapse {
	border-collapse: collapse
}
.blueBorderAll{
  border-collapse: collapse;
  border-color: #0059A9;
}
.blueBorder{
  border: 1px solid #0059A9;
  padding-left: 5px;
}
.grayBorder{
  border : 0px solid #C5C6AB;
  padding-top: 5px;
  padding-bottom: 5px;
}