/* simple, clean style.  Copyright (C) Nils T Siebel 2004-2008.  All rights reserverd. */

ADDRESS,
BLOCKQUOTE,
BODY, DD, DIV,
DL, DT,
FIELDSET, FORM,
FRAME, FRAMESET,
H1, H2, H3, H4,
H5, H6, IFRAME,
NOFRAMES,
OBJECT, P,
APPLET,
CENTER, DIR,
MENU, PRE
{
 font-family: Verdana, "Nimbus Sans L", "Bitstream Vera Sans", sans-serif;
 font-style: normal;
 text-decoration: none;
}

DIV
{
 margin: 1em 0em; /* vertical - horizontal */
}


DIV.empty
{
 margin: 0;
 line-height: 0;
}

DIV.floating_right
{
 margin: 0em 0em 1em 1em;  /* top - right - bottom - left */
 float: right;
/*  vertical-align: text-top; */
}

DIV.floating_left
{
 margin: 0em 1em 1em 0em;  /* top - right - bottom - left */
 float: left;
/*  vertical-align: text-top; */
}

DIV.centred
{
 text-align: center;
}

DIV.small
{
 font-size: 90%;
}

DIV.indented
{
 margin: 0em 2em; /* vertical - horizontal */
}

DIV.toc_indent
{
 margin: 0em 2em; /* vertical - horizontal */
}

DIV.figure
{
 margin: 3em 0em; /* vertical - horizontal */
 text-align: center;
 vertical-align: middle;
 clear: both; /* break free from floating images etc from previous DIVs */
}

DIV.figure IMG
{
 vertical-align: middle;
}

DIV.clear
{
 clear: both; /* break free from floating images etc from previous DIVs */
}

IMG
{
 border-style: none; /* no border on normal images */
}

IMG.bordered
{
 border-style: solid;
 border-width: 1px;
 border-color: #a0a0a0;
}

A:link { color: #1020ff; }
A:visited { color: #330099; }
A:active { color: #0033cc; }
A:hover { color: #0b00ff; background: #ffffaa; }

H1, H2, H3 { color: #0b00ff; }
/* H1, H2, H3, H4, H5, H6 { color: #6146c8; } */
/* H1, H2, H3, H4, H5, H6 { color: #7f6bc8; } */

H1, H2
{
 clear: both; /* break free from floating images etc from previous sections */
}

H2, H3
{
 margin: 2em 0em 0.5em 0em;  /* top - right - bottom - left */
}

H1.headline
{
 font-size: 200%;
 font-weight: bold;
 line-height: 2em;
/* placement: absolute; */
 margin: 96px 0em 1.5em 0em;  /* top - right - bottom - left */
}

HR
{
 height: 4px;
 width: 100%;
 margin: 3em 0em; /* a lot of vertical space around it */
 clear: left;
 
 /* the following is a replacement for NOSHADE */
 color: #7f6bc8;  /* #7f6bc8: a less saturated #6146c8 */
 background-color: #7f6bc8;
 border-style: none;
}


DIV.top_image
{
 position: absolute;
 margin: 0px;  /* top - right - bottom - left */
 top: 32px;
 right: 32px;
 height: auto;
 left: auto;
 width: auto;  /* NB: This may cause problems with IE */
/*  float: right; */
/*  placement: absolute; */
 line-height: 0;
 z-index: 1;
}
DIV.top_image IMG  { display: block; }

TABLE
{
 border: 0;
 border-style: none;
 border-spacing: 0;
 padding: 0;
 empty-cells: show;
 border-collapse: collapse;
}

TR,TD
{
 border: 0;
 border-style: none;
 border-spacing: 0;
 padding: 0;
 border-collapse: collapse;
}

body
{
 text-align: justify;
 
 margin: 32px;

 color: black;
 background: white; 
 
 background-image: url(top_logo.jpg);
 background-position: top left;
 background-attachment: scroll;
 background-repeat: no-repeat;
}
