table.table	{
	border: 1px solid #bbb;
	background: #fff;
	font-size: 90%;
}

table.table th,
table.table td	{
	border: 1px solid #bbb;
	padding: 5px 10px;
	background: #fff;
}

table.table th	{
	border: 1px solid #496a95;
	background: #eee;
	background: #eff;
	background: #7293be;
	color: #fff;
}

table.table td.lavender {
	background: #ccc0d9;
	color: #fff;
	}
	
table.table td.light_green {
	background: #92d050;
	color: #fff;
	}
	
table.table td.magenta {
	background: #ff00ff;
	color: #fff;
	}
	
table.table td.red {
	background: #ff0000;
	color: #fff;
	}
	
table.table td.black {
	background: #000000;
	color: #fff;
	}

table.table td.yellow {
	background: #ffff00;
	}

table.table td.navy {
	background: #0070c0;
	color: #fff;
	}

table.table td.orange {
	background: #e36c0a;
	color: #fff;
	}

table.table td.forest {
	background: #00b050;
	color: #fff;
	}

table.table td.peach {
	background: #d99594;
	color: #fff;
	}
	
table.table td.light_blue {
	background: #c6d9f1;
	}