* {
	color: #aa9;
	font-family: Verdana, sans-serif;
	font-size: 9pt;
	font-weight: normal;
}
h1, h2, h3 {
	font-weight: normal;
	letter-spacing: 2pt;
	margin: 5px;
	padding: 5px;
}
h1 {
	color: #332;
	font-size: 130%;
}
h2 {
	font-size: 120%;
}
h3 {
	font-size: 110%;
}
a {
	border: none;
	color: #aa8;
	cursor: pointer;
	font-size: 8pt;
	letter-spacing: 2pt;
	font-weight: normal;
	text-decoration: none;
	}
a:hover {
	border: none;
	color: #fff;
	outline: none;
	}
a:active {
	border: none;
	outline: none;
}
a img {
	background: transparent;
	border: none;
	outline: none;
	opacity: 1;
	}
img.photo {
	background: url(../images/bg-transparent.png) repeat top left;
	padding: 5px;
}
p {
	margin-top: 3px;
	margin-bottom: 10px;
}
b, strong,
div.highlight,
div.highlight p,
div.highlight li,
p.quote,
.first:first-letter,
.first:first-line,
.smallcaps {
	color: #741;
	letter-spacing: 3pt;
	padding: 0;
	margin-right: 1em;
	}
div.highlight {
	margin: 10px 30px 10px 30px;
}
.right {
	text-align: right;
	}
.caption {
	font-size: 8pt;
	margin-top: 2em;
	margin-bottom: 0em;
	text-align: left;
	}
.quote {
	padding: 1em;
	}
.italic		{font-style: italic;}
.bold 		{letter-spacing: 2pt}
.uppercase 	{text-transform: uppercase;}
.lowercase 	{text-transform: lowercase;}
.capitalize 	{text-transform: capitalize;}
.strike 	{text-decoration: line-through;}
.underline	{text-decoration: underline;}
.tocheading	{font-variant: small-caps;}
.heading	{font-variant: small-caps;}
.first:first-letter {
	font-size: 240%;
	float: left;
	padding-top: 0.1em;
	padding-right: 0.1em;
	}
.first:first-line {
	letter-spacing: 3pt;
	}
.smallcaps {
	font-variant: small-caps;
	letter-spacing: 2pt;
	}
pre {
	font-family: "Bitstream Vera Sans Mono", "Courier New", Courier, mono-spaced;
	font-size: 8pt;
	margin: 0;
	padding: 0;
	}
/*	headings */
br, hr {
	margin: 0;
	}
hr {
	border: 4pt solid Black;
	}

/* lists */
ol, ul {
	margin: 5px 10px 5px 10px;
	}
ul {
	list-style-position: outside;
	list-style-image: url(../images/ul-1.gif);
	}
li {
	margin-top: 5px;
	margin-bottom: 5px;
	}
ul.list {
	}
ul.list li {
	background: transparent url(../images/bg_menu.gif) repeat-x;
	margin-bottom: 20px;
	}
li ul {
	list-style-image: url(../images/ul-2.gif);
	}
li ul li ul {
	list-style-image: url(../images/ul-3.gif);
	}
li ul li ul li ul {
	list-style-type: disc;
	}
li ol {
	list-style-type: lower-alpha;
	}
li ol li ol {
	list-style-type: upper-roman;
	}
li ol li ol li ol {
	list-style-type: lower-roman;
	}

/* tables */
table {
	margin: 0;
	padding: 0;
	}
th {
	}
td {
	vertical-align: top;
	}
table.list {
	}
table.list td {
	}
table.credits {
	}
table.credits td {
	font-size: 7pt;
	margin: 0;
	padding: 0;
	}
table.credits td:first-child {
	text-align: right;
	}
