body {
	margin: 0px;
	padding: 0px;
}
p {
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #666666;
	font-size: 0.88em;
}
p.block {
	margin-top: 0px;
	padding: 0px 20px 0px 20px;
}
.marker {
	color: #e56a1c;
	font-weight: bold;
}
img.href {
	border-width: 0px;
}
a {
	color: #004b92;
}
a:hover {
	text-decoration: none;
}
li {
	text-align: left;
	font-family: 'Trebuchet MS', Arial, sans-serif;
	color: #666666;
	font-size: 0.88em;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 0px 20px 0px 0px;
}
.menu {
	font-size: 16px;
	font-weight: bold;
	margin-left: 20px;
	margin-right: 20px;
	text-decoration: none;
}
a.tt span {
	display: none;
}
a.tt:hover {
	position: relative;
	z-index: 5;
}
a.tt:hover span {
	display: block;
	position: absolute;
	top: 0px;
	left: -640px;
	z-index: 4;
	background: #FFF;
	border: 1px solid #666666;
	color: #000000;
	padding: 20px;
	width: 600px;
}
input {
	border: 1px solid #666666;
	font-family: 'Trebuchet MS', Arial, sans-serif;
	font-size: 0.75em;
	color: #333;
}
.form {
	border: 1px solid #666666;
	font-family: 'Trebuchet MS', Arial, sans-serif;
	font-size: 12px;
	color: #333;
}
a.facts span {
	display: none;
}
a.facts:hover {
	position: relative;
	z-index: 5;
}
a.facts:hover span {
	display: block;
	position: absolute;
	top: -450px;
	left: 80px;
	z-index: 4;
	background: #FFF;
	border: 1px solid #666666;
	color: #000000;
	padding: 20px;
	width: 600px;
}