@charset "utf-8";
/* CSS Document */

.boxDashBlank {
     margin: 50px;
	 padding: 20px;
	 border: 2px dashed #CC0000;
	 }

ul.tick {
     list-style-type: none;
	 }

#content h1.sales {
     font: 220% Georgia, "Times New Roman", Times, serif;
	 color: #CC0000;
	 text-align: center;
	 font-weight:bolder;
	 }

#content h2.sales {
     font-size: 170%;
	 text-align: center;
	 }
	 
#content h3.sales {
     font: 150% Georgia, "Times New Roman", Times, serif;
	 text-align: center;
	 }

ul.tick li{
     background: url(../media/tick.gif) no-repeat 0 top;
	 padding-left: 30px;
	 }
	 
.testimonial1 {
     border: 2px solid #FFCC00;
	 padding: 10px;
	 background-color: #FFF8D9;
	 margin: auto 40px;
	 }
	 
.strike {
     text-decoration: line-through;
	 }	 
	 
.warning {
	color: #cc0000;
	font-weight: bold;
}

.hilite {
     background-color: #FFFF00;
	 }

