body {
	text-align: center;
	font-family: sans-serif; font-size: 11px;
}

table {
	border-collapse: collapse; margin: 0; padding: 0; font-size: 11px;
}

div.content {
	border-width: 1px;
	border-style: solid;
	border-color: #AAAAAA;
}

a {
	color: darkgreen;
}

td {
	border-width: 0px;
	border-style: solid;
	border-color: #AAAAAA;
	padding: 2px;
}

table.list td {
	border-width: 1px;
}

table.list {
	width: 890px;
}

.td_purchase {
	background-color: #BBEABB;
}

.td_update {
	background-color:#BBBBEA;
}

.td_recovery {
	background-color:#FAFABB;
}

.td_green {
	background-color:#AAEAAA;
}

.td_red {
	background-color:#EAAAAA;
}

form {
	margin: 0;
}
input {
	font-size: 11px;
}

.content {
	margin: 0 0 5px 0;
	padding: 4px;
	background-color: #EAEAEA;
}

.navbutton {
	background-color: #EAEAEA;
	border: 0;
	padding: 0;
	text-align: left;
	color: blue;
	text-decoration: underline;
}
