/*  Paragraf text  ----------------------------------- */
p,li,td,div,ol,ul {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 11pt;
  font-style: normal;
  color: #000099;
  }

/*  White text  ----------------------------------- */
.white {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 9pt;
  font-style: italic;
  color: #FFFFFF;
  }

/*  Links  ------------------------------------- */
a {
  color: #0000FF;
  }

a:hover {
  }

a:visited {
  color: #800080;
  }

/*  Main title text ------------------------------------- */
.title { 
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 11pt;
  font-style: none; 
  font-weight: bold;
  color: #000099;
  }

/*  Subtitle text ------------------------------------- */
.subtitle { 
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 11pt;
  font-style: none; 
  font-weight: bold;
  color: #FFFFFF
  }

/*  Menu  ------------------------------------- */
a.bck {
  font-size: 9pt;
  color: #0000FF;
  text-decoration: none;
  }

a:hover.bck {
  text-decoration: underline;
  }

a:visited.bck {
  color: #0000FF;
  }

/*  Menu  ------------------------------------- */
.activemenu {
  font-size: 9pt;
  color: #666666;
  text-decoration: none;
  font-weight: bold;
  }

/*  Paragraf text  ----------------------------------- */
.comment {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 9pt;
  font-style: normal;
  color: #000099;
  }

