body {
	background-color: #F3F3F3;
	margin: 0px;
}

/* Link behaviours */

a:link, a:visited, a:active {
	color: #336699;
	text-decoration: none;
}
a:hover {
	color: #336699;
	text-decoration: underline;
}
.text_confirm a:link, .text_confirm a:visited, .text_confirm a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.text_confirm a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
.text_terms a:link, .text_terms a:visited, .text_terms a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.text_terms a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
.testimonials_footer a:link, .testimonials_footer a:visited, .testimonials_footer a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.testimonials_footer a:hover {
	color: #CCCCCC;
	text-decoration: none;
}

/* Text styles */

.reviews {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	color: #333333;
	text-align: left;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	background-image: url(assets/bg_reviews.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #F6F6F6;
}
.text_confirm {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
	text-align: left;
	padding-left: 50px;
}
.text_header {
	font-size: 14px;
	font-weight: bold;
}
.text_terms {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
	line-height: 18px;
	padding-right: 75px;
}
.text_testimonials {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
	line-height: 18px;
	padding-left: 75px;
	padding-right: 75px;
	background-image: url(assets/bg_testimonials_mid.gif);
	background-repeat: repeat-y;
	padding-bottom: 25px;
}
.testimonials_footer {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
	line-height: 18px;
	padding-left: 75px;
	padding-right: 75px;
	background-image: url(assets/bg_testimonials_base.gif);
	background-repeat: no-repeat;
}

/* Graphics styles */

.bg_confirm {
	background-color: #FFFFFF;
	background-image: url(assets/bg_confirm.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.bg_terms {
	background-image: url(assets/bg_terms.gif);
	background-repeat: no-repeat;
}
.bg_testimonials {
	background-image: url(assets/bg_testimonials_top.gif);
	background-repeat: no-repeat;
}
.divider_pop {
	background-image: url(assets/divider_pop.gif);
	background-repeat: repeat-x;
}

