
html
{
   background-color:    #000000;
}

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

a:link      { text-decoration: none }
a:visited   { text-decoration: none }
a:active    { text-decoration: none }

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

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

p
{
   text-align:       justify;
   width:            550px;
}

ul
{
   margin-left:      20px;
   padding-left:     20px;
   width:            500px;
}

.menu
{
   font-family:      Verdana, Arial, Helvetica, sans-serif;
   font-size:        11pt;
   color:            #0d16f5;    /* #080aba #05057d */
   text-decoration:  none;
   width:            130px;
}

.menuleft
{
   color:            #05057d;
   font-weight:      bold;
}

.titleheader
{
   color:            #000000;
   font-family:      Arial;
   font-size:        16px;
   font-weight:      bold;
}

*:focus
{
   background:       #d6ebff;
   color:            black;
}

.pcenter
{
   text-indent:      0px;
   text-align:       center;
}

.pindent1
{
   text-indent:      1em;
   text-align:       justify;
   width:            550px;
}

.pnorm
{
   text-indent:      0px;
   text-align:       justify;
   width:            550px;
}
