.Striped_Table {
	border-collapse: collapse;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.Striped_Table th, .Striped_Table td {
	padding: 1px 3px;
	margin: 0;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
}

.Striped_Table th {
	font-weight: bold;
	text-align: left;
	background: #00818a;
	color: #fff;
}

.Teal_Text {
	color: #00818a;
}

.Teal_Background {
	background: #00818a;
	color: #fff;
}

.Silver_Background {
	background: #ddd;
	color: #000;
}

.Medium_Gray_Background {
	background: #777;
	color: #fff;
}

.center, th.center, .Striped_Table th.center {
	text-align: center;
}