@charset "utf-8";
/* CSS Document */


.H1
{
font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-size: 28pt;
	font-weight: bold;
	color: #4F7CA4;
	margin-top: 40pt;
	margin-bottom: 10pt;
	
	}

.H2
{
font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-size: 20pt;
	font-weight: normal;
	color: #4F7CA4;
	margin-top: 30pt;
	margin-bottom: 10pt;
	}
.H3
{
font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-size: 18pt;
	font-weight: normal;
	color: #233C53;
	margin-top: 30pt;
	margin-bottom: 10pt;
	}

.H4
{
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-size: 12pt;
	color: #1E2E36;
	font-weight: bold;
	font-style: italic;
	margin-top: 30pt;
	margin-bottom: 15pt;
}


.TOC1
{
font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-size: 14pt;
	font-weight: bold;
	}

.TOC2
{
font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-size: 12pt;
	font-weight: bold;
	margin-left: 30px;
	}

.TOC3
{
font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-size: 12pt;
	font-weight: normal;
	margin-left: 60px;
	}

.txt
{
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-size: 12pt;
	color: #1E2E36;
}

.kiemeles
{
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-size: 12pt;
	color: #585858;
}
.kepala
{
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-size: 10pt;
	font-weight: normal;
	font-style: italic;
}


.vegjegyzet
{
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-size: 10pt;
	color: #27CC72; 
	padding-left: 30px;
	
}

.backtoc
{
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-size: 9pt;
	color: #107D71;
	text-align: right;
	
}

#customers {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	color: #1E2E36;
	font-size: 10pt;
	text-align: center;
  border-collapse: collapse;
  width: auto;
}

#customers td, #customers th {
  border: 1px solid #ddd;
  padding-left: 6px;
	padding: 6px;
}

#customers tr:nth-child(even){background-color: #f2f2f2;}

#customers tr:hover {background-color: #ddd;}

