img.bigimage {
  max-width:500;
  width: expression(this.width > 500 ? 500: true);
}

img.tour {
  max-width:275;
  width: expression(this.width > 275 ? 275: true);
}

.ihTableHeader {
	font-weight: bold;
	font-family: arial;
	background-color: #000066;
	color: white;
}

.ihTableRow {
	background-color: white;
}

.ihTableRowAlt {
	background-color: #F5F5F5;
}

.mapheader {
	font-size: 11pt;
	color: navy;
	font-weight: bold;
	font-family: arial;
}

.idxmsg {
	font-size: 10pt;
	font-family: arial;
}

A {
	font-size: 10pt;
	color: navy;
	font-family: arial;
}


