html
{
   background-color:    #fcfcfc;
   height:              100%;
}

body
{
   height:              100%;
   margin:              0 0 0 1em;
}

body, p, table, tr, td, input, textarea, option, select
{
   font:                11pt Calibri, Verdana, Arial, Helvetica, sans-serif;
   color:               #333;
   text-decoration:     none;
}

pre
{
   font-size:           9pt;
}

p
{
   line-height:         130%;
   width:               700px;
   text-align:          justify;
}

*:focus
{
   background-color:    #e0f0ff;
   color:               #000;
}

a:link, a:visited
{
   color:               #0505ad;
   text-decoration:     none;
   font-weight:         bold;
}

a:visited
{
   color:               #1c24af;
}

a:active
{
   color:               #880000;
   background-color:    transparent !important;
   text-decoration:     none;
   font-weight:         bold;
}

a:hover
{
   background-color:    #bbddff;
   text-decoration:     none;
   cursor:              pointer;
}

a:focus
{
   background-color:    transparent !important;
}

a.nohover:hover
{
   background-color:    transparent !important;
}
