body {
	background-color: #FFFFFF;
	width: 100%;
	font-family: arial;
	font-size: 100%;
}

p {
	font-family: verdana;
	font-size: 70%;
	color : #00025C;
	margin: 5px 5px 15px 5px;
}

a {
	font-family: verdana;
	color : #87693E;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	color : #00025C;
}

b {
	font-weight : bold;
}

.header {
	background-position: top center;
	background-image: url(images/img-headerbackground.gif);
	background-repeat: no-repeat;
	vertical-align: middle;
	text-align: left;
}

.detailheader {
	background-position: top center;
	background-image: url(images/img-detailheaderbackground.gif);
	background-repeat: no-repeat;
	vertical-align: middle;
	text-align: left;
}

.maintd {
	text-align: left;
	border: solid #00005A 2px;
	padding: 2px;
}

.menublock {
	vertical-align : top;
	text-align : right;
	background-color : #00005A;
	padding : 10px 2px 0px 0px;
}

.flowing { 
   float: right; 
   clear: right; 
   margin: 0px 0px 0px 0px;
}

.flowingwithspace { 
   float: right; 
   clear: right; 
   margin-top: 10px;
   margin-bottom: 0px;
   margin-left: 10px;
   margin-right: 6px;
}

.homepagetd {
	background-position: top center;
	background-image: url(images/img-background.gif);
	background-repeat: no-repeat;
	vertical-align: top;
	text-align: left;
	padding: 2px;
}

.bodytd {
	vertical-align: top;
	text-align: left;
	padding: 2px;
}

.sold {
	font-family: verdana;
	font-weight: bold;
	color : #FF0000;
	margin: 0px 0px 0px 0px;
}

.withdrawn {
	font-family: verdana;
	font-weight: bold;
	color : #FF0000;
	margin: 0px 0px 0px 0px;
}

.new {
	font-family: verdana;
	font-weight: bold;
	color : #FF0000;
	margin: 0px 0px 0px 0px;
}

.reduced {
	font-family: verdana;
	font-weight: bold;
	color : #FF0000;
	margin: 0px 0px 0px 0px;
}


.text {
	font-size: 70%;
	font-family: verdana;
	color : #87693E;
	font-weight:bold;
	text-decoration:none;
}

.text:hover {
	color : #00025C;
}

hr
{
	color : #00025C;
}