/* <style type="text/css"> */

  /* general settings */
  body                   {
    margin: 30px;
    background-color: #C0C0C0;
    height: 100%;
    font-family: arial, sans-serif;
    font-size: 9pt;
    color: #4D4D4D;
    text-align: center;
    letter-spacing: 1.5px;
  }
  div                    {vertical-align: top; padding: 0pt; background-color: #FFFFFF; text-align: left;}
  td                     {vertical-align: top; text-align: justify; margin: 0px; padding: 0px;}
  tr                     {margin: 0px; padding: 0px;}
  a                      {text-decoration: none; color: #EA5E22;}
  img                    {border: none; vertical-align: middle;}

  /* size and position of the different areas */
  #border                {width: 1000px; border: solid #808080 1px; margin: auto;}
  #top                   {width: 1000px; height: 40px; text-align: right; float: top; background-color: #808080; color: #FFFFFF;}
  #menu                  {width: 980px; height: 65px; margin-left: 10px; float: top; border-bottom: solid #808080 2px;}
  #subtitle              {width: 950px; margin: 10px; margin-left: 40px; font-size: 12pt; color: #C0C0C0;}
  #content               {width: 920px; margin: 40px; min-height: 300px; line-height: 1.8;}
  #dummy                 {height: 400px; float: left; boarder: red 1px solid;}
  #footer                {width: 1000px; height: 40px; float: bottom; text-align: center; background-color: #808080; color: #FFFFFF;}
 
  #top a, #footer a      {color: #FFFFFF;}

  /* menu */
  li.menu                {display: inline; font-size: 14pt;}
  li.menu a              {color: #C0C0C0; font-weight: bold;}
  ul.menu                {margin-top: 25px; margin-right: 20px;}
  #current a             {color: #333333;}
  span.border            {border-left: 1px solid #C0C0C0; margin: 5px; margin-right: 0px;}

  /* link hover color */
  a:hover,
  #top a:hover,
  #footer a:hover,
  li.menu a:hover,
  #current a:hover       {color: #EA5E22;}

  /* headings */
  h1                     {color: #999999; font-size: 14pt; text-align: center;}
  h2                     {color: #333333; font-size: 11pt;}
  h3                     {color: #333333; font-size: 9pt;}

  /* others */
  #logo                  {width: 250px; height: 51px; float: left; margin: 5px;}
  span.highlight         {display: block; width: 100%; text-align: center; font-weight: bold; font-style: italic; font-size: 12pt; color: #000000;}
  .small                 {font-size: 8pt;}

/* </style> */
