body
{
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: 10pt;
}

.nadpis
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: bold
}
H1 {font-family: arial,helvetica; font-size: 13pt; color: black}
H2 {font-family: arial,helvetica; font-size: 10pt; color: black}

.text
{
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: 10pt;
}

.zvyrazneny
{
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color : Navy;
}

td
{
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: 10pt;
}
	
.center
{
	text-align: center;
}

.left
{
	text-align: left;
}
	
.right
{
	text-align: right;
}

.justify
{
	text-align: justify;
}

a
{
	text-decoration : none;
	color : Navy;
}

a:hover
{
	text-decoration: underline;
	color: Navy;
}

<% If session("browser") = "IE" Then %>
.formular
{
	background-color: #f2f2f2;
	border-style: solid;
	border-width: 1;
	border-color: black;
}
<% End If %>