h1 {
	display: none;
}

table {
	width: 90%;
	border-style: solid;
	border-color: rgb(224,224,224);
	border-width: 1px;
}
table tr th {
	background-color: rgb(240,240,240);
	text-align: center;
	border-style: dashed;
	border-color: rgb(224,224,224);
	border-width: 1px;
}
table tr td {
	text-align: left;
	border-style: dashed;
	border-color: rgb(224,224,224);
	border-width: 1px;
}

table#income thead tr th {
	text-align: right;
}
table#income tfoot tr th {
	text-align: right;
}

table.serviceinfo tr th.name {
	text-align: left;
}
table.serviceinfo tr th.name table,
table.serviceinfo tr td.value table {
	width: 100%;
	padding: 0px;
	margin: 0px;
	border-style: none;
	border-color: transparent;
	border-width: 0px;
}
table.serviceinfo tr th.name table tr th,
table.serviceinfo tr th.name table tr td,
table.serviceinfo tr td.value table tr th,
table.serviceinfo tr td.value table tr td {
	padding: 0px;
	margin: 0px;
	border-style: none;
	border-color: transparent;
	border-width: 0px;
}
table.serviceinfo tr th.name {
	background-color: rgb(240,240,240);
}
table.serviceinfo tr th.name table tr th.service {
	text-align: left;
}
table.serviceinfo tr th.name table tr td.company {
	text-align: right;
}
table.serviceinfo tr td.value {
	background-color: rgb(248,248,248);
}
table.serviceinfo tr td.value table tr td.rating {
	text-align: left;
}
table.serviceinfo tr td.value table tr td.rating span.mark {
	color: rgb(192,192,192);
}
table.serviceinfo tr td.value table tr td.rating span.mark span.star {
	color: rgb(255,160,  0);
}
table.serviceinfo tr td.value table tr td.price {
	text-align: right;
}
table.serviceinfo tr td.report table {
	width: 100%;
	padding: 0px;
	margin: 0px;
	border-style: none;
	border-color: transparent;
	border-width: 0px;
}
table.serviceinfo tr td.report table tr th {
	color: rgb(255,255,255);
	background-color: rgb(192,192,192);
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	word-break: keep-all;
	white-space: nowrap;
	width: 20%;
	padding: 0px;
	margin: 0px;
	border-style: none;
	border-color: transparent;
	border-width: 0px;
}
table.serviceinfo tr td.report table tr th.na {
	background-color: rgb(224,224,224);
}
table.serviceinfo tr td.report table tr td {
	font-size: 16px;
	line-height: 18px;
	text-align: center;
	word-break: keep-all;
	white-space: nowrap;
	padding: 0px;
	margin: 0px;
	border-style: none;
	border-color: transparent;
	border-width: 0px;
}
table.serviceinfo tr td.description {
}
table.serviceinfo tr td.campaign {
}
table.serviceinfo tr td.banner {
	text-align: center;
}
table.serviceinfo tr th.name table tr td.detail {
	text-align: right;
}
