html, body, h1, h2, h3, h4, h5, h6, p, form, input, select, textarea, ul, li, hr {
   margin-bottom: 0px;
	margin-top: 0px;	
	color: #333333;
	
}

html, body {
	font-family: Verdana, Arial, Helvetica;	
	background-color: #ffffff;
	font-size: 82%;
	
 color: #333333; 
}
P {
   font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;	
	font-weight: normal;
	color: #333333;
	line-height: 140%;		
	text-align: left;
	margin-bottom: 15px;
	margin-top: 8px;	
}


PRE {
	font-family: Verdana, Arial, Helvetica;	
	font-size: 11px;
	padding: 0 0 10px 0;
	margin: 0;
  width: 100%;
  overflow: auto;
  overflow-x: auto;
  overflow-y: visible; 
}
h1, h2, h3, h4, h5, h6 {  color: #3B6196; }

h1 {	
      margin-bottom: 3px;
		font-size: 1.7em;
		padding-top: 3px;
		color: #3B6196;
}
H2 {	
      margin-top: 15px;
      margin-bottom: 0px; 
		font-size: 1.2em;
		padding-top: 0px;
		
}
H3 {	
    margin-top: 3px;
      margin-bottom: 3px; 
		font-size: 1.3em;
		padding-top: 2px;
		
}
H4 {	
		
		font-size: 1.2em;
		
}
H5 {	
		font-size: 1.1em;
		padding-top: 2px;
		
}
H6 {	
		font-size: 1em;
		padding-top: 0px;
		font-weight: normal;
		
}


hr {
	color: #E6E8E7;
 	background: #E6E8E7;
	
	height: 1px;
	line-height: 1px;
	clear: both;
}
hr.none { display: none; }

ul {
	margin-top: 0px;
	list-style-image: url(../images/sipka_black.gif);
}

li {
	line-height: 15px;
	}

a:link, a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #336699;
}
  a:hover {
	text-decoration: underline;
	}

form {
	margin: 0px 0px 0px 0px;
}	
