/* ----------------------------------------------------------
 file: index.css

 last update: 01.05.2009 by Patricia Engelskirchen
 ---------------------------------------------------------- */


body {
    background-color: #fff;
}

	p {
    font-family: Calibri,Arial,sans-serif;
    font-style: normal;
    font-variant: normal;
    font-size: 14pt;
    font-weight: normal;
    font-stretch: normal;
    text-decoration: none;
    text-transform: none;
    color: black;
    text-indent: 0px;
    line-height: 18pt;
    vertical-align: middle;
    text-align: center;
    white-space: normal;
    margin-top: 3pt;
    margin-bottom: 12pt;
    margin-left: 0pt;
    margin-right: 0pt;
}

p.noscript {
    text-align: center;
    margin-top: 80pt;
}

table {
    border-collapse: collapse;
    border-style: none;
    border-width: 0px;
    border-spacing: 0px;
    empty-cells: show;
    table-layout: auto;
    vertical-align: middle;
    background-color: #fff;
    text-align: center;
    width: 100%;
    height: 100%;
    padding: 0;
}
