@charset "UTF-8";
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
/* CSS Document */

body,td,th {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
}
body {
	background-image: url(images/butter-bg.jpg);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
}
.PageTitle {
	font-size: 32px;
	color: #000000;
	text-align: center;
	font-weight: bold;
}
.Testimonial {
	font-size: 14px;
	font-style: italic;
	color: #0000FF;
	padding: 10px;
	height: auto;
	width: auto;
	border: thin solid #CCCCCC;
	background-color: #F3F3F3;
}
.TestimonialName {
	font-size: 12px;
	font-style: normal;
	color: #0000FF;
	font-weight: bold;
	text-align: right;
}
.SectionTitle {
	font-size: 18px;
	text-transform: uppercase;
	color: #FF0000;
	font-weight: bold;
	text-align: center;
}
.SubSectionTitle {
	text-transform: capitalize;
	color: #FF0000;
	font-weight: bold;
	text-align: center;
	font-size: 14px;
}
.LowerCase {
	text-transform: lowercase;
}
.Remove {
	background-color: #FFFF00;
}
.Price {
	font-size: 28px;
}
.intro {
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
}
.PriceBox {
	font-size: 16px;
	font-style: normal;
	color: #000000;
	padding: 10px;
	height: auto;
	width: auto;
	border: thin solid #CCCCCC;
	background-color: #D3F0CF;
	text-align: center;
}

