/* Default Style Sheet for 'lender' */

body {
  font-size:100%;
  background-color: white;
  color: black;
}

h1,h2,h3,h4,h5,h6 {
  color: green
}

p {
  font-family: "sans serif"
}

.footer {
        text-align: center;
        font-size: small;
        color: #999999;
}

.tiny {
        font-size: 0.75em;
        color: #999999;
}

a.footer:link { color:#999999; }
a.footer:visited { color:#999999; }
a.footer:active { color:#999999; }
a.footer:hover { color:#0000FF; }

td {
   white-space: nowrap;
}

table.searchResults {
   width: 100%;
}

table.searchCriteria {
}

table.log {
   width: 100%;
}

table.detailView {
}

table.navigation {
}

table.helpTOC {
  /* align="center"  border="1" bordercolor="" cellpadding="1" cellspacing="1" width="100%" */
  background-color: #00FFFF;
  border-width: 1;
  border-style: ridge;
  border-color: #0000FF;
  padding: 1;
  width: 100%
}

tr.altColor0 {
  background-color: #CCCCFF
}

tr.altColor1 {
  background-color: #CCFFCC
}

td {
  color: black
}

input.name {
}

img {
  border-style: none
}
