.tahoma10px {
  font: 10px Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
.tahoma12px {
  font: 12px Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
.tahoma14px {
  font: 14px Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
.h1 {
	font-size: 250%;
	font-weight: bold;
}
.h2 {
	font-size: 200%;
	font-weight: bold;
}
.h3 {
	font-size: 140%;
	font-weight: bold;
}
.h4 {
	font-size: 140%;
	font-weight: bold;
}
.h5 {
	font-weight: bold;
	font-size: 110%;
}
.h6 {
	font-size: 85%;
	font-weight: bold;
}
.h1_blue {
	font-size: 250%;
	font-weight: bold;
	color: #3333FF;
}
.h2_blue {
	font-size: 200%;
	font-weight: bold;
	color: #3333FF;
}
.h3_blue {
	font-size: 140%;
	font-weight: bold;
	color: #3333FF;
}
.h4_blue {
	font-size: 140%;
	font-weight: bold;
	color: #3333FF;
}
.h5_blue {
	font-weight: bold;
	font-size: 110%;
	color: #3333FF;
}
.h6_blue {
	font-size: 85%;
	font-weight: bold;
	color: #3333FF;
}
.h5_intro {
	margin: 0px;
	padding: 2px;
	display: block;
	font-weight: bold;
	font-size: 110%;
	background-color: #FF9900;
	width: auto;
}
/* dopisy */
.dopis {
	width: 566px;
	margin:0px;
	padding:0px;
	background: transparent url(./gfx/letter_bg.gif) repeat scroll left top;
}
.dopis_top {
	margin:0px;
	padding:0px;
	background: transparent url(./gfx/letter_top.gif) no-repeat scroll left top;
}
.dopis_bottom {
  font-size: 10px;
	margin:0px;
	padding:30px 40px 20px 40px;
	background: transparent url(./gfx/letter_bottom.gif) no-repeat scroll left bottom;
}
/* tabulky */
.tab1 {
	border-collapse: collapse;
	border: none;
  background-color: #FFF;
}
table.tab1 td {
  border: 1px #e62e26 solid;
	padding: 2px;
	margin: 0px;
}
.tab1hlavicka {
  background-color: #e62e26;
  color: #FFFFFF;
  font-weight: bold;
}
table.tab1 td.tab1hlavicka {
  background-color: #e62e26;
  color: #FFFFFF;
  font-weight: bold;
}
.a1topleft,.a1topcenter,.a1topright {
  background-color: #e62e26;
  color: #FFFFFF;
  font-weight: bold;
}


table.a1 {
  border-collapse: collapse;
  border: solid 1px #e62e26;
}
table.a1 td {
  border: none;
  padding: 2px;
  margin: 0;
}
.a1odd
{
	background-color: #fff0dc;
}
.a1even
{
	background-color: #FFFFFF;
}

table.a2 {
  border-collapse: collapse;
  border: solid 1px #e62e26;
}
table.a2 td.a2topleft, table.a2 td.a2topcenter, table.a2 td.a2topright {
  background-color: #FFF;
  font-weight: bold;
}
table.a2 td {
  border: none;
  padding: 2px;
  margin: 0;
}
.a2odd {
	background-color: #FFFFFF;
}
.a2even {
	background-color: #fad6d5;
}

