/* Javadoc style sheet */
/* Modified for lejon.sourceforge.net */

/* Define colors, fonts and other style attributes here to override the defaults */

/* Page background color */
body { background-color: #FFFFFF }

/* Headings */
h1 { font-size: 145% }

/* Table colors */
.TableHeadingColor     { background: #0033CC } /* lejON blue */
.TableSubHeadingColor  { background: #88D888; } /* lejON light green */
.TableRowColor         { background: #FFFFFF } /* White */

/* Font used in left-hand frame lists */
.FrameTitleFont   { font-size: 100%;  }
.FrameHeadingFont { font-size:  90%; }
.FrameItemFont    { font-size:  90%;  }

/* Navigation bar fonts and colors */
.NavBarCell1    { background-color:#88D888;} /* lejON light green */
.NavBarCell1Rev { background-color:#0033CC;} /* lejON blue */
.NavBarFont1    { color:#000000;}
.NavBarFont1Rev { color:#FFFFFF;}

.NavBarCell2    { background-color:#FFFFFF;}
.NavBarCell3    { background-color:#FFFFFF;}

/* New for lejon:*/
body, td
{
  font-family: Tahoma, Verdana, Helvetica, sans-serif;
  font-size: 11pt;
  color: #000000;
  margin: 3px;
  background-color: #FFFFFF;
  vertical-align:top;
}


a:link, a:visited
{
  text-decoration: none;
  color:#0033FF;
}

a:hover
{
/*  text-decoration: underline;*/
  color:#009900;
}

