html,head,body{
	background-color : #FFFFE8;
	font-family : Verdana, sans-serif;
	font-size : 10pt;
	scrollbar-track-color: #FFFFEE;
	scrollbar-face-color: #FFE0C0;
	scrollbar-highlight-color: #FFE0C0;
	scrollbar-3dlight-color: #680030;
	scrollbar-darkshadow-color: #680030;
	scrollbar-shadow-color: #FFE0C0;
	scrollbar-arrow-color: #680030;
	overflow-x : hidden;
}
table,td, div{
	font-family : Verdana, sans-serif;
	font-size : 10pt;
	text-align: left;
}
a{
	text-decoration : none;
	color:#CC3300;
	font-weight : bold;
}
a:visited{
	text-decoration : none;
	color: #CC3300;
}
a:hover{
	color:  #FFB79F;
}
img{
	border: 0px;
}
h1{
	font-weight : bold;
	font-family : Verdana, sans-serif;
	line-height : 250%;
	text-align : center;
}
h2{
	color : #660033;
	font-weight : bold;
	font-family : Verdana, sans-serif;
	text-align: center;
	background : #FFE0C1;
	border-style : solid;
	border-color : #660033;
	border-width : 1px 0px 1px 0px;
	font-size : 16pt;
}
h3{
    color : #660033;
	font-weight : bold;
	font-family : Verdana, sans-serif;
	font-size : 13pt;	
}
h4{
	color : #660033;
	font-weight : bold;
	font-family : Verdana, sans-serif;
	font-size : 11pt;
}
hr{
	color : Black;
	height: 1px;
	background-color: Black;
	border: 0px solid Black;
	text-align : center;
}
p{
	text-align:justify;
}
.pozn{
	font-size:7pt;
	text-align: center;
}