/* **************** */
/* GENEREL SETTINGS */
/* **************** */

BODY
{
  font-family:sans-serif;
  color:#000000;
  background-color:#C0C0C0;
}

H1, H2, H3
{
  text-align:center;
}

H1.left, H2.left, H3.left
{
  text-align:left;
}

H1.index, H2.index, H3.index
{
  margin-bottom:0;
  background-color:#808080;
}

H1
{
  border-bottom: 1px solid #808080;
}

TABLE
{
  empty-cells:show;
  border-collapse:collapse;
}

TD
{
  vertical-align:top;
}

TD.head
{
  font-weight:bold;
  background-color:#C0C0C0;
}


/* ************ */
/* INDEX TABLES */
/* ************ */

TD.main
{
  background-color:#FFFFFF;
}

TD.top
{
  background-color:#808080;
}

TD.footer
{
  background-color:#808080;
}


/* **** */
/* MENU */
/* **** */

TD.menuback
{
  background-color:#808080;
  border-style: solid;
  border-width: 1px;
  border-color: black
}

TD.menuhead
{
  font-weight:bold;
  text-align:center;
 
  background-color:#C0C0C0;
  border-style: solid;
  border-width: 1px;
  border-color: black
}

TD.menuitem
{
  background-color:#C0C0C0;
  border-style: solid;
  border-width: 1px;
  border-color: black
}

UL.menu
{
  color:#808080;
  margin-left:13px;
}


/* ***** */
/* LINKS */
/* ***** */

a:link
{
  color:#555555;
  text-decoration:none;
}

a:visited
{
  color:#555555;
  text-decoration:none;
}

a:active
{
  color:#555555;
  text-decoration:none;
}

a:hover
{
  color:#000000;
  text-decoration:underline;
}
