p.main {
	font-family: tahoma;
}

td.komisia_hlavicka {
	font-family: tahoma;
	background: #aaaaff;
	font-size: 14px;
	border: 1px solid #375d70;
	text-align: center;
	color: #375d70;
	font-weight: bold;
}
td.komisia {
	text-align: center;
	font-family: tahoma;
	background: #eeeeff;
	font-size: 14px;
	border: 1px solid #375d70;
	color: #375d70;
}


div.text {
padding: 10px;
}

div.top_text {
	padding-top: 10px;
}

div.bottom_text {
	padding-top: 20px;
}

div.top {
	text-align: center;
	font-size: 30px;
	background: url(top.jpg);
	width: 800px;
	height: 50px;
	color: #375d70;
	font-weight: bold;
}

div.bottom {
	text-align: center;
	font-size: 12px;
	background: url(bottom.jpg);
	width: 800px;
	height: 50px;
	color: #375d70;
	font-weight: normal;
}

div.content {
	text-align: justify;
	font-size: 14px;
	background: url(main.jpg);
	width: 800px;
	color: #375d70;
	font-weight: normal;
}

a {
	font-size: 14px;
	color: #072d40;
	font-weight: normal;
  text-decoration: none;
}

a:hover {
text-decoration: underline;
}

