body {
	text-align: center;
}

body.nocenter {
	text-align: left;
}

.noborders {
	border-style: none;
}

.warning {
	color: red;
	font-weight: bold;
}

.center {
	text-align: center;
}

.bold {
	font-weight: bold;
}

.small {
	font-size: 0.8em;
}

p {
	text-align: left;
}

table.spreadsheet {
	width: 95%;
	border-style: solid;
	border-color: black;
	border-width: 1px;
	margin-left: auto;
	margin-right: auto;
}

table.spreadsheet tr td {
	background-color: #fec;
	color: #000;
	padding: 3px;
	text-align: left;
	font-family: Arial, serif;
	font-weight: normal;
	vertical-align: top;
	border-style: solid;
	border-width: 1px;
	border-color: #000;
}

table.spreadsheet tr th {
	padding: 3px;
	text-align: center;
	font-family: Arial, serif;
	font-weight: normal;
	border-bottom-style: solid;
	border-bottom-color: black;
	border-bottom-width: 1px;
}

table.spreadsheet tr th.left {
	text-align: left;
}

table.spreadsheet tr th.right {
	text-align: right;
}

table.spreadsheet tr td.left {
	text-align: left;
}

table.spreadsheet tr td.right {
	text-align: right;
}

table.spreadsheet tr.even td {
	background-color: #ffe;
}

table.spreadsheet tr.alt td {
	background-color: #aaa;
}

table.spreadsheet tr.alteven td {
	background-color: #ccc;
}

table.spreadsheet tr th.inner {
	border-top-style: solid;
	border-top-color: black;
	border-top-width: 1px;
}

table.spreadsheet tr td.date {
	white-space: nowrap;
}

.farright {
	border-left-style: solid;
	border-left-color: black;
	border-left-width: 1px;
}

.farleft {
	border-right-style: solid;
	border-right-color: black;
	border-right-width: 1px;
}

.right {
	text-align: right;
}
