h1 {
	font-size: 110%;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, table, form, hr {
	margin-top: 1em;
}
a {
	text-decoration: none;
	color: blue;
}
a:hover {
	text-decoration: underline;
}
ul, ol {
	margin-left: 1.5em;
}
ul ul, ol ol, ul ol, ol ul {
	margin-top: 0;
}
table td, table th {
	padding-right: 0.75em;
	vertical-align: top;
	text-align: left;
}
img {
	border: none;
}
img.left_thumbnail, .left_thumbnail img {
	margin-right: 1em;
}
img.right_thumbnail, .right_thumbnail img {
	margin-left: 1em;
}
hr {
	height: 1px;
	border: none;
	padding: 0;
	color: #999;
	background-color: #999;
}
sup, sub {
	font-size: smaller;
	padding: 0;
	margin: 0;
	line-height: 0;
}
h1:first-child, h1.first-child, h2:first-child, h2.first-child, h3:first-child, h3.first-child, h4:first-child, h4.first-child, h5:first-child, h5.first-child, h6:first-child, h6.first-child,
p:first-child, p.first-child, ul:first-child, ul.first-child, ol:first-child, ol.first-child, table:first-child, table.first-child, form:first-child, form.first-child, hr:first-child, hr.first-child {
	margin-top: 0 !important;
}