h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0018BB;
	letter-spacing:2px;
	margin-bottom:-8px;
}

 h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: black;
	margin-bottom:-8px;
}

p {
	margin-bottom:-4px;
}

.site_text {
	margin-right:20px;
}

.site {
	margin-left:12px;
	margin-top:22px;
}

.black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: justify;
	color: black;
	margin-bottom:-8px;
}

.black1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: justify;
	color: black;
}

.blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #0018BB;
}

.red {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FF0000;
}

.orange {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FF6600;
}

.green {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #006648;
}

.popis {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
}

.ul {
	margin-left:-18px;
}

.label {
	color:#0018BB;
	font-weight:bold;
}

.tables {
	background: #F3F3F3;
}

body,table,input {  font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : black;
	scrollbar-highlight-color: #D6D6D6;
	scrollbar-3dlight-color: white;
	scrollbar-darkshadow-color: #E5E5E5;
	scrollbar-arrow-color: black;
	scrollbar-track-color: #E8E8E8;
	scrollbar-face-color: #CCCCCC;
}

 a {  font-family : Arial, Helvetica, sans-serif;
      color : #FF0000; 
			text-decoration : none; }
 a:hover {
 			text-decoration : underline;
	 }
