/* 
Style sheet for Bullock Estate & Diamond Brokers web site.
Copyright 2001 Daniel J. Barrett
*/

BODY { background-color: #fbfbf5; }
UL LI { list-style-type: disc;  }
TABLE { background-color: #fbfbf5; }

A.bullet { font-weight: bold; }
TD.bullet { font-weight: bold; }

SPAN.shout {
 font-weight: bold;
 font-size: 22px;
}

TABLE.comments {
 border: 1px solid black;
 background: gold;
}

TR.comment {
}

TD.comment {
 padding-left: 20px;
 padding-right: 10px;
 font-style: italic;
}

TR.commentheading {
 vertical-align: top;
}

TD.commentheading {
 font-weight: bold;
 text-align: left;
}

SPAN.commentmore {
 font-weight: normal;
 font-size: 90%;
}

DIV.comment {
}

A.nav:link {
 color: black;
 font-weight: bold;
 text-decoration: none;
}

A.nav:visited {
 color: black;
 font-weight: bold;
 text-decoration: none;
}

A.nav:hover {
 color: #0000FF;
 text-decoration: underline;
}

TD.nav {
 font-size: 12px;
 text-align: center;
 padding-bottom: 6px;
}

.footnote {
 font-size: small;
 color: blue;
 padding-left: 15px;
}

.footnote-mark {
 color: blue;
}
