body {
	color: black;
	font-family: verdana;
}

a:link.left, a:visited.left {
	text-decoration: underline;
	color: white;
}

a:link.right, a:visited.right {
	text-decoration: underline;
	color: #996633;
}

table.page {
	width: 100%;
	height: 100%;
}

td.header {
	color: #996633;
	background-color: #f5f2db;
	text-align: center;
	font-weight: bold;
	font-size: 120%;
}

td.footer {
	color: #996633;
	background-color: #f5f2db;
	text-align: right;
	font-size: 70%;
}

td.left {
	vertical-align: top;
	color: white;
	background-color: #996633;
	font-size: smaller;
}

input.left {
	font-size: 90%;
}

td.right {
	background-color: #f5f2db;
}

span.header {
	font-weight: bold;
	font-size: 125%;
}

span.smaller {
	font-size: smaller;
}

table.chars {
/*
	border-style: double;
*/
	border-width: 4px;
	border-color: #996633;
	background-color: #f5f2db;
	font-size: smaller;
}

table.chart {
	border-style: double;
	border-width: 4px;
	border-color: #996633;
	margin-left: auto;
	margin-right: auto;
	font-size: smaller;
}

tr.chart-header {
	color: white;
	background-color: #996633;
}

tr.chart-data {
	color: black;
	background-color: #f5f2db;
}

td.chart-mark {
	color: white;
	background-color: #996633;
}

td.chart-right {
	text-align: right;
}

th {
	padding-left: 4px;
	padding-right: 4px;
}
td {
	padding-left: 4px;
	padding-right: 4px;
} 

td.newsdate {
	font-weight: bold;
	font-size: 80%;
	vertical-align: top;
}
td.newsitem {
	font-size: 80%;
}

b.news, p.news {
	font-size: 90%;
}
