a
  {
    background-image:url(../images/border-dots-ff9100.png);
    background-position:bottom center;
    background-repeat:repeat-x;
    color:#ff9100;
    cursor:pointer;
    outline:none;
    padding-bottom:1px;
    text-decoration:none;
  }
a:hover
  {
    background-image:url(../images/border-solid-ffbd47.png);
    background-position:bottom center;
    background-repeat:repeat-x;
    color:#ffbd47;
  }
a.img
  {
    background-image:none;
    padding-bottom:0px;
  }
a.img:hover
  {
    background-image:none;
  }
body
  {
    background-color:#999999;
    color:#000000;
    cursor:default;
    margin:0px;
    overflow:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
  }
img
  {
    border:none;
  }
table
  {
    font:normal 12px arial;
  }
table.header
  {
    background-color:#000000;
    height:60px;
    padding-left:20px;
    padding-right:20px;
    width:100%;
  }
table.master
  {
    height:100%;
    width:100%;
  }
td.body
  {
    background-color:#ffffff;
    height:1px;
    vertical-align:top;
  }
td.fill_h
  {
    background-color:#ffffff;
    height:100%;
  }
td.footer
  {
    background-color:#ffffff;
    height:1px;
    padding-bottom:10px;
    padding-left:10px;
    vertical-align:middle;
  }
td.footer a
  {
    background-image:none;
    color:#888888;
    padding-left:10px;
    padding-right:10px;
    text-decoration:none;
  }
td.footer a:hover
  {
    background-image:none;
    color:#888888;
    text-decoration:underline;
  }
td.footer span.active
  {
    color:#cccccc;
    padding-left:10px;
    padding-right:10px;
  }
td.footer table
  {
    font-size:10px;
    padding-right:20px;
    width:100%;
  }
td.login
  {
    text-align:right;
  }
