/* CSS definitions */

BODY { 
	margin: 50px 50px; 
	background: #ffffff;
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
}

.quote {
	color: #993300;
	font-size: 150%;
	font-weight: bold;
}

.quoter {
	color: #663300;
	font-style: italic;
	font-weight: bold;
	text-align: right;
}

.abstract {
	font-weight: bold;
	margin-top: 5ex;
}

h1 {
	font-weight: bold;
	font-size: 120%;
	margin-top: 1.5ex;
	clear: both;
}

h2 {
	font-weight: bold;
	font-size: 110%;
}

h3 {
	font-weight: bold;
	font-size: 100%;
}

table {
	font-size: 8pt; /* SHould be "inherit", but IE6 is broken. */
}

.sidebar {
	background: #ffffcc;
	float: right;
	width: 14em;
	margin: 10px 0px 10px 10px;
	padding: 10px;
}

.footer {
	text-align: right;
	margin-top: 4ex;
}

/* .indent {margin-left: 1em; margin-right: 1em;} */

