html {
  margin:0;
  padding:0;
  height:100%;
  border:none;
}

body { 
  text-align: center; /*IE bug fix*/
  margin:0;
  padding:0;
  height:100%;
  border:none;
  background-image: url(bkg.png);
  background-repeat: no-repeat;
  background-attachment:fixed;
  background-position: top center;
  background-color: #252525;
  font-size:13px;
  color:#000000;
  font-family:Arial, sans-serif;
  overflow-y:scroll;
}

td { 
  font-size:13px;
  color:#000000;
  font-family:Arial, sans-serif;
}

a {
  text-decoration:none;
  color:#d0c000;
  font-size:13px;
}

a.inverse {
  text-decoration:none;
  color:#000000;
  font-size:13px;
}

a.nochange {
  text-decoration:none;
  color:#000000;
  font-size:13px;
}

a.heading {
  text-decoration:none;
  color:white;
  font-size:40px;
}

a.topmenu {
  color:#c8c8c8;
  text-decoration:none;
  font-size:13px;
  font-family:Arial, sans-serif;
}

a.bottommenu {
  color:#c8c8c8;
  text-decoration:none;
  font-size:18px;
  font-family:Arial, sans-serif;
}

a.sidemenu0 {
  color:#757575;
  text-decoration:none;
  font-size:13px;
  font-family:Arial, sans-serif;
  font-weight:bold;
}

a.tabmenu0 {
  color:#757575;
  text-decoration:none;
  font-size:13px;
  font-family:Arial, sans-serif;
}

a.tabmenu1 {
  color:#000000;
  text-decoration:none;
  font-size:13px;
  font-family:Arial, sans-serif;
}

a:hover { color:#252525; }
a.topmenu:hover { color:#ecd511; }
a.bottommenu:hover { color:#ecd511; }
a.heading:hover { color:white; }
a.sidemenu0:hover { color:#252525; }
a.sidemenu1:hover { color:#ecd511; }
a.inverse:hover { color:#d0c000; }
a.nochange:hover { color:#000000; }

ul {
  margin-left:0px;
  padding-left:20px;
}

.bar {
  background:url(bar.png) no-repeat center center;
  background-color: #ffffff;
  font-size:35px;
  color:#ffffff;
  font-family:Century Gothic, sans-serif;
  text-align:left;
}

.sidemenubar0 {
  background:url(menublank.png) no-repeat left center;
  text-align:left;
}

.sidemenubar1 {
  background:url(menu.png) no-repeat left center;
  text-align:left;
}

.tabmenubar0 {
  background:url(tabinactive.png) no-repeat center bottom;
  text-align:center;
}

.tabmenubar1 {
  background:url(tabactive.png) no-repeat center bottom;
  text-align:center;
}

tr.even td {
  background-color: #ffffff;
}

tr.odd td {
  background-color: #e2e2e2;
}

tr.even2 td {
  background-color: #f2f2f2;
  border: 1px solid #000;
  border-left:0;
  border-bottom:0;
  border-top:0;
  border-color:#afafaf;
}

tr.odd2 td {
  background-color: #e2e2e2;
  border: 1px solid #000;
  border-left:0;
  border-bottom:0;
  border-top:0;
  border-color:#afafaf;
}

.footnote {
  font-size:17px;
  color:white;
  font-family:Century Gothic, sans-serif;
  text-align:right;
}

