<!--
body {
	background-color: #ffffff; 
	color: #000000; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 70%; 
	text-align: justify; 
} 

a:link, a:visited {
	background-color: #ffffff; 
	color: #cc0000; 
	text-decoration: underline; 
} 

a:hover, a:active {
	background-color: #ffffff; 
	color: #ff0000; 
	text-decoration: underline; 
} 

.frame {
	display: none;
}

.block {
	display: none;
}

.navbar {
	display: none;
}

.message {
	display: none;
}

.title { 
	color: #cc0000; 
	font-size: 150%; 
	font-style: italic; 
	font-weight: bold;
	text-align: left; 
}

.headline { 
	text-align: justify; 
	margin: 10px 0px;
}

.book { 
	text-align: justify; 
	margin: 20px 0px;
	border-width: 1px 0px 0px 0px;
	border-style: dotted;
	border-color: #ff9999;
}

.book .headline {
	color: #0000cc;
	margin: 5px 0px;
	text-align: center;
}

.book .designation {
	font-weight: bold;
	margin: 5px 0px;
}

.book .address {
	font-style: italic;
	margin: 5px 0px;
}

.book .description {
	background-color: #ffffff; 
	color: #666666; 
	margin: 5px 0px;
}

.description .binding {
	font-style: italic;
}

.book .comments {
	background-color: #ffffff; 
	color: #660000; 
	margin: 5px 0px;
}

.book .biblioRef {
	background-color: #ffffff; 
	color: #666666; 
	font-style: italic;
	margin: 5px 0px;
}

.book .price { 
	text-align: left; 
	margin: 5px 0px;
}

.form {
	font-family: Arial, Helvetica, sans-serif; 
}

.go {
	background-color: #660000;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.signature { 
	color: #660000; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%; 
	text-align: center;
}

.signature .tech {
	display: none;
}

.box {
	clear: both;
	margin: 10px 50px;
	padding: 5px;
	border: 1px solid #660000;
}

.identity { 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold;
	text-align: center;
	margin: 5px 0px;
}

.details { 
	font-family: Arial, Helvetica, sans-serif; 
	text-align: center;
	margin: 5px 0px;
}

hr {
	background-color: #ffffff;
	color: #660000;
}

.help {
	cursor: help;
}

.screenOnly {
	display: none;
}

.info {
	background-color: #ffffff;
	color: #999999;
	font-size: 80%;
	float: right;
}

table.order, table.order tr td, table.order tr th {
	border: 1px solid #000000;
}

.col1 {
	display: none;
}

.col2 {
	background-color: #ffffff;
	text-align: left;
	border-bottom: 1px solid #660000;
	padding: 10px;
}

-->