/*
ilstyle.css
3-11-03 Note from Rob
This is an optional template for customizing instant listings
myhomes.asp and myhomedtl.asp
This stylesheet is not bound to any page with a link tag - it must be done manaully
More Info: Instant Listings Graphics Customization Instructions.doc 
in \\homer\Archives\docs-back\Standard Documents\Production & Design\ 
*/

/*
.iltableoverride
Navigation, Title, and Price Boxes -background color
*/
.iltableoverride {
	background-color: #C8CAB6;
}

/*
.ilborderoverride
Navigation, Title, and Price Boxes -border color
*/
.ilborderoverride {
	background-color: #003300;
}

/*
body background-color
Background color for the page
*/
BODY {
  background-color: #C8CAB6;
}

/*
body color
text color for the page
*/
BODY {
  color: #000000;
}