.wsEd {
	font-family: verdana;
	font-size: 75%;
	line-height: 145%;
	color: #196790;
}

/* nadpisy */
.wsEd h2 {
	color: #155374;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 125%;
}
.wsEd h3 {
	color: #155374;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 115%;
}
.wsEd h4 {
	color: #155374;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 100%;
}


/* zoznamy */
.wsEd ul {
	padding-left: 25px;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #196790;
}
.wsEd ul li {
	
}
.wsEd ol {
	padding-left: 25px;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #196790;
}

/* odkazy */
.wsEd a:visited {
	color: #196790 !important;
}
.wsEd a {
	color: #196790 !important;
}
.wsEd .table th a {
	color: #155374 !important;
}
.wsEd .table th a:visited {
	color: #155374 !important;
}
.wsEd a:hover {
	text-decoration: none;
}
.wsEd a img {
	border: 0px;
	font-weight: normal;
	font-size: 80%;
}

/* vseobecne klasy */
.wsEd cite {
	color: #000099;
	font-size: 100%;
}
.wsEd .perex {
	font-weight: bold;
	color: #196790;
}
.wsEd p {
	margin: 0px;
}
.wsEd .preformat {
	font-family: courier;
	font-size: 12px;
}
.wsEd acronym {
	border-bottom: 1px dashed red;
	color: black;
	cursor: help;
}
.wsEd blockquote {
	margin: 0px;
	padding-left: 20px;
}


/* tabulky */
.wsEd table {
	font-size: 100%;
}
.wsEd .table {
	border-collapse: collapse;
	border: 0px;
}
.wsEd .table td, .wsEd .table th {
	border: 0px;
	padding: 3px;
	padding-left: 8px;
	padding-right: 8px;
	text-align: left;
	background-color: #f3fafb;
	border: 1px solid white;
}
.wsEd .table th {
	background-color: #83b2bf;
	color: #155374;
}
.wsEd .table th a {
	
}
.wsEd .table .lited td {
	background-color: #e2edef;
}
.wsEd .table .foot td {
	background-color: #a6cdd8;
	color: #155374;
}