body
{
    FONT-SIZE: 10pt;
    MARGIN: 0px;
    COLOR: #000000;
    FONT-FAMILY: Arial,Helvetica,sans-serif;
    BACKGROUND: #a0a0a0;
/*    BACKGROUND: url("images/mainbg.jpg") #a0a0a0 fixed center top;*/
}
a
{
    FONT-WEIGHT: bold;
    COLOR: #fff;
    TEXT-DECORATION: none;
}
#topBar
{
    BACKGROUND-COLOR: silver;
    BACKGROUND-IMAGE: url("images/title-1.gif");
    padding: 3px;
    COLOR: black;
    font-weight: bold;
    padding-left: 1em;
}
#titlebar
{
    BORDER-RIGHT: #000000 0px solid;
    PADDING-RIGHT: 1em;
    BORDER-TOP: #808080 2px solid;
    PADDING-LEFT: 1em;
    FONT-WEIGHT: bold;
    FONT-SIZE: 24pt;
    PADDING-BOTTOM: 4px;
    BORDER-LEFT: #000000 0px solid;
    COLOR: #ffffff;
    PADDING-TOP: 4px;
    BORDER-BOTTOM: #202020 2px solid;
    BACKGROUND-COLOR: #404040;
}
#menubarB
{
    BORDER-RIGHT: #000000 0px solid;
    PADDING-RIGHT: 1em;
    BORDER-TOP: #808080 1px solid;
    PADDING-LEFT: 1em;
    FONT-WEIGHT: bold;
    FONT-SIZE: 12pt;
    PADDING-BOTTOM: 4px;
    BORDER-LEFT: #000000 0px solid;
    COLOR: yellow;
    PADDING-TOP: 3px;
    BORDER-BOTTOM: #404040 2px solid;
    BACKGROUND-COLOR: #606060;
    TEXT-ALIGN: right;
}
#menubarB A
{
    COLOR: #ffffff;
}
#menubarB A:hover
{
    COLOR: #ffff00;
}
#menuC
{
  background-color: RGB(225,231,237);
  border-style: solid;
  border-width: 0px;
  border-top-color: #f0f0f0;
  border-top-width: 1px;
  border-bottom-color: silver;
  border-bottom-width: 2px;
  color: #000000;
  padding-left: 8px;
  padding-top: 7px;
  padding-bottom: 5px;
  position: relative;
  left: 0px;
  top: 0px;
  text-align: left;
  z-index: 10;
}
#main
{
    PADDING: 0px 0px 8px 0px;
    BORDER: 2px silver outset;
    FONT-SIZE: 12pt;
    MARGIN-LEFT: 50px;
    MARGIN-RIGHT: auto;
    FONT-FAMILY: Arial, Hevetica, sans-serif;
    BACKGROUND-COLOR: #ffffff;
    COLOR: black;
    WIDTH: 700px;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=black, Direction=130, Strength=8);
}
#main2
{
    MARGIN: 25px;
    /* TEXT-INDENT: 2em; */
    COLOR: black;
}
#copyright
{
    PADDING-RIGHT: 1em;
    BORDER-TOP: #808080 1px dotted;
    MARGIN-TOP: 2em;
    PADDING-LEFT: 1em;
    FONT-WEIGHT: bold;
    FONT-SIZE: 8pt;
    PADDING-BOTTOM: 1em;
    PADDING-TOP: 2px;
    TEXT-ALIGN: right;
    WIDTH: 35%;
    FLOAT: right;
    COLOR: silver;
}
#menuBar {
  background-color: RGB(225,231,237);
  border-style: solid;
  border-width: 0px;
  border-top-color: #f0f0f0;
  border-top-width: 2px;
  border-bottom-color: silver;
  border-bottom-width: 1px;
  color: #000000;
  padding: 0px;
  padding-top: 1px;
  padding-bottom: 3px;
  position: relative;
  left: 0px;
  top: 0px;
  text-align: left;
  width: 100%;
  z-index: 100;
}

a.menuButton, a.menuButtonActive {
  border-style: solid;
  border-width: 1px;
  border-color: RGB(225,231,237);
  color: #000000;
  cursor: default;
  font-family: "MS Sans Serif", Arial, Tahoma, sans-serif;
  font-size: 8pt;
  font-style: normal;
  font-weight: normal;
  padding: 2px;
  padding-left: 4px;
  padding-right: 4px;
  position: relative;
  left: 0px;
  top: 0px;
  text-decoration: none;
}

a.menuButton:hover {
  border-color: #f0f0f0 #505050 #505050 #f0f0f0;
  color: #000000;
}

a.menuButtonActive, a.menuButtonActive:hover {
  background-color: RGB(225,231,237);
  border-color: #505050 white white #505050;
  left: 1px;
  top: 1px;
}

.menu {
  background-color: #ffffff;
  border-style: outset;
  border-width: 2px;
  border-color: silver;
  padding: 2px;
  position: absolute;
  text-align: left;
  visibility: hidden;
  z-index: 101;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=gray, Direction=130, Strength=4);
}

a.menuItem {
  color: #000000;
  cursor: default;
  display: block;
  font-family: "MS Sans Serif", Arial, Tahoma,sans-serif;
  font-size: 8pt;
  font-style: normal;
  font-weight: normal;
  margin: 0px;
  padding: 2px;
  padding-left: 12px;
  padding-right: 12px;
  text-decoration: none;
  white-space: nowrap;
}

a.menuItem:hover {
  background-color: #b0b0b0;

}

.menuItemSep {
  border-bottom: 1px solid #f0f0f0;
  border-top: 1px solid #909090;
  margin: 3px 2px 3px 2px;
}

.menuIcon {
  border: 0px;
  height: 34px;
}

h1
{
  font-size: 180%;
  text-align: center;
  TEXT-INDENT: 0em;
}
a.button
{
  padding: 3px;
  border: silver 2px outset;
}
a.button:hover
{
  border: silver 2px inset;
}
#notice
{
  border: 2px white inset;
  background-color: red;
  color: white;
  text-align: center;
  width: 800px;
  padding: 10px;
}
table
{
  color: white;
  Empty-cells: show;
  align: center;
}
td
{
  color: black;
  padding: 4px 16px 4px 16px;
}
td a
{
  color: yellow;
  text-decoration: underline;
  Empty-cells: show
}
.pager td
{
  padding:4px 4px 4px 4px;
  color: black;
  text-align:center;
}

.thinborder
{
    border: 1px black outset;
}

.gray
{
    background: silver;
}

.note
{
    color: red;
    font-weight: bold;
}

.airplanePic
{
  border: 1px black solid;
}

a.mainLink
{
  text-decoration: none;
  color: black;
  font-weight: normal;
  border-bottom: 1px black dotted;
}









