body, td, th, input, textarea {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;
}

hr {
	color: #8E8C8C;
	height: 1px;
	
}

p {
	margin-top: 5px;
	margin-bottom: 5px;
	color: #000000;
}
.info p {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 6px;
	color: #000000;
	text-align: justify;
}
h1 {
	font-size: 14px;
	color: #001B57;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0px 0px 10px;
}
h2 {
	font-weight: bold;
	font-size: 12px;
	color: #8E8C8C;
	margin: 0px 0px 10px;
}
.info h1 {
	font-weight: bold;
	font-size: 11px;
	color: #F57921;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 6px;
	text-transform: none;
}
a {
	color: #000000;
}
li {
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 17px;
	color: #000000;
	list-style-image: url(images/li.gif);
	padding: 0px;
} 
ul { padding: 0px; margin-top: 5px; margin-right: 0px; margin-bottom: 5px; margin-left: 0px; list-style-type: square; color: #000000}

.textfield, textarea {
	width: 442px;
}

/* tabulky */ 
.table	 		{ background-color: #464646; width:100%; border-collapse: collapse; }
.table td		{ border: 1px solid #464646; padding: 2px; }

.table_head		{ background-color: #001859; color: #FFFFFF; font-weight: bold; }
.table_row_1		{ background-color: #FFFFFF; color: #000000; }
.table_row_2		{ background-color: #eeeeee; color: #000000; }

.table2	 		{ width:550px; border-collapse: collapse; }
.table2 td		{ border: 0; padding: 2px 0;

/* zarovnavani */ 
.centred		{ text-align: center; }
.right			{ text-align: right; }

.top			{ vertical-align: top; }

.style1 {color: #FF0000; font-weight: bold; }
