/* ------------------------------------------------------------------------- */

body {
	background: #000000;
	color: #b0b0b0;
	font-family: sans-serif;
	font-size: 12pt;
}

a:link {
	font-weight: bolder;
	color: #bb8b5a;
	text-decoration: none;
}
a:visited {
	font-weight: bolder;
	color: #bb8b5a;
	text-decoration: none;
}
a:active {
	color: #bb8b5a;
	text-decoration: none;
}
a:hover {
	color: #3e7ea6;
	text-decoration: none;
}

.dim  	{
	color: #202020;
}

.spread {
	letter-spacing: 0.4em;
	text-transform: lowercase;
}



/* ------------------------------------------------------------------------- */

.pagehead {
	font-size: 32px;
	text-transform: lowercase;
}

.pagehead-title {
	font-size: 32px;
}

.sectionhead {
	font-size: 14pt;
	letter-spacing: 0.1em;
	text-align: center;
	text-transform: lowercase;
}

.teeny {
	font-size: 6pt;
}

/* ------------------------------------------------------------------------- */

.nav {
	color: #b0b0b0;
	font-size: small;
	font-weight: bold;
	text-transform: lowercase;
	text-decoration: none;

}
.nav a:link {
	color: #b0b0b0;
	text-decoration: none;
}
.nav a:visited {
	color: #b0b0b0;
	text-decoration: none;
}
.nav a:active {
	color: #b0b0b0;
	text-decoration: none;
}
.nav a:hover {
	color: #ffffff;
	text-decoration: none;
}

.nav-here {
	color: #3e7ea6;
	text-decoration: none;
}

.nav-disabled {
	color: #404040;
	text-decoration: none;
}

/* ------------------------------------------------------------------------- */

.pictitle {
	font-size: 8pt;
	font-style: italic;
}

