@charset "utf-8";
/* CSS Document */

.ServiceBody {
	float: left;
	width: 95%;
}

.ServiceBody p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 2vw;
	text-align: left;
	margin-bottom: 6pt;
	margin-top: 2pt;
	margin-left: 1cm;
}
.ServiceBody p a {
	text-decoration: none;
}
.ServiceBody p a:hover {
	color: #C3F;
}

.ServiceBody p Quote{
	font-family: "Eras Demi ITC";
	font-size: 3vw;
	font-style: italic;
	color: #03C;
	text-align: center;
	padding: 1cm;
	margin: 20px;
}
.ServiceBody ul {
	margin: 20px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 2vw;
}
.ServiceBody ul li {
	margin: 5px;
	list-style-type: disc;
}
.ServiceBody h1 {
	color: #80003A;
	font-family: "Eras Demi ITC";
	font-size: 3vw;
	margin: 15px;
	text-align: center;
}
.ServiceBody h2 {
	color: #80003A;
	font-family: "Eras Demi ITC";
	font-size: 2vw;
	margin: 15px;
	text-decoration: underline;
}
.ServiceBody h3 {
	color: #80003A;
	font-family: "Eras Demi ITC";
	font-size: 2vw;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 40px;
}
.ServiceBody h4 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 2vw;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	color: #009;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 40px;
}

.ServiceBody dl {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 2.5vw;
	margin: 20px;
}
.ServiceBody dl dt {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#ClientTable table tr td h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 3vw;
	color: #80003A;
	padding: 5px;
	margin: 0px;
}
#ClientTable table tr td ul {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 2.5vw;
	margin: 5px;
	height: auto;
	list-style-type: disc;
}
#ClientTable table tr td ul li {
	margin-bottom: 5px;
}
