.white {
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	color: #FFFFFF;
}
.titles {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #FFFFFF;
	letter-spacing: 2px;
}
.blackcopy {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #333333;
}
a:link {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #333333;
	text-decoration: underline;
}
a:visited {
	font-family: "Trebuchet MS";
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #336666;
	text-decoration: none;
}
a.white:link {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
a.white:visited {
	font-family: "Trebuchet MS";
	color: #FFFFFF;
	text-decoration: underline;
}
a.white:hover {
	color: #0066CC;
	text-decoration: none;
}
.button {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: bold;
	color: #669933;
	background-color: #FFFFFF;
	margin: 1px;
	padding: 1px;
	border: 2px outset #669966;
}
.subheads {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #669933;
	margin: 0px;
	padding: 10px 3px 3px;
	border: 1px solid #669933;
}
.subsub {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #669933;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #669933;
	height: 10px;
	padding-bottom: 10px;
}
.comment {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-style: italic;
	color: #666666;
}
.dottedborder {
	border: 1px dotted #669933;
}
.testimonial {
	font-family: "Trebuchet MS";
	font-size: 0.9em;
	color: #666666;
	padding-right: 30px;
	text-align: justify;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999999;
	font-weight: normal;
}
