body, p, td, th {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
.buttonbar {
	padding-top: 13px;
}
.buttonbar a {
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	padding: 10px;
	margin-left: 20px;
	background-image: url(images/button-up.png);
	background-attachment: scroll;
	background-position: top;
	background-repeat: repeat-x;
	border: 0px;
	color: #666666;
}
.buttonbar a:active, .buttonbar a:hover {
	background-image: url(images/button-down.png);
	color: #333333;
}
.body {
	font-size: 10px;
	text-align: justify;
}
.body h1 {
	font-size: 24px;
}
.body h2 {
	font-size: 18px;
}
.body h3 {
	font-size: 16px;
}
.body h4 {
	font-size: 12px;
}
.left h1, .left h2, .left h3, .left h4 {
	text-align: left;
}
.right h1 {
	text-align: right;
}
.right h2, .right h3 {
	text-align: center;
}
.right h4 {
	text-align: left;
	font-style: italic;
}