body {
	color: black;
/*
	background-color: white;
*/
	text-align: center;
	font-family: verdana;
}

a:link, a:visited {
	text-decoration: underline;
	color: #996633;
}

a:link.blue, a:visited.blue {
	text-decoration: underline;
	color: #336699;
}

br {
}

table.inner {
	border-style: double;
	border-width: 4px;
	border-color: #996633;
	width: 100%;
	font-size: 80%;
}

table.inner2 {
	border-style: double;
	border-width: 4px;
	border-color: #336699;
	width: 100%;
	font-size: 80%;
}

table.inner2-odd {
	border-style: double;
	border-width: 4px;
	border-color: #336699;
	font-size: 80%;
}

tr.header {
	color: white;
	background-color: #996633;
}

tr.header2 {
	color: white;
	background-color: #336699;
}

tr.data {
	color: black;
	background-color: #f5f2db;
}

td, th {
	padding-left: 4px;
	padding-right: 4px;
}

input {
	font-size: 90%;
}

span.goal {
	color: red;
}
