/*     

<font class=tx2> blabla tvoje radka </font>
<span class="bluebm"> modrý tučný malý text </span>
<span class="blue"> modrý text </span>

*/


.formular {
	background: transparent;
	border: 1px solid black;
	font-size: 11px;
	color: black;
}
.formular2 {
	background: #5C80A4;
	border: 1px solid gray;
	font-size: 12px;
	color: white;
}
.formule {
	border: 1px solid #204F77;
	background-color: white;
	color: #4C6485
}
.text {
	font-family: Verdana;
	font-size: 10px;
}
.tx1 {
	font-family: Verdana;
	font-size: 10px;
}
.tx2 {
	font-family: Verdana;
	font-size: 10px;
	color: red;
}
.tx3 {
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.tx4 {
	font-family: Verdana;
	font-size: 10px;
	color: blue;
}
.tx5 {
	font-family: Verdana;
	font-size: 14px;
	font-weight: 400;
	color: black;
}
.tx6 {
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: black;
}
.tx7 {
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: red;
}
.tx8 {
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: blue;
}
.tx9 {
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #FF9900;
}
.center {
	text-align: center;
}
.bluebsm {
/* blue bold small */
	color: blue;
	font-weight: bold;
	font-size: 10px;
}
.redbsm {
/* red bold small */
	color: red;
	font-weight: bold;
	font-size: 10px;
}
.greenbsm {
/* green bold small */
	color: green;
	font-weight: bold;
	font-size: 10px;
}
.blueb {
/* blue bold */
	color: blue;
	font-weight: bold;
}
.redb {
/* red bold */
	color: red;
	font-weight: bold;
}
.greenb {
/* green bold */
	color: green;
	font-weight: bold;
}
.blue {
	color: blue;
}
.red {
	color: red;
}
.green {
	color: green;
}

