/* LINKS PAGE DEFINITIONS */

#links
{
  background-color    : #fff;
  width               : 895px;
  margin-top          : 10px;
}

#links h1
{
  font-family         : Georgia, serif;
  font-size           : 12pt;
  color               : #909090;
  text-transform      : uppercase;
}

#links table
{
  border-spacing      : 0px;
  border              : 1px solid #11a552;
  margin-top          : 10px;
  margin-bottom       : 20px;
  margin-right        : 10px;
  width               : 100%;
}

#links tr
{
  line-height         : 11pt;
}

#links th
{
  font-family         : Arial, Helvetica, sans-serif;
  font-size           : 9pt;
  font-weight         : bold;
  color               : #0b5723;
  background-color    : #fcf8aa;
  text-align          : left;
  padding             : 0.2em 0.5em; 
  border              : 0px;
  border-bottom       : 1px solid #9999aa;
}


#links td
{
  border              : 0px;
  border-bottom       : 1px solid #9999aa;
  border-left         : 1px solid #9999aa;
  padding             : 0.2em 0.5em;
  font-family         : Arial, Helvetica, sans-serif;
  font-size           : 9pt;
  text-align          : left; 
}

#links td.small
{
  font-size           : 8pt;
}

#links tr td
{
  color               : #000;
  background-color    : #b8f8d4;
  border-bottom       : 1px solid #11a552;
}

#links tr.odd td 
{
  color               : #000;
  background-color    : #fff;
}

#footer
{
  position            : relative;
}
