a:hover {  text-decoration: none}
a:link {  }
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #B6CEE7;
	color: #000;
}
h1 {
	font-size: 110%;
}
h2 {
	font-size: 105%;
}
td {
	font-size: 80%;
}
td td{
	font-size: 100%;
}
td td td{
	font-size: 100%;
}
.larger {
	font-size: larger;
}
.quotebox {
	background-color: #B6CEE7;
	padding: 5px;
	border-top: 2px solid navy;
	border-bottom: 2px solid navy;
	width: 80%;
	margin: 0 auto;
	font-size: 120%;
	font-weight: 800;
}
.highlight {
	background-color: #B6CEE7;
	padding: 5px;
	border-top: 2px solid navy;
	border-bottom: 2px solid navy;
	font-size: larger;
	font-weight: 800;
}
.photobox {
	float: right;
	width: 150px;
	font-style: italic;
	text-align: center;
}
.red_text {
	color: #FF0000;
}.payment_table {
	border: 1px solid #304F90;
}

/***************************************** Table with the list of products */

.products_table {
	border-collapse: collapse;
	border: 1px solid silver;
}

.products_table th {
	padding: 4px;
	background-color: #EEE;
	text-align: left;
	border-bottom: 1px solid silver;
}

.products_table td {
	padding: 4px;
	border-bottom: 1px solid silver;
}

.products_table td.totals {
	padding: 4px;
	border-bottom: 1px solid silver;
	background-color: #EEE;
	font-weight: bold;
}

/***************************************** Form errors */

.error_box {
	border: 1px solid red;
	background-color: #FFFFCC;
	padding: 5px;
	font-weight: bold;
	text-align: center;
}