BODY
{
  background-color: #FFFFFF;
  background-image: url(/images/nlo-bg.jpg);
  background-position: top right;
  background-repeat: no-repeat;
  color: #000000;
  font-family: verdana,arial;
  font-size: 12px;
  padding: 0px;
  margin: 0px;
}

.orangebar
{
  background-color: #FF9600;
  color: #FFFFFF;  
  text-align: right;
  padding-right: 10px;
  padding-bottom: 2px;
  font-size: 10px;
}

.orangebar A
{
  color: #FFFFFF;
  text-decoration:underline;
}

.orangebar A:HOVER
{
  color: yellow;
}

A
{
  color:black;
  text-decoration:none;
}

A:HOVER
{
  color: blue;
  text-decoration: underline;
}

.tab
{
  text-align: center;
  height:18px;
  background-color: #EBEBEB;
  font-size:10px;
  padding-left:5px;
  padding-right:5px;
  cursor: pointer;
}

.tab_selected
{
  text-align: center;
  background-image: url(/images/tab-top.gif);
  height:18px;
  font-size:10px;
  padding-left:5px;
  padding-right:5px;
  cursor: default;
}

table.links
{
  font-size: 8pt;
  line-height: 20px;
}

table.links .header
{
  background-color: #FFDFB2;
  padding-left: 3px;
  line-height: normal;
}

.footer
{
  padding:10px;
  font-size:10px;
}