/* ---------------------------------------------------------------*/
/* General */

* {
        margin: 0;
        padding: 0;
}

html {
}

body {
        font-size: 10pt;
        font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
        background: url(../upload/layout/bg_body_start.jpg) no-repeat bottom right;
        background-attachment:fixed;
}

a {
        display: block;
        color: #990000;
        font-weight: bold;
        text-decoration: none;
}
a:hover {
        text-decoration: none;
}
.title {
        font-size: 14pt;
        color: #ddd;
        font-weight: normal;
}