body {
	margin:0px; background-image: url('images/bg.gif');
	background-repeat: no-repeat;
	background-color: #F8E2EB
}

body, td, th {
	font-family: Verdana;
	font-size: 12px;
	color: #2156a3;
}

a {
	font-size: 11px;
	color: #2156a3;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #2156a3;
}

a:hover {
	text-decoration: underline;
	color: #2156a3;
}

a:active {
	text-decoration: none;
	color: #2156a3;
}

.style1 {
	font-size: 11px;
	font-weight: bold;
}
.style2 {font-size: 11px}


/* Styles for cells displaying products */

td.column1 {
	width: 203px;
	height: 170px;
	border: 0px none;
	padding: 0;
	margin: 0;
	vertical-align: middle;
	text-align: center;
	background-image: url('images/click-image.gif'); 
	background-repeat: no-repeat;
	background-position: center 150px
}

td.column1-empty {
	width: 203px;
	height: 170px;
	border: 0px none;
	padding: 0;
	margin: 0;
	vertical-align: middle;
	text-align: center
}

td.column2 {
	width: 320px;
	height: 170px;
	border: 0px none;
	margin: 0;
	vertical-align: middle;
	text-align: justify;
	padding-left: 12px;
	padding-right: 9px; padding-top:0; padding-bottom:0
}
