/*
.companyname {
	font-size: 22pt;
	color: #000000;
	text-align: center;
}
.headline {
	font-size: 22px;
	color: #000000;
	text-align: center;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}
h1 {
	font-size: 22pt; 
}
h2 {
	font-size: 14pt;
}
.textorderform {
	font-size: 16pt;
}
.strapline {
	font-size: 14pt;
	text-align: center;
}
.red {
	color: #FF0000;
}
*/

.guaranteeBox {
	background-color: #FFCCCC;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	width: 500px;   /* align for good browsers */
	padding: 10px;
	text-align: left; /* counter the body center */
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	font-family: "Comic Sans MS", "Courier New", Courier;
}

.burgandy {
color:#FFCCCC;
}