body {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.header {
	margin: auto auto;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 24px;
}
#serviceList {
	background-color: #efeff5;
	border-color: #666699;
	border-width: 2px;
	border-style: solid;
}

#serviceList table {
	width: 100%;
}

#serviceList .header {
	background-color: #666699;
	border-color: #666699;
	border-width: 1px;
	border-style: solid;
	font-weight: bold;
	color: white;
	font-size: 16px;
}
#serviceList .subheader {
	background-color: gray;
	border-color: #666699;
	border-width: 1px;
	border-style: solid;
	font-weight: bold;
	color: white;
	font-size: 14px;
}

#serviceList .subsubheader {
	background-color: gray;
	border-color: #666699;
	border-width: 1px;
	border-style: solid;
	color: white;
	font-size: 12px;
	text-align: center;
}

#serviceList .indent {
	padding-left: 20px;
}

#serviceList .rowspacer {
	background-color: white;
	border-width: 0px;
	height: 20px;
}

#serviceList td {
	padding: 6px;
	border-bottom-color: gray;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.message {
	font-size:115%; 
	color:Green; text-align:center
}