.hosting-table {
	color: #404954;
	font-size: 12px;
	margin: 0px auto 10px auto;
	width: 95%;
}
.hosting-cell-header {
	background-color: #98a9bf;
	font-weight: bold;
	height: 20px;
	padding: 2px;
	text-align: center;
}
.hosting-cell-header-left {
	background-color: #98a9bf;
	font-weight: bold;
	height: 20px;
	padding: 2px;
	text-align: left;
}
.hosting-cell-left {
	background-color: #b9c7d9;
	height: 20px;
	padding: 2px;
	text-align: left;
}
.hosting-cell-content1 {
	background-color: #c3d2e6;
	height: 20px;
	padding: 2px;
	text-align: center;
}
.hosting-cell-content2 {
	background-color: #a3bad6;
	height: 20px;
	padding: 2px;
	text-align: center;
}
.hosting-cell-link {
	background-color: #c3d2e6;
	height: 20px;
	padding: 2px;
	text-align: right;
}
.hosting-table-notes {
	font-size: 11px;
	margin: 0px auto 5px auto;
	width: 95%;
}



.hosting-table-small {
	color: #404954;
	font-size: 11px;
	margin-bottom: 10px;
	width: 100%;
}
.hosting-small-cell-header {
	background-color: #98a9bf;
	font-weight: bold;
	padding: 2px;
	text-align: center;
}
.hosting-small-cell-header-left {
	background-color: #98a9bf;
	font-weight: bold;
	padding: 2px;
	text-align: left;
}
.hosting-small-cell-left {
	background-color: #b9c7d9;
	padding: 2px;
	text-align: left;
}
.hosting-small-cell-content1 {
	background-color: #c3d2e6;
	padding: 2px;
	text-align: center;
}
.hosting-small-cell-content2 {
	background-color: #a3bad6;
	padding: 2px;
	text-align: center;
}
.hosting-small-cell-link {
	background-color: #c3d2e6;
	padding: 2px;
	text-align: right;
}