body { font-family: arial, helvetica, sans-serif;
  font-size: 11px; }
h1 { font-size:18px }	
h2 { font-size:16px }	
p,ol,ul 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
    color: #53432e;
 }
 .ptab
 {
 margin-bottom: 0px;
 }
 .small
 {
 font-size: 10px;
 } 
.indent
{
     text-align: justify;
     text-indent: 25px;
     margin-bottom: -10px;
}
a 
{
font-size: 11px; font-family: Arial, Helvetica, sans-serif; color: #53432e; text-decoration: none;
}
a:active 
{
	color: brown;
}
a:hover 
{
	color: Red;
}
.bok
{
text-align: left;
}
.a 
{
font-size: 11px; font-family: Arial, Helvetica, sans-serif; color: #666666;
}
.aa 
{
font-size: 10px; font-family: Arial, Helvetica, sans-serif; color: #999999;
}
.head
{
font-size: 13px;
color: #53432e;
font-weight: bold;
}
.center
{
text-align: center;
}
.opis
{
font-weight: bold;
text-decoration: none;
	}
/* This is where you can customize the appearance of the tooltip */
div#tipDiv {
  position:absolute; visibility:hidden; left:0; top:0; z-index:10000;
  background-color:#eeeebb; border:1px solid #53432e; 
  width:250px; padding:4px;
  color:brown; font-size:11px; line-height:1.2;}	
}
/* These are used in the wrapTipContent function */
div#tipDiv div.img { text-align:center }
div#tipDiv div.msg { text-align:center; margin-top:4px }
input, textarea{
border-style: none;
font-family: Arial, Helvetica, sans-serif; color: #000000;
font-size: 12px;
}
input.button {font-family: Arial, Helvetica, sans-serif; font-weight: bold; color: #53432e;  background-color: #cccc99; font-size: 11px;}
textarea { border: none; scrollbar-3dlight-color: #ffffff;
	scrollbar-arrow-color: #000000;
	scrollbar-base-color: #ffe773;
	scrollbar-darkshadow-color: white;
	scrollbar-face-color: #ffe773;
	scrollbar-highlight-color: #ffe773;
	scrollbar-shadow-color: white;
	scrollbar-track-color: white;}
	P.BOX  { margin: 0 0 0 0;
		padding: 15 15 15 15;
		border-style: none none none none;
		border-width: 1;
		border-color: #666666;
		text-align: left;
		background-color: #ffffff;
}
.red
{
color:#ff0000;
font-size:14px;
}