body {
	background-color: #FFFFFF;
	color: #000000;
	font-family: Georgia, Times New Roman, serif;
}
img {
	border-width: 0;
}
h1, h2, h3, h4, h5, h6 {
	color: #44443D;
}
h1 {
	font-size: 1em;
}
h2 {
	font-size: 1.1em;
}
h3, hh4, h5, h6 {
	font-size: 1em;
}
h3 {
	margin-top: 0.2em;
}
a {
	color: #037EC2;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.current {
	color: #66A8CC;
}

/*pda layout*/
div.top,
div.bottom {
	background-color: #EAE9DD;
	padding: 5px;
}
div.top {
	margin-bottom: 1em;
}
div.bottom {
	margin-top: 1em;
}
