body {
	color: black;
	background: white;

	font-family: Arial, Helvetica, sans-serif;
/*
 * It's a Bad Idea(tm) to use fixed font sizes.
 * Uncomment it if you _really_ want
	font-size: 14px;
 */
}

div.table table, div.informaltable table {
	background: #333366;
	border-collapse: separate;
	border: solid 1px #333366;
	border-spacing: 1px;
}

div.table th, div.informaltable th {
	color: white;
	background: #4488cc;
	border: 0px;
	padding: 20px;
}

div.table td, div.informaltable td {
	background: #fffff8;
	border: 0px;
	padding: 5px;
}

/*
div.table col, div.informaltable col {
	max-width: 500px;
	min-width: 100px;
}
*/

tt.label {
	font-weight: bolder;
	font-size: larger;
	font-family: Arial, Helvetica, sans-serif;
}
