body {
	margin: 0;
	text-align: left;
	font-family: arial;
	font-size: 12px;
	line-height: 18px;}

div.whitecenter {
	width: 970px;
	text-align: -moz-center;
	margin-left: auto; 
	margin-right: auto;}

div.offer  {
	margin: 7px;
	width: 350px;
	height: 310px;
	max-width: 350px;	
	min-width: 350px;
	max-height: 310px;
	min-height: 310px;	
	vertical-align: middle;
	float:left;
	text-align: left;
	font-face: arial;
	font-size: 12px;}

div.imageBox  {
	width: 200px;
	height: 34px; 
	max-width: 200px;	
	max-height: 34px;
	min-width: 200px;	
	min-height: 34px;
	vertical-align: middle;
	text-align: center;
	background-color: #ffffff;}

.offerImage {
	vertical-align: middle;
	max-width: 200px;
	max-height: 34px;
	width: expression(this.width>200&&(200/this.width)<(34/this.height)? 200: true);
	height: expression(this.height>34&&(200/this.width)>=(34/this.height)? 34: true);
	border:1px; border-thickness: 1px; border-color: #8a8988; border-style: solid;}

.specialOfferImage {
	vertical-align: middle;
	max-width: 185px;
	max-height: 185px;
	width: expression(this.width>185&&(185/this.width)<(185/this.height)? 185: true);
	height: expression(this.height>185&&(185/this.width)>=(185/this.height)? 185: true);
	border:1px; border-thickness: 1px; border-color: #8a8988; border-style: solid;}


.nav {
	font-family: arial;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url('../images/nav_background.jpg');
	}

.right {text-align: right}

p.right {
	text-align: right
	text-align: -moz-right;
	float: right;}

td {
	font-family: arial;
	font-size: 14px;
	text-decoration: none;
	font-weight: normal;
	color: #000000;}

td.list {
	font-family: arial;
	font-size: 11px;
	color: #000000}

a.block:link,a.block:visited {
	display:block;
	font-family: verdana;
	font-size: 12px;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#009cfc;
	width:140px;
	text-align:center;
	padding:4px;
	text-decoration:none;}
a.block:hover,a.block:active {background-color:#ff9900;}


a.blockLogin:link,a.blockLogin:visited {
	display:block;
	font-family: verdana;
	font-size: 12px;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#FF0000;
	width:180px;
	text-align:center;
	padding:4px;
	text-decoration:none;}
a.blockLogin:hover,a.blockLogin:active {background-color:#ff9900;}

A.nav  {color: #FFFFFF; background-image: url(''); }
A.nav:Visited  {color : #FFFFFF;}
A.nav:Hover    {color : #FF9900;}

A.nav-black  {color: #000033; font-weight: bold; text-decoration: none}
A.nav-black:Visited  {color : #000033;}
A.nav-black:Hover    {color : #FF9900;}

A.lh-nav  {color: #000033; text-decoration: none}
A.lh-nav:Visited  {color : #000033;}
A.lh-nav:Hover    {color : #FF9900; text-decoration: none}


hr.left-nav {color: #75bee9}

p.vsmall {
	font-family: arial;
	font-size: 8px;
	text-decoration: none;
	font-weight: normal;
	color: #000000}

p.small {
	font-family: arial;
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;
	color: #000000}

p.error {
	font-family: arial;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	color: #ff0000}

p.title {
	font-family: arial;
	font-size: 18px;
	text-decoration: none;
	font-weight: bold;
	color: #000000}


H3 {
	font-family: arial;
	font-size: 20px;
	text-decoration: none;
	font-weight: bold;
	color: #009cfc;}	
