/**
 * tuxtax.css
 *
 * Style Sheet definitions.
 *
 * Version: 1.0.0, 2006-01-02
 * Author: Christian Heller <christian.heller@tuxtax.de>
 */

/**
 * The body.
 */
body {

    background-color: #ffffff;
    font-family: "FreeSans", "Helvetica", "Nimbus Sans L", "Verdana", "Bitstream Vera Sans", "Arial", "Times New Roman";
    font-size: 10pt;
    color: #000000;
    margin-left: 0cm;
    margin-top: 0cm;
    margin-right: 0cm;
    margin-bottom: 0cm;
}

/**
 * The header.
 */
h1 { font-size: 18pt; font-weight: bold; text-align: left; color: #014F90; }
h2 { font-size: 16pt; font-weight: bold; text-align: left; color: #014F90; }
h3 { font-size: 14pt; font-weight: bold; text-align: left; color: #014F90; }
h4 { font-size: 12pt; font-weight: bold; text-align: left; color: #014F90; }
h5 { font-size: 10pt; font-weight: bold; text-align: left; color: #014F90; }
h6 { font-size: 08pt; font-weight: bold; text-align: left; color: #014F90; }

/**
 * The text paragraph.
 */
p {

    text-align: left;
}

/**
 * The table.
 */
table {
}

/**
 * The table column header.
 */
th {

    font-size: 10pt;
    font-weight: bold;
}

/**
 * The table column data.
 */
td {

    font-size: 10pt;
}

/**
 * The list.
 */
ul.circle {

    list-style-type: circle;
}

/** Links to other pages. */
a:link { color: #014F90; text-decoration: none; }
a:active { color: #C52B1A; text-decoration: none; }
a:visited { color: #A09897; text-decoration: none; }
