BODY {
	background: url(Files/site/background.png);
	font: 12pt sans-serif;
}

A { text-decoration: none }
A:hover { text-decoration: underline }
A:link { color: #FFA201 }
A:visited { color: #2163a5 }

.indent {
	margin-left: 30px;
	margin-right: 30px;
}

.headertext {
	color: #FFA201;
	font-size: 14pt;
	font-weight: bold;
}
.headertext A, A.headertext { color: #FFA201 }

.title { font-size: 18pt; font-weight: bold }
.subtitle { font-size: 14pt }
.index { font-size: 11pt }
.author { font-size: 12pt }
.timestamp { font-size: 9pt }

.error {
	font-weight: bold;
	color: #cc2626;
}

.header TD {
	background: white;
	padding: 5px 7px;
	border-top: thin solid #2163a5;
	border-bottom: medium solid #2163a5;
}

.menu { font-size: 10pt }
.menu A { color: black; font-weight: bold }

.footer TD {
	font-size: 8pt;
	border-top: medium solid #2163a5;
}

.linebelow TD {	border-bottom: thin solid #2163a5 }
.lineabove TD {	border-top: thin solid #2163a5 }
.lineleft { border-left: thin dotted #2163a5 }
.box {
	border: thin solid #2163a5;
	padding: 5px;
	background: white;
}

.textblock { padding: 10px }
.siteindex P { margin: 7px 0px 0px 0px; padding: 0px; }
