body {
 font-family: Georgia, "Times New Roman", Times, serif;
 background: #ebe7e0 url(../images/bg_grad.gif) top left repeat-x;
}
a {
	color: #223e6e;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: none;
}

a.blueLink {
	color: #003399;
	text-decoration: underline;
}

a.blueLink:hover {
	color: #000;
}

p {
 font-family: Georgia, "Times New Roman", Times, serif;
}

.small {
	font-size:11px;
	margin:0px;
}

h1, h2, h3, h4 {
	font-family: Tahoma, "Arial Black", "Optima", Arial, sans-serif;
}
h4.black {
	padding:0px;
}

.handwriting {
	font-family: "Bradley Hand ITC", "Comic Sans MS", Verdana, Arial, Helvetica, sans-serif;
}

.testimonial {
 font-family: "Trebuchet MS", "Lucida Sans", Arial, sans-serif;
 line-height: 1.5em;
}
.testimonialsmall {
 font-family: "Trebuchet MS", "Lucida Sans", Arial, sans-serif;
 font-size:12px;
 line-height: 1.25em;
}

#dollar {
		margin-left: 0;
		padding-left: 0;
		list-style: none;
		}

#redx, #greencheck, #free {
	margin-left: 50px;
	padding-left: 0;
	list-style: none;
}

#dollar li {
		padding-left: 38px;
		padding-right: 10px;
		padding-bottom: 10px;
		background-image:  url(../images/bullet1.gif);
		background-repeat: no-repeat;
		background-position: top left;
		}

#redx li {
	padding-left: 25px;
	padding-right: 10px;
	padding-bottom: 10px;
	background-image:  url(../images/bullet2.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#greencheck li {
	padding-left: 30px;
	padding-right: 10px;
	padding-top: 5px;
	background-image:  url(../images/bullet3.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
	
	
#free li {
	padding-left: 60px;
	padding-right: 10px;
	padding-bottom: 10px;
	background-image:  url(../images/bullet4.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
#dollar li a {
		text-decoration: none;
		color: #999;
		}
	
#dollar li a:hover {
		text-decoration: underline;
		color: #000;
		}
.toprow {
	border-left:1px solid #000;
	border-right:1px solid #000;
	border-top:1px solid #000;
	padding: 10px 15px 0px 15px;
}
.borders {
	border-left:1px solid #000;
	border-right:1px solid #000;
	padding: 0px 15px;
}
.highlight {
	background-color: yellow;
}