body {
	background-color: #F4F4F4;
	margin: 0px;
}

body,td,th {
	font-family: 'Trebuchet MS', Tahoma,  sans-serif;
	font-size: 12px;
	color: #343A43;
}


a:link {
	text-decoration: none;
	color: #F26E24;
}
a:visited {
	text-decoration: none;
	color: #F26E24;
}
a:hover {
	text-decoration: underline;
	color: #F26E24;
}
a:active {
	text-decoration: none;
	color: #F26E24;
}

.stopka {
	font-family: 'Trebuchet MS', Tahoma,  sans-serif;
	font-size: 11px;
	color: #343A43;
	padding-top: 20px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 10px;
	vertical-align:top;
}

.menu {
	font-family: 'Trebuchet MS', Tahoma,  sans-serif;
	font-size: 12px;
	color: #F26E24;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: bottom;
	font-weight: bold;
}

h1 {
	font-family: 'Trebuchet MS', Tahoma,  sans-serif;
	font-size: 18px;
	color: #F26E24;
	padding-bottom:20px;
}

h2 {
	font-family: 'Trebuchet MS', Tahoma,  sans-serif;
	font-size: 16px;
	color: #F26E24;
}

li {
	padding-top: 4px;
	padding-bottom: 4px;
}

span.selected_option {
	font-family: 'Trebuchet MS', Tahoma,  sans-serif;
	font-size: 12px; 
	font-weight: bold;
	color: #F26E24;
	padding: 3px;
	border: 1px solid #F26E24;
}
a.menu:link, a.menu:visited, a.menu:active {
	font-family: 'Trebuchet MS', Tahoma,  sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #F26E24;
	padding: 3px;
	border: 1px solid #000000;
}

a.menu:hover {
	font-family: 'Trebuchet MS', Tahoma,  sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #F26E24;
	padding: 3px;
	border: 1px dashed #F26E24;


td.dark {
	color: #F26E24;
	background-color: #000000;
	font-weight: bold;
	text-align: center;
}

td.light {
	color: #000000;
	background-color: #F26E24;
	text-align: justify;
}

a.black:link, a.black:visited, a.black:active, a.black:hover {
	color: #000000;
}

p.frame {
	padding: 5px;
	text-align: center;
	border: 1px solid #F26E24;
}

p.cent { text-align: center; font-weight: bold; }

p.note {
	font-size: 11px;
	font-style: italic;
	padding: 5px;
	border-bottom: 1px dotted #343A43;
}

