/* basic elements */
html, body, table {
        font: 9pt/12pt "trebuchet ms";
        color: #555753;
        background: #ffffff;
        margin: 0px;´
		scrolling="yes"

        overflow: auto;
        scrollbar-face-color: #ffffff;
        scrollbar-highlight-color: #ffffff;
        scrollbar-shadow-color: #ffffff;
        scrollbar-3dlight-color: #cccccc;
        scrollbar-arrow-color: #cccccc;
        scrollbar-track-color: #ffffff;
        scrollbar-darkshadow-color: #cccccc;
       }

.scrollboxNews {

        padding: 0px;
        height: 100px;
        width: 150px;
        border: 1px solid #CCCCCC;
        overflow: auto;
        scrollbar-face-color: #ffffff;
        scrollbar-highlight-color: #ffffff;
        scrollbar-shadow-color: #ffffff;
        scrollbar-3dlight-color: #ffffff;
        scrollbar-arrow-color: #000000;
        scrollbar-track-color: #ffffff;
        scrollbar-darkshadow-color: #ffffff;
        }



p {
        font: 9pt/16pt "trebuchet ms";
        margin-top: 0px;
        text-align: justify;
        }
h3 {
        font: 12pt/14pt "trebuchet ms";
        letter-spacing: 1px;
        margin-bottom: 0px;
        color: #666666;
        }
a:link {
        text-decoration: underline;
        color: #666666;
        }
a:visited {
        font-weight: bold;
        text-decoration: underline;
        color: #999999;
        }
a:hover, a:active {
        text-decoration: underline;
        color: #666666;
        }

hr      {
        border-top: 1px solid #555753; border-right: 0px;
        border-bottom: 0px; border-left: 0px;
        }

