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 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;
}

/* Graphics styles */

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