body
{
	font-family: "courier new", sans-serif;
	font-size: 12pt;
}

h2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bold
}

.blue
{
	color: rgb(107, 96, 96);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold
}

.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: Arial, Helvetica, sans-serif;
	color: rgb(40, 0, 60);
	font-size: 12pt;
}
	
.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;
}


