body{
	background-color : #fff4e5;
	font-size: 80%;
	font-family: "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
}

.linkButton{
	color: #39497C;
}

table.control{
	background-color : Gray;
	width: 999px
}
table.control td{
	background-color : #fff4e5;
	width: 333px
}

table.conditions{
	width: auto;
}
table.conditions td{
	width: auto;
}

.button{
        background-color : #DCDCDC;
        border-left : 2px solid #E6E6FA;
        border-top : 2px solid #E6E6FA;
        border-right : 1px solid Black;
        border-bottom : 1px solid Black;
        font-style: italic;
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.print{
	font-size:10px;
}

table.searchproperties{
	background-color: white;
}

table.searchproperties td{
	background-color:#EFE5D8;
	width:200px;
}

table.searchresults{
	background-color: Gray;
}

table.searchresults td{
	background-color:#EFE5D8;
}
.note{
	font-size:70%;
	text-indent: 10px;
	width: 230px;
}
table.searchresults td.odd{
	background-color: #f4f0e5;
}
table.searchresults td.note2{
	background-color: #f4f0e5;
	font-size:70%;
	text-indent: 5px;
}

.note span{
	color: #39497C;
	font-weight: bold;
}
.note2 span{
	color: #39497C;
	font-weight: bold;
}


table.searchtotal{
	border: 1px solid Gray;
	width: 100%;
}

table.searchtotal td{
	background-color:#EFE5D8;
	font-size: 80%;
}

table.results .title{
	background-color : #c6c1c7;
}
table.results .header{
	color: #39497C;
	font-size : 80%;
	font-weight : bold;
}
table.results .info{
	color: #39497C;
	font-size : 80%;
}
td.search{
	text-indent: 50px;
}
.invisable{
	display:none;
}
.note2 span.text{
	color: black;
}
