BODY.main
{
  SCROLLBAR-DARKSHADOW-COLOR: #405080;
  SCROLLBAR-FACE-COLOR: #8090C0;
  SCROLLBAR-3DLIGHT-COLOR: #90A0E0;
  SCROLLBAR-HIGHLIGHT-COLOR: #A0B0E0;
  SCROLLBAR-ARROW-COLOR: red;
  BACKGROUND-IMAGE: URL("../img/mainback.jpg");
  COLOR: #000000;
}

BODY.frame
{
  SCROLLBAR-DARKSHADOW-COLOR: #405080;
  SCROLLBAR-FACE-COLOR: #8090C0;
  SCROLLBAR-3DLIGHT-COLOR: #90A0E0;
  SCROLLBAR-HIGHLIGHT-COLOR: #A0B0E0;
  SCROLLBAR-ARROW-COLOR: red;
  BACKGROUND-IMAGE: URL("../img/frameback.jpg");
  COLOR: #000000;
}



A
{
  color: white;
  text-decoration: none;
  font-weight: bold;
  font-size: 10pt;
  font-family: sans-serif;
}
A:link
{
  color: blue;
  text-decoration: none;
  font-weight: bold;
}
A:visited
{
  color: blue;
  text-decoration: none;
  font-weight: bold;
}
A:active
{
  color: red;
  text-decoration: underline;
  font-weight: bold;
}
A:hover
{
  color: red;
  text-decoration: underline;
  font-weight: bold;
}



A.small
{
  color: white;
  text-decoration: none;
  font-weight: bold;
  font-size: 8pt;
  font-family: sans-serif;
}
A.small:link
{
  font-weight: bold;
  color: blue;
  text-decoration: none;
}
A.small:visited
{
  font-weight: bold;
  color: blue;
  text-decoration: none;
}
A.small:active
{
  color: red;
  text-decoration: underline;
  font-weight: bold;
}
A.small:hover
{
  color: red;
  text-decoration: underline;
  font-weight: bold;
}



Table.menu
{
  font-family: sans-serif;
  background-color: #A0B0E0;
  border: thin silver outset;
  empty-cells: show;
}
TH.menu
{
  text-align: left;
  font-weight: bold;
  font-size: 12pt;
  font-family: sans-serif;
  color: red;
  background-color: silver;
  border: thin silver inset;
}
TR.menu
{
  background-color: silver;
}
TD.menu
{
  text-align: center;
  font-weight: normal;
  font-size: 9pt;
  font-family: sans-serif;
  color: #000000;
  border: medium silver outset;
}



Table.extint
{
  background-color: #A0B0E0;
  empty-cells: show;
  border: thin silver outset;
  empty-cells: show;
}
TH.extint
{
  text-align: left;
  font-weight: bold;
  font-size: 12pt;
  font-family: sans-serif;
  color: red;
  background-color: silver;
  border: thin silver outset;
}
TR.int1
{
  color: white;
  background-color: #7080A0;
}
TR.int2
{
  color: black;
  background-color: #A0B0E0;
}
TD.int1
{
  font-family: sans-serif;
  font-size: 10pt;
  background-color: #7080A0;
  border: thin silver outset;
}
TD.int2
{
  font-family: sans-serif;
  background-color: #A0B0E0;
  font-size: 10pt;
  border: 1px solid silver;
}
TD.int22
{
  font-family: sans-serif;
  background-color: #8090C0;
  font-size: 10pt;
  border: 1px solid silver;
}


TR.ext1
{
  color: white;
  background-color: #B0B0B0;
}
TR.ext2
{
  color: black;
  background-color: #909090;
}
TD.ext1
{
  font-family: sans-serif;
  font-size: 9pt;
  background-color: #B0B0B0;
  border: thin silver outset;
}
TD.ext2
{
  font-family: sans-serif;
  background-color: #909090;
  font-size: 9pt;
}
