body { 
	padding: 20px;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif; 
}

h1 {
	font-size: 220%;
}

h2 {
	font-size: 150%;
	margin-top: 1em;
}

img { 
	border: 0px solid white; 
}

a { 
	color: #369; 
	text-decoration: none; 
}

a:hover { 
	text-decoration: underline; 
}

td {
	padding: 1em;
}

th {
	text-align: left;
}

td.badge {
	border-bottom: 1px dotted #e0e0e0;
}

td.badge-code {
	border-bottom: 1px dotted #e0e0e0;
	padding-bottom: 3em;
	font-family: 'Garamond', serif;
}

ul.check {
  list-style-type: none;
}

#main {
	margin: 1em 5em 0 5em;
}

.sep {
	border-bottom: 1px dotted #e0e0e0;
	margin: 2em 0;
}

.stars {
	color: gold; 
	font-size: 18pt; 
	text-align: right; 
}

.stars-inline {
	color: gold;
	margin-right: .2em;
}

.badge-all {
	width: 200px;
	background: #f9f9f9;
	margin: 20px; 
	padding: 5px; 
	border: 5px solid #e0e0e0;
	-moz-border-radius: 8px 8px 8px 8px;
	-webkit-border-radius: 8px 8px 8px 8px;
}

.badge-stars {
	color: gold;
	font-size: 20pt; 
	float: left;
	margin-right: 20px;
	text-align: center;
}

.badge-content {
	font-size: 10pt;
	text-align: justify;
	padding: 5px;
}

.badge-more {
	border-top: 1px solid #e0e0e0;
	font-size: 8pt;
	text-align: right;
	color: #6e6e6e;
}

.highlight {
	border: 1px dotted red;
	cursor: pointer;
}

.addendum{
	clear: left;
	margin-bottom: 4em;
}

.leftcol {
	padding-right: 1em;
	float: left;
	width: 50%;
	border-right: 1px dotted #cfcfcf;
}

.rightcol {
	margin: 3em 0 0 1em;
	float: left;
	font-family: 'Garamond', serif;
	width: 30%;
}

.rightcol p {
	margin: 0 0 0 1em;
	padding: 0;
	font-size: 120%;
	color: #6e6e6e;
}

.sidecol {
	clear: left;
}

.squo {
	font-size: 200%;
	color: #6e6e6e;
	line-height: 20%;
}

.equo {
	font-size: 200%;
	color: #6e6e6e;
	text-align: right;
}

.footnote {
	vertical-align: super;
	padding-left: 2px;
	font-size: 70%;
	font-weight: bold;
}

#data-out {
	display: none;
	border: 1px solid #3e3e3e;
	background: #FF9;
	font-size: 90%;
	margin: 10px;
	padding: 5px;
}

#hint {
	display: none;
	font-size: 80%;
	font-style: italic;
	color: #606060;
	padding: 10px;
}

#ack {
	text-align: justify;
	margin: 50px 0px 5px 0px;
	font-family: 'Garamond', serif; 
	font-size: 80%;
}

#footer { 
	margin-top: 40px;
	padding: 2px; 
	background: #fff; 
	font-size: 8pt; 
	text-align: center; 
	border-top: 1px solid #d0d0d0;
}

