body {
	font-family: Verdana, Arial, sans-serif;
	color: #f3f1df;
	background-color: #403D2E;
	padding: 15px 30px;
}

a {
	text-decoration: underline;
	color: #f3f1df;
}

a:hover {
	text-decoration: underline;
}

p {
	font-size: 80%;
	text-align: justify;
	margin: 0 0 1em;
}

ol, ul {
	font-size: 80%;
	list-style-position: inside;
	text-align: justify;
	margin: 0 0 1em;
}

ol ol, ol ul, ul ol, ul ul {
	font-size: 100%;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 150%;
	font-weight: normal;
}

h2 {
	text-align: left;
	font-size: 80%;
	font-weight: bold;
}

div#maindiv {
	width: 720px;
}

div.lcol, div.rcol {
	float: left;
	text-align: center;
	width: 354px;
}

div.lcol {
	padding-right: 6px;
	/*background-color: green;*/
}

div.rcol {
	padding-left: 6px;
	/*background-color: yellow;*/
}

div.nocols {
	clear: both;
	text-align: center;
}

div.ruler {
	clear: both;
	padding: 10px 0;
}

div.ruler hr {
	height: 1px;
	border-style: none;
	width: 75%;
	color: #f3f1df;
	background-color: #f3f1df;
}

table#histtab {
	width: 360px;
}

table#histtab td {
	text-align: center;
	font-size: 70%;
}

table#histtab td.act {
	color: #666666;
}

table#histtab img {
	border-width: 1px;
	border-style: solid;
	border-color: #f3f1df;
}

table#histtab a {
	text-decoration: none;
}

table#search {
	font-family: Arial, Helvetica, sans-serif;
}

table#search thead th {
	text-align: center;
	font-weight: bold;
}

table#search tbody th {
	text-align: right;
	font-weight: normal;
}

table#search tfoot td {
	text-align: center;
}
