body { 
  font-weight: normal; 
  font-size: 12px;
  color: #000000;
  font-family: trebuchet ms, Arial, Helvetica, sans-serif;
}

.tiny  { font-size: 6px; font-weight: normal; color: #000000; }
.small  { font-size: 10px; font-weight: normal; color: #000000; }
.normal { font-size: 12px; font-weight: normal; color: #000000; }
.largehome  { 
  color: #948a84;
  font-weight: normal;
  font-size: 10px
  font-family: trebuchet ms, Arial, Helvetica, sans-serif
}
.large  { font-size: 14px; font-weight: normal; color: #867366; }
.larger { font-size: 16px; font-weight: normal; color: #867366; }
.xlarge { font-size: 18px; font-weight: normal; color: #867366; }
.symbol  { font-style: normal; font-weight: bolder; font-size: 18px }

h1   { color: #000000; font-weight: bolder; font-size: 24px; margin-top: 4px; margin-bottom: 4px }
h2  { color: #000000; font-weight: lighter; font-size: 20px; margin-top: 4px; margin-bottom: 4px }
h3 { font-size: 16px; font-weight: bold; margin-top: 6px; margin-bottom: 6px; }
h4 { font-size: 14px; font-weight: bold; margin-top: 4px; margin-bottom: 4px; }

ul.related { list-style: circle; }

table { 
  border-style: solid;
  border-color: black;
  border-width: 0px;
  vertical-align: top;
  padding: 0px;
  margin: 0px;
}

td { vertical-align: top; }
.middle td { vertical-align: middle; }
td.middle { vertical-align: middle; }
.center td { text-align: center; }
td.center { text-align: center; }
.bottom td { vertical-align: bottom; }
td.bottom { vertical-align: bottom; }

div.indent { padding: 0px; margin: 0px; margin-left: 1.5em; }

img { border-width: 0px; border-style: solid; }

.black { background-color: #000000; }
.white { background-color: #ffffff; }
.brown { background-color: #867366; }
.green { background-color: #e4eddb; }
.grey  { background-color: #eeeeee; }
.gray  { background-color: #eeeeee; }
.greybar { background-color: #dcdcdc; }
.graybar { background-color: #dcdcdc; }
.darkbrown { background-color: #d5d0b3; }

/* LINKS */
a:link { color: #000000; text-decoration: none; }
a:visited { color: #000000; text-decoration: none; }
a:hover { color: #000000; text-decoration: underline; } 
 


