body {
  margin-top:0px;
  margin-bottom:0px;
  margin-left:0px;
  margin-right:0px;
}

A:link {
  /* text-decoration:none; */
  color:#414c62;
}

A:visited {
  /* text-decoration:none; */
  color:#414c62;
}

A:active {
  /* text-decoration:none; */
  color:#dee2ee;
}


/* Normal text */
P,DIV,ADDRESS,I,UL,OL,LI,SPAN,H1,h2
{
  color:black;
  font-family:Arial,Helvetica,Geneva,sans-serif;
  font-size:10pt;
  margin-left:0px;
  margin-top:10px;
  margin-right:0px;
  margin-bottom:1px;
}

/* Pagetitle in header */
P.pagetitle
{
  color:white;
  margin-top:0px;
  font-size:10pt;
}

/* Footer */
P.pagefooter
{
  color:white;
  margin-top:0px;
  font-size:8pt;
}

/* Topic in header */
P.headline
{
  margin-top:5px;
  margin-bottom:5px;
  margin-left:5px;
  font-size:19pt;
  font-weight:bold;
}

h1.headline
{
  margin-top:5px;
  margin-bottom:5px;
  margin-left:5px;
  font-size:19pt;
  font-weight:bold;
}

/* Date in header */
P.date
{
  margin-top:0px;
  font-size:10pt;
}

/* Author in header */
P.author
{
  margin-top:0px;
  font-size:10pt;
}

/* Labels for images */
P.label
{
  margin-top:10px;
  margin-bottom:10px;
  text-align:center;
  font-style:italic;
}

/* normal paragraph */
P.para
{
  margin-left:20px;
}

P.history
{
  margin-left:20px;
  font-weight:bold;
  color:#808080;
}

/* link in links page */
P.link
{
  margin-left:20px;
}

/* quote */
P.quote
{
  color:#52658b;
  text-align:center;
  margin-left:15px;
  margin-right:15px;
}

/* quote */
P.author
{
  font-size:8pt;
  text-align:right;
  margin-left:15px;
}

/* questions */
P.question
{
  margin-top:20px;
  font-weight:bold;
  font-style:italic;
}

/* answer */
P.answer
{
  margin-left:20px;
}

/* Header table background */
TD.gui_dark
{
  background-color:#414c62;
}

/* Menu cells */
TD.gui_normal
{
  background-color:#b6c5d3;
}

/* Menu cells */
TD.gui_light
{
  background-color:#dee2ee;
}

/* Code box table */
TD.codebox
{
  background-color:#e6eaee;
  font-family:Courier;
}

/* Menu text */
P.menu
{
  margin-top:0px;
  font-size:12pt;
}

/* Vertical Menu title */
P.vtitle
{
  margin-top:15px;
  margin-left:5px;
  font-size:11pt;
  font-weight:bold;
}

/* Vertical Menu subtitle */
P.vsubtitle
{
  margin-top:3px;
  margin-left:10px;
  font-size:9pt;
  font-weight:bold;
}

/* Vertical Menu text */
P.vmenu
{
  margin-top:0px;
  margin-left:20px;
  font-size:9pt;
}

/* List items */
P.listitem
{
  margin-top:0px;
  margin-left:25px;
}

P.boxsection
{
  margin-top:0px;
  margin-left:25px;
  font-weight:bold;
  color:#414c62;
}

/* Title in infobox */
P.boxtitle
{
  color:white;
  margin-top:0px;
  font-size:12pt;
  font-weight:bold;
}

/* header in table */
P.tableheader
{
  color:white;
  margin-top:2px;
  margin-bottom:2px;
  margin-left:4px;
  margin-right:4px;
  font-size:12pt;
  font-weight:bold;
}

/* cell in table */
P.tablecell
{
  color:black;
  margin-top:2px;
  margin-bottom:2px;
  margin-left:4px;
  margin-right:4px;
  font-size:10pt;
}

/* Header 1 */
P.title
{
  color:#808080;
  font-size:16pt;
  font-weight:bold;
  margin-top:20px;
  margin-left:5px;
}

h2.title
{
  color:#808080;
  font-size:16pt;
  font-weight:bold;
  margin-top:20px;
  margin-left:5px;
}

/* Header 2 */
P.subtitle
{
  color:#52658b;
  font-size:12pt;
  font-weight:bold;
  margin-top:20px;
  margin-left:10px;
}

/* Header 3 */
P.subsubtitle
{
  color:#52658b;
  font-weight:bold;
  font-size:10pt;
  margin-left:15px;
}

/**
 * EOF 
 */
