body {
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #010B0A;
}
.text {
	font-size: 11px;
}
.text, .text a {
	letter-spacing: 0px;
	text-decoration: none;
}
	.text a {
		/*color: #899D96;*/
		color: #FFC000;
	}
		.text a:hover {
			color: #899D96;
		}
	.text {
		color: #DFEAE6;
	}
		.text img, .text a img {
			border: 3px solid #1a2521;
		}
			.text a:hover img {
				border: 3px solid #899e97;
			}
			.text a.archive img,.text a.archive:hover img {
				border: 3px solid #010B0A;
			}
		.text td {
			line-height: 15px;
		}
			.text td em {
				color: #666;
			}
			.text td.subtitle, .text td.subtitle a, h3 {
				font-family: "Century Gothic", Verdana, sans-serif;
				color: #FFC000;
				font-size: 14px;
				line-height: 20px;
				font-weight: normal;
				letter-spacing: 1px;
			}
.title {
	font-family: "Century Gothic", Verdana, sans-serif;
	color: #FFC000;
	letter-spacing: 3px;
	font-size: 16px;
}
ul {
	list-style: square outside;	
}
label {
	float: left;
	width: 100px;
}
input, textarea {
	font-family: "Century Gothic", Verdana, serif;
	padding: 3px;
	/*background-color: #899e97;*/
	background-color: #dfeae6;
	border: 3px solid #1a2521;
	font-size: 10px;
	width: 180px;
}
div#folio {
	padding-left: 5px;
}
#banditback {
	width: 120px;
	height: 100px;
	position: absolute;
	right: 5px;
	bottom: 5px;
	z-index: 99;
}
acronym { cursor: help; }

div.maintenance {
	position: absolute;
	top: 31px;
	z-index: 20;
	width: 100%;
	height: 100%;
	background: #333;
	font-size: 24px;
	color: #FFC000;
	text-align: center;
}
	div.maintenance img {
		border: 0;
	}
	div.maintenance p {
		width: 350px;
		margin: 100px auto; 
	}
		div.maintenance p a {
			font-size: 24px;
			text-decoration: underline;
			font-weight: bold;
			color: #FFC000;
		}
			div.maintenance p a:hover {
				color: #899D96;
			}