/* 
 * File: css/style.css
 * Purpose: base stylesheet
 *
 * */

body {
    background: #eef url('../images/bg.png') repeat-x;
    font-family: Tahoma, Verdana, Arial, sans-serif;
    font-size: 11pt;
    color: black;
    margin: 0;
    padding: 0;
    border: 0;
}

img {
    border: none;
    vertical-align: middle;
}

.floatleft {
    float: left;
    margin-right: 1em;
}

.floatright {
    float: right;
    margin-left: 1em;
}

.alignright {
    text-align: right;
}

.cleared {
    clear: both;
}

.hidden {
    display: none;
}

.remark {
    font-style: italic;
}

.mandatory {
    color: red;
}

#logo {
    text-align: center;
}

.changelog {
    font-family: monospace;
    font-weight: bold;
}

/* eof */
