/* Link definition */
a:link {
  color: rgb(0,0,255);
  font-weight: normal;
  text-decoration: none;
}
a:visited {
  color: rgb(0,0,128);
  font-weight: normal;
  text-decoration: none;
}
a:active {
  color: rgb(255,0,0);
  font-weight: normal;
  text-decoration: none;
}
a:hover {
  color: rgb(0,0,255);
  font-weight: normal;
  text-decoration: none;
}
/************************************************************************/
/* Link in the menuArea */
a.linkMenu:link {
  color: rgb(0,0,128);
  font-size: 10pt;
  font-family: Verdana, Arial, sans-serif;
  font-weight: bold;
  text-decoration: none;
}
a.linkMenu:visited {
  color: rgb(0,0,153);
  font-size: 10pt;
  font-family: Verdana, Arial, sans-serif;
  font-weight: bold;
  text-decoration: none;
}
a.linkMenu:active {
  color: rgb(255,0,0);
  font-size: 10pt;
  font-family: Verdana, Arial, sans-serif;
  font-weight: bold;
  text-decoration: none;
}
a.linkMenu:hover {
  color: rgb(0,0,255);
  font-size: 10pt;
  font-family: Verdana, Arial, sans-serif;
  font-weight: bold;
  text-decoration: none;
}
/************************************************************************/
/* Redefinition of H1 */
H1 {
  color: rgb(0,0,128);
  font-family: Verdana, Arial, sans-serif;
  font-size: 18pt;
  font-weight: bold
}
/* Redefinition of H2 */
H2 {
  color: rgb(255,0,0);
  font-size: 16pt;
  font-family: Verdana, Arial, sans-serif;
  font-weight: bold
}
/* Redefinition of H3 */
H3 {
  color: rgb(0,0,128);
  font-family: Verdana, Arial, sans-serif;
  font-size: 12pt;
  font-weight: bold
}
H4 {
  color: rgb(0,0,128);
  font-family: Verdana, Arial, sans-serif;
  font-size: 10pt;
  font-weight: bold
}
/************************************************************************/
/* Redefinition of p */
p {
    color: black;
    vertical-align: centre;
    font-family: Verdana, Arial, sans-serif;
    font-size: 9pt;
}

/* Redefinition of TD */
TD {
    color: black;
    vertical-align: top;
    font-family: Verdana, Arial, sans-serif;
    font-size: 9pt;
}

/* Redefinition of li */
li {
    color: black;
    vertical-align: top;
    font-family: Verdana, Arial, sans-serif;
    font-size: 8pt;
}

/* Redefinition of pre */
pre {
    color: black;
    vertical-align: top;
    font-family: Monospace, Courier, Courier New;
    font-size: 8pt;
}

/************************************************************************/
/* Redefinition of ul */
ul {
  color: black;
  vertical-align: top;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10pt;
}

/************************************************************************/
/* Definition of textarea */
#textArea {
    color: black;
    font-family: Verdana, Arial, sans-serif;
    font-size: 9pt;
    text-align: justify;
}
#nonaligned_textArea {
    color: black;
    font-family: Verdana, Arial, sans-serif;
    font-size: 9pt;
}
