html body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
    font-weight: normal;
    font-size: 13pt;
}
.prehead    {
	color : #000000;
	font-family : arial,verdana, Arial, sans-serif;
	font-size: 14pt;
	font-weight: bold;
    text-indent: 0em;
    line-height: 100%;
}	
.headline	{
	color : #FF0000;
	font-family : Arial, sans-serif;
	font-size: 26pt;
    font-weight: bold;
    text-indent: 0em;
    line-height: 110%;
    text-align: center;
}
.posthead
	{
	color : #000000;
	font-family : Tahoma, Arial, sans-serif;
	font-size: 18pt;
	font-weight: bold;
    text-indent: 0em;
    text-align: center;
}
.subhead	{
	color : #FF0000;
	font-family : tahoma, Arial, sans-serif;
	font-size: 16pt;
	font-weight: bold;
    text-align: center;
    line-height: 125%;
    text-indent: 0em;
}
.yellow {
	background-color: #FFFF00;
}

ul {
	font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
	font-size: 13pt;
    line-height: 140%;
    color : #000000;
}
table {
	font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
	font-size: 13pt;
    line-height: 140%;
    color : #000000;
}
hr { border: 0; width: 90%; height: 1px; background: #333; background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc); background-image: -moz-linear-gradient(left, #ccc, #333, #ccc); background-image: -ms-linear-gradient(left, #ccc, #333, #ccc); background-image: -o-linear-gradient(left, #ccc, #333, #ccc); }

.guaranteeboxborder {
	border: 1px solid #e3f0cf;
	width: 450pt;
	padding: 0;
	background-image: url(http://www.adwordscopycat.com/images/guaranteeBox.gif); 
 
	}
.guaranteebox {
	border: 1px solid #e3f0cf;
	padding: 15px;
	margin: 15px;
	background: #E3F0CF;

	}
.guarantee{
	color : #000000;
	font-family : Trebuchet MS, Arial, sans-serif;
	font-size: 13pt;
	font-weight: normal;
    line-height: 125%;
    text-indent: 0em;
    text-align:left;
}
.disclaimer {
	color : #333333;
	font-family : Arial, sans-serif;
	font-size: 10pt;
	font-weight: normal;
    line-height: 125%;
    text-indent: 0em;
}

#navlist {
list-style:none;
margin: 0 0 1em 15px;
padding: 0px;
}

#navlist li {
line-height:1.3em;
background-image: url(../images/red-arrow.png);
background-repeat: no-repeat;
padding-left: 35px;
margin: 0;
}
.mtb {
	color : #333333;
	font-family : Arial, sans-serif;
	font-size: 9pt;
	font-weight: normal;
    line-height: 125%;
    text-indent: 0em;
}
#cornerAd {
   /* Firefox */
   position: fixed;
   bottom: 0;
   right: 0;

   /* Internet Explorer */
   _position: absolute;
   _top: expression(document.body.scrollTop + document.body.clientHeight - this.clientHeight);
   _left: expression(document.body.scrollLeft + document.body.clientWidth - offsetWidth);
}