body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1, h2, h3, h4, .highlight {
	color: #039;
}
h1, h2, h3, h4 {
	line-height: 130%;
}
sup {
	font-size: 80%;
}
h1 > sup, h2 > sup {
	font-size: 50%;
	top: -0.8em;
}
h3 > sup {
	font-size: 70%;
	top: -0.6em;
}
img {
	display: block;
	margin: auto;
	border: 0;
}
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;
}
.right {
	float: right;
	margin-left: 10px;
}
.left {
	float: left;
	margin-right: 10px;
}
.clear {
	clear: both;
}
.sidebar {
	float: right;
	padding: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}
ul.plain {
	list-style: none;
}
.divider {
	display: block;
	height: 20px;
}
.quote {
	display: block;
	padding: 20px;
	background: #DFDFDF;
	font-size: 14px;
	font-style: italic;
}
.quote .author {
	font-style: normal;
	text-align: right;
}
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table th,
.table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table th {
  font-weight: bold;
}
.table thead th {
  vertical-align: bottom;
}
p, li {
  line-height: 16px;
}
sup {
   vertical-align: baseline;
   position: relative;
   top: -0.4em;
}
.nobr {
	white-space: nowrap;
}