body, table, td, p, a, div, input, texteara, select, small, img
{
    font-family:        verdana, helvetica, sans-serif;
    font-size:          10pt;
    font-style:         normal;
    font-weight:        normal;
    color:              #000000;
    margin:             0px;
}

    a:link    { text-decoration: underline; color: #0000AA; }
    a:visited { text-decoration: underline; color: #0000AA; }
    a:active  { text-decoration: underline; color: #880000; }
    a:hover   { text-decoration: underline; color: #880000; }

td
{
    vertical-align: top;
}

p
{
    text-align:         justify;
}

.copyright
{
    font-size:          7pt;
    text-align:         center;
    color:              #000000;
}

    a.copyright:link    { text-decoration: none; color: #000000; }
    a.copyright:visited { text-decoration: none; color: #000000; }
    a.copyright:active  { text-decoration: none; color: #880000; }
    a.copyright:hover   { text-decoration: none; color: #880000; }

.menu
{
    background-color:   #CCCCCC;
    font-size:          8pt;
}

.item_menu
{
    background-color:   #FFFFFF;
    position:           absolute;
    left:               450px;
    top:                20px;
}

.error
{
    color:              #FF0000;
    font-weight:        bold;
}

.gb_header
{
    background-color: #CCCCCC;
}

.gb_text
{
    background-color: #EEEEEE;
}

.gb_empty
{
    background-color: #FFFFFF;
}

ul.itemlist
{
  padding:    0;
  margin:     0;
  list-style: none;
}

li.itemlist
{
  float:      left;
  position:   relative;
}

div.itemlist
{
  display:          none;
  position:         absolute;
  background-color: #EEEEEE;
  padding:          3px;
  width:            250px;
  height:           200px;
  clip:             rect(5px, 5px, 5px, 5px);
}

#content
{
  clear: left;
}


