body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
}

.welcome {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2em;
	line-height: 2em;
	font-style: italic;
	font-weight: normal;
	text-align: center;
}

.address {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
}

.price {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #009966;
}

.status {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: red;
}

.tableRowOdd { 
  background-color:#eeeeee;
  font-family: arial; 
  font-size: 11px; 
}

.tableRowEven { 
  font-family: arial; 
  font-size: 11px; 
}

#header {
	background-color: black;
	position: absolute;
	height: 70px;
	width: 100%;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	visibility: visible;
}

#navigation {
	position: absolute;
	visibility: visible;
	z-index: 2;
	height: 22px;
	width: 586px;
	left: 110px;
	top: 70px;
}

#textlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

#navigation2 {
	padding-top: 50px;
	left: 0px;
	top: 70px;
	visibility: visible;
	height: 100%;
	width: 90px;
	background-color: #f0f0f0;
	position: absolute;
	z-index: 8;
}

h1 {
	font-size: 2em;
	text-align: center;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
}
