BODY  {
	margin: 0px;
	padding: 15px;
	font-family: "Arial CE", "Helvetica CE", Arial, sans-serif;
	font-size: 10pt;
	line-height: 1.25em;
	color: Black;
	text-align: center;
	background: #E2D8FF;
	scrollbar-track-color: #F5F5F5;
	scrollbar-face-color: #C6D6FD;
	scrollbar-highlight-color: Navy;
	scrollbar-3dlight-color: #F5F5F5;
	scrollbar-darkshadow-color: Navy;
	scrollbar-shadow-color: Navy;
	scrollbar-arrow-color: Navy;
}
p	{
	text-align: justify;
	padding: 0em;
	margin: 0em 0em 1em;
}
ul {
	text-align: justify;
	list-style-type: square;
}

h1, h2, h3, h4, h5, h6 {
	text-align: center;
	padding: 0em 0em 0em;
	margin: 0em 0em 0em;
}
h1	{
	/*Nadpisy kapitol*/
	font-size: 14pt;
}
h2	{
	/*Nadpisy podkapitol v Kap 3 a 4*/
	font-size: 13pt;
	text-decoration: underline;
	margin: 24px 0em 24px;
}
h3	{
	/*Popisky v Kap 3 a 4*/
	font-size: 11pt;
	font-style: italic;
	margin: 10px 0em 24px;
}
h4	{
	/*Nadpisy v Kap 1 a 2*/
	font-size: 13pt;
	text-align: left;
	margin: 24px 0em 12px;
}
h5	{
	/*Nadpis v Pre*/
	font-size: 13pt;
	text-align: left;
	margin: 0em 0em 15px;	
}
h6	{
	/*Prezident-podpis*/
	margin: 1em 0em 1em;
	font-size: 10pt;
	font-weight: normal;
}
table {
	azimuth: center;
	border: 3px outset #7CA7F3;
}
td {
	font-size: 9pt;
	text-align: right;
	padding: 4px;
	border: 1px inset #A4BFF0;
}
th {
	font-size: 9pt;
	text-align: left;
	font-weight: normal;
	padding: 4px;
	border: 1px inset #A4BFF0;
}
hr {
	azimuth: center;
	width: 90%;
	margin: 2px 0px 20px;
}
a {
	color: red;
	text-decoration: none;
}
a:hover {
	color: #000099;
	text-decoration: none;
}
a.norm {
	color: #000099;
	text-decoration: none;
}
a:hover.norm {
	color: #000099;
	background-color: #C6D6FD;
	text-decoration: none;
}
.c {
	text-align: center;
}
.bleda{
	color: #639CCE;
	font: bold;
}

