body 
{
	background-image: url("images/wontonbackground2.gif");
}
a:link
{
	color: #73730f;
	text-decoration: underline;
}
a:visited
{
	color: #73730f;
	text-decoration: underline;
}
a:hover
{
	color: #73730f;
	text-decoration: underline;
}
a:active
{
	color: #73730f;
	text-decoration: underline;
}

.SectionHeader
{
	font-weight: bold;
	font-family: Monotype Corsiva;
	color: #73730f;
	font-size: x-large;
	text-align: center;
	border-bottom: solid thin #73730f;
}
.ServiceName
{
	font-weight: bold;
	font-family: Verdana;
	color: #73730f;
	font-size: small;
}
.SubServiceName
{
	font-weight: bold;
	font-family: Verdana;
	color: #73730f;
	font-size: x-small;
	font-style:italic;
	text-align: right;
}
.ServiceCost
{
	font-weight: bold;
	font-family: Verdana;
	font-size: small;
	text-align: right;
}
.ServiceDesc
{
	font-family: Verdana;
	font-size: x-small;
	text-align: left;
}
.ServiceDescCaveat
{
	font-family: Verdana;
	font-size: x-small;
	text-align: left;
	font-style:italic;
	font-weight: bold;
}
.ServiceSpacer
{
	height: 8px;
}
