/* ©2006 Transinsight GmbH - www.transinsight.com - All rights reserved. */

body, table, div {
	margin:0px;
	border:0px;
	padding:0px;
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #444;
}

html, body {
	background: #fff;
}

p {
	margin:0px;
	border:0px;
	padding:0px;
	line-height: 1.4em;
}


.Legend {
	font-size:18;
}

.LegendWithHooverEffect {
	font-size:18;
}

.LegendWithHooverEffect li span {
	display:none;
}

.LegendWithHooverEffect li:hover span {
	display:block;
}

span.Box {
	position:relative
}

img {
	border: 0;
}

a, a:hover, a:link {
	color: #444;
	text-decoration: underline;
}

div.Section {
	margin-bottom:1.8em;
}

.Box {

}


.Example {
	margin-top:1em;
	margin-bottom:1em;
}


