body {
	background-color: #ffffff;
	color: #000000;
	font-family: serif;
}

div.heading {
	text-align: center;
}

div.heading h1 {
	font-weight: bold;
	color: #000000;
}

div.heading p {
	font-size: larger;
	font-weight: bold;
	color: #000000;
}

div.logo {
	text-align: center;
}

div.logo a img {
	border: 0;
}

h1 {
	color: #000000;
}

h2 {
	color: #000000;
}

h3 {
	color: #000000;
	font-weight: bold;
	font-size: medium;
}

h4 {
	color: #000000;
}

p.copyright {
	color: #000000;
	font-weight: bold;
	font-size: smaller;
}

p.legal {
	font-size: x-small;
	font-weight: normal;
	color: #000000;
	margin-left: 20px;
	margin-right: 20px;
}

a:link {
	color: #0000ff;
	text-decoration: underline;
}

a:visited {
	color: #ff0000;
	text-decoration: underline;
}

p {
}

p b a.get {
}

.ed {
	color: #000066;
	margin-left: 40px;
}

.pao {
	color: #006600;
}

.tech {
	color: #000000;
	margin-left: 0pt;
	margin-right: 0pt;
}

.ob {
	color: #660000;
}

.oblm {
	color: #996600;
}

/* Portraits */
div.portrait {
	float: right;
	padding-left: 15px;
	padding-bottom: 15px;
	width: 200px;
	text-align: right;
}

div.portrait a img {
	border: 0;
}

div.portrait div.caption {
	width: 200px;
	text-align: center;
	font-weight: normal;
	font-size: smaller;
}

span.ref {
	white-space: nowrap;
	font-weight: bold;
}

hr.portrait {
	margin-top: 10px;
	margin-bottom: 10px;
	clear: right;
}

/* Index lists */

ul.primary li {
	margin-bottom: 2ex;
}

ul.primary li ul li {
	margin-bottom: 0px;
}

/* Navigation cells */

table.navigation {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 10%;
	margin-right: 10%;
	width: 80%;
}

table.navigation tr {
}

table.navigation tr td {
	width: 33%;
	text-align: center;
}

img.nav {
	border: 0px solid;
	width: 62px;
	height: 34px;
}

/* Bibliographic references */

dt {
	margin-top: 10px;
}

/* Event tables */
table.event {
	border: 1px double #000000;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10%;
	margin-right: 10%;
	width: 80%;
}

table.event caption {
	color: #000000;
	font-size: larger;
	font-weight: bold;
	padding-bottom: 5px;
}

table.event th {
	text-align: left;
	color: #000000;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
}

table.event td {
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

table.event td cite {
	font-size: smaller;
}

/* Burn tables */
table.burn {
	border: 1px double #000066;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10%;
	margin-right: 10%;
	width: 80%;
}

table.burn caption {
	font-size: larger;
	font-weight: bold;
	padding-bottom: 5px;
}

table.burn th {
	text-align: left;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
}

table.burn td {
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

table.burn td.delta {
	padding-left: 160px;
	padding-right: 160px;
}

table.burn td cite {
	font-size: smaller;
}

/* Blockdata tables */
table.blockdata {
	border: 1px double #000066;
}

table.blockdata th {
	text-align: left;
	vertical-align: baseline;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
}

table.blockdata td {
	text-align: left;
	vertical-align: baseline;
	padding-left: 10px;
	padding-right: 10px;
}

.todo {
	color: #ff0000;
}


/* Photo gallery */
table.photo-index {
	width: 100%;
	border: 1px solid #000000;
}

table.photo-index td {
	border: 1px solid #000000;
	vertical-align: top;
	padding: 2px;
}

table.photo-index td.thumb {
	width: 120px;
}

table.photo-index td.thumb img {
	display: block;
	border: 0;
}

table.photo-index td.info {
}

table.photo-index p {
	margin: 0;
}

table.photo-index p.label {
	font-size: larger;
	font-weight: bold;
	margin-bottom: 1ex;
}

table.photo-index p.description {
	margin-bottom: 1ex;
}

table.photo-index p.credit {
	font-size: smaller;
}

img.rotate-90 {
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}

img.rotate-180 {
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}

img.rotate-270 {
	transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
}
