body {
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
	line-height: 1.3em;
}
h1, h2, h3, h4 {
	font-family: "Palatino Linotype" , "Book Antiqua" , Palatino, serif;
	color: #036;
	line-height: 130%;
}
.border {
	background-color: #E6F4F7;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
p, li, em {
	font-size: 12px;
	font-weight: normal;
}
.return {
	font-family: "Palatino Linotype" , "Book Antiqua" , Palatino, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #069;
}
a:link {
	color: #039;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #039;
}
a:hover {
	text-decoration: none;
	color: #0CF;
}
a:active {
	text-decoration: none;
	color: #039;
}
sup {
	font-size: 80%;
}
h1 > sup, h2 > sup {
	font-size: 50%;
}
h3 > sup {
	font-size: 70%;
}
img {
	display: block;
	margin: auto;
}
.right {
	float: right;
	margin-left: 10px;
}
.left {
	float: left;
	margin-right: 10px;
}
.clear {
	clear: both;
}