body {
	background: url(images/bg.gif);
	color: rgb(79,67,50);
	font-family: times, Times New Roman, serif;
	font-size: 13px;
	line-height: 18px;
	}
	
.serviceslist {
	margin: 0px;
	border-left: solid 1px rgb(121,106,85);
	padding: 0px;
	}
	
.serviceslist li{
	font-family: helvetica, sans-serif;
	font-size: 11px;
	list-style-type: square;
	margin: 5px 0px 0px 25px;
	}
	
.bullets li {
	list-style-type: square;
	}
	
.homecopy {
	text-align: left;
	width: 325px;
	margin: 10px 0 0 0;
	}
	
.copy {
	text-align: left;
	width: 400px;
	margin: 10px 0 0 0;
	}
	
.meetcopy {
	text-align: left;
	margin: 10px 0 0 0;
	}
	
.disclaimer {
	font-family: helvetica, sans-serif;
	font-size: 11px;
	color: rgb(252,243,226);
	margin: 0px;
	white-space: pre;
	}
	
.disclaimer a:link, .disclaimer a:visited {
	font-size: 11px;
	font-family: helvetica, sans-serif;
	text-decoration: underline;
	color: rgb(252,243,226);
	}
	
.disclaimer a:hover {
	color: black !important;
	}
	
.disclaimer a:visited {
	color: rgb(252,243,226);
	}

.caption {
	font-size: 10px;
	line-height: 12px;
	text-align: center;
	font-weight: bold;
	}
	
.listtitle {
	font-weight: bold;
	font-family: helvetica, sans-serif;
	margin-left: 0px;
	text-align: center;
	text-decoration: underline;
	}
	
a:link, a:visited {
	color: rgb(79,67,50);
	font-weight: bold;
	text-decoration: underline;
	}
	
a:hover {
	color: rgb(143,48,17) !important;
	font-weight: bold;
	text-decoration: none !important;
	}