BODY {
	color: White;
	font-family: Tahoma,  sans-serif;
}

A {
	text-decoration: none;
	color: Red;
}

A.odkaz {
	text-decoration: none;
    color: #003263;
}

A:HOVER {
	text-decoration: underline;
}

TD {
	font-size: 13px;
	font-weight: bold;
    color: #003263;
	vertical-align: top;
}

TD.blok {
text-justify: inter-word; 
text-align: justify;
}

TD.nadpis {
	font-size: 18px;
	font-weight: bold;
}

TD.nadpis1 {
	text-transform: uppercase;
	text-decoration: underline;
	background-color: #D3DBF1;

}
TD.nadpis2 {
	text-transform: uppercase;
	background-color: #D3DBF1;
	vertical-align: middle;
}

TABLE {
	margin: 10px;
}

INPUT {
	font-size: 11px;
	font-family: Tahoma,  sans-serif;
   color: #003263;
}

INPUT.but {
	font-weight: bold;
}
TEXTAREA {
	font-size: 11px;
	font-family: Tahoma,  sans-serif;
   color: #003263;	
}
