@charset "UTF-8";
.solidborder {
	border: 2px solid #fd7d00;
	width: 700px;
	height: auto;
	font-family: Georgia, Geneva, Arial, Helvetica;
	font-size: medium;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.boldred {
	font-family: Georgia, Geneva, Arial, Helvetica;
	font-size: x-large;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
	text-align: center;
}
.boldblack {
	font-weight: bold;
}
.bottommenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	text-align: center;
}
.dashedborder {
	font-family: Georgia, Geneva, Arial, Helvetica;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	background-color: #FFFF99;
	height: 200px;
	width: 500px;
	border: medium dashed #666666;
	text-align: center;
}
.privacy {
	font-family: Georgia, Geneva, Arial, Helvetica;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
.price {
	font-family: Georgia, Geneva, Arial, Helvetica;
	font-size: 36px;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
	text-align: center;
}
.strikethroughprice {
	font-family: Georgia, Geneva, Arial, Helvetica;
	font-size: 36px;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
	text-align: center;
	text-decoration: line-through;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align: center;
}
.links {
	font-family: Georgia, Geneva, Arial, Helvetica;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.testimonial {
	border: 1px solid #000000;
	font-family: Georgia, Geneva, Arial, Helvetica;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	background-color: #FFFF99;
	height: auto;
	width: 480px;
	padding: 10px;
	margin-right: auto;
	margin-left: auto;
}

