body {
	font-family: Baskerville, Georgia, Times New Roman, serif;
}

td {
	font-family: Baskerville, Georgia, Times New Roman, serif;
}

.top {
	position: absolute;
	left:12%;
	top: 2%;
	height: 14%;
	width: 75%;
	border: 0px;
	background-color: #3366CC;
	max-height:90px;
	min-height:87px;
	height:expression(document.body.clientHeight > 92? "90px": "auto" );

}
.bottom{
	position:absolute;
	left:12%;
	width:75%;
	top:97%;
	font-family: Baskerville, Georgia, Times New Roman, serif;
	font-size: 12pt;
	background-color: #3399CC;

}
.left {
	position:absolute;
	width:11%;
	height:34%;
	left:12%;
	top:16%;
	font-family: Baskerville, Georgia, Times New Roman, serif;
	font-size: 14pt;
	padding: 12px;
	background-color: #FFFBE7;
	overflow: visible;
	
}
.main {
	position:absolute;
	height:80%;
	top:16%;
	left:24%;
	width:63%;
	background-color: #FFFBE7;
	
}
.logo {
	height:100%;
	right:0%;
	bottom:0;
	position: absolute;
	background-color: #FFFFFF;
	width: 152px;
}

.style1 {
	font-family: Baskerville, Georgia, Times New Roman, serif;
	font-size: 26pt;
}
.style2 {
	font-family: Baskerville, Georgia, Times New Roman, serif;
	font-size: 14pt;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #5D80A4;
	}
.catalogue {
	position: absolute;
	left:12%;
	top: 50%;
	width:11%;
	padding:2px;
	height: 50%;
	background-color: #FFFBE7;
	
}	
.textHeader{
font-family: Baskerville, Georgia, Times New Roman, serif;
	font-size: 14pt;
}
.email{position:absolute; left:0%;}
.order{position:absolute; left:20%}

.backButton {
	position:absolute;
	width:132px;
	height:30px;
	left: 88%;
	top: 25%;
	background-color:#0066CC;
	font-family:Baskerville,Georgia,Times;
	font-size:12pt;
	color:#FFFF33;
	align:center;
	text-decoration:none;
	padding-top:10px;
	display: none;
}

