@charset "utf-8";
/* CSS Document */

body {
	background:white;
	font-family:Verdana, Tahoma, Arial;
	font-size:11px;
	color:black;
}

h6 {
	font-size:11px;
	color:#eea100;
	text-transform:uppercase;
	margin-top:0px;
	margin-bottom:15px;
}
h4 {
	font-size:14px;
	margin-top:0px;
	margin-bottom:2px;
}
p {
	line-height:17px;
	font-weight:normal;
	margin-top:0px;
	margin-bottom:15px;
}

a {
	font-weight:bold;
	text-decoration: none;
}
a:hover {
	color: #15479E;
	font-weight:bold;
	text-decoration: underline;
}
a:visited {
	color: #15479E;
}

table.tablazat {
	border: 1px solid #7EB3DE;
}

table.tablazat td,table.tablazat td{
	padding:2px;
}

table.tablazat thead td, table.tablazat thead th{
	font-weight:bold;
	border-bottom: 1px solid #7EB3DE;
}
table.tablazat tbody td, table.tablazat tbody th{
	border-top: 1px solid #7EB3DE;
}

table.tablazat tbody tr.even td, table.tablazat tbody tr.even th{
	border-top: 1px solid #7EB3DE;
	background-color: #66C8FA;
}
