body
{
    font-family: 'Lucida Sans Unicode', serif;
    font-style:normal;
    font-weight:normal;
    font-size:10pt;
    color:black;
    text-align:left;
    background-color:white;
    vertical-align:top; margin:0;
}
     
a
{
    color:blue;
    background-color:white;
}

a:visited
{
    color:purple;
    background-color:white;
}

a:hover
{
    color:red;
    background-color:white;
}
  
table
{
    margin-right:0;
    margin-left:0;
}
 
p
{
    font-family:'Lucida Sans Unicode',serif;
    font-style:normal;
    font-weight:normal;
    font-size:10pt;
    text-align: justify;
}

li
{
    font-family:'Lucida Sans Unicode',serif;
    font-style:normal;
    font-weight:normal;
    font-size:10pt;
    text-align: justify;
}
.header1
{
    font-family: 'Lucida Sans Unicode',serif;
    font-size:  16pt;
    font-weight: bold;
    line-height: normal;
    margin-top:16;
}

.header2
{
    font-family: 'Lucida Sans Unicode',serif;
    font-size:  12pt;
    font-weight: bold;
    line-height: normal;
}

.header3
{
    font-family: 'Lucida Sans Unicode',serif;
    font-size:  10pt;
    font-weight: bold;
    line-height: normal;
}

.caption
{
    font-family: 'Lucida Sans Unicode',serif;
    font-size:  9pt;
    font-weight:normal;
    line-height: normal;
    text-align: center;
    margin-top:0;
    margin-bottom:0;
}

.code
{
    font-family: Courier, monospace;
    font-size:  10pt;
    font-weight: normal;
    line-height:10pt; 
    margin-top:0;
    margin-bottom:0;
}

.codebox
{
    border-width: 1px;
    border-color:rgb(102,102,102);
    border-style:solid;
}

.descbox
{
    font-family:'Lucida Sans Unicode',serif;
    font-style: normal;
    font-weight: normal;
    font-size: 8pt;
    visibility: hidden;
    background-color: #AAD3E6;
    position: absolute;
    border-spacing: 0px;
    width: 400px;
}


.menubar
{
  width: 800px;
  height: 20px;
  border-width: 1px;
  border-color:rgb(96,96,96);
  border-style:solid;
  position: relative;
  top: 0;
  left: 0;
}

.submenubar
{
  width: 800px;
  border-width: 0 1px 1px 1px;
  border-color:rgb(96,96,96);
  border-style:solid;
  position: relative;
  top: 0;
  left: 0;
}

.menu_item
{
  font-family: 'Lucida Sans Unicode',serif;
  font-size: 9pt;
  font-weight: bold;
  color: #000000;
  background-color: #FFFFFF;
  text-align: center;
}

.menu_item_highlight
{
  font-family: 'Lucida Sans Unicode',serif;
  font-size: 9pt;
  font-weight: bold;
  color: #000000;
  background-color: #DDDDDD;
  text-align: center;
}

.menu_item_select
{
  font-family: 'Lucida Sans Unicode',serif;
  font-size: 9pt;
  font-weight: bold;
  color: #000000;
  background-color: #AAD3E6;
  text-align: center;
}

.headerbox
{
  position: relative;
  float: top;
  width: 100%;
  top: 0;
  bottom: 40px;
  left: 0;
}
