<!--
div.news {
        font: normal normal bold 9pt Arial, sans-serif;
        border: 0px solid #000000;
        text-align: left;
        background: #000000;
        color: #FFFFFF;
        float: left;
        width: 100%;
        height: 100%;
}
a {
        font: normal normal bold 10pt Arial, sans-serif;
        color: yellow;
}
a:hover {
        font: normal normal bold 10pt Arial, sans-serif;
        color: red;
}
a.footer {
        font: normal normal bold 12pt Arial, sans-serif;
        color: yellow;
}
a.footer:hover {
        font: normal normal bold 12pt Arial, sans-serif;
        color: red;
}

a.news {
        font: normal normal bold 8pt Arial, sans-serif;
        color: red;
}
a.news:hover {
        font: normal normal bold 8pt Arial, sans-serif;
        color: white;
}

        div.header {
                border: 0px solid #000000;
                text-align: center;
                background: #740410;

                height: 12%;
                vertical-align: bottom;
        }
        div.content {
                font: normal normal bold 10pt Arial, sans-serif;
                border: 0px solid blue;
                clear: both;
                margin-top: 0px;
                width: 100%;
        }
        div.leftcol {
                font: normal normal bold 10pt Arial, sans-serif;
                border: 0px solid #000000;
                text-align: left;
		background: #000000;
                color: #FFFFFF;
                width: 200px;
		overflow: visible;
                float: left;
        }
        div.centercol {
                font: normal normal bold 10pt Arial, sans-serif;
                border: 0px solid yellow;
                margin-left: 10%;
                margin-right: 10%;
                background: #ffffff;
                width: 75%;
                float: left;
        }
        div.rightcol {
                border: 0px solid #740410;
                float: left;
                color: #FFFFFF;
		/* margin-left: 15px;# */
                margin-right: 50px;
		margin-top: 20px;
		position: absolute;
		background: #000000;
		overflow: visible;
		width: 100%;
        }

        body {
                margin: 0px;
        }
        .anylinkcss{
                position:absolute;
                margin-top: 4px;
                visibility: hidden;
                border:0px solid black;
                border-bottom-width: 0;
                font: normal normal normal 8pt Arial,sans-serif;
                line-height: 18px;
                z-index: 100;
                background-color: #740410;
                width: 140px;
        }

        .anylinkcss a {
                width: 100%;
                display: block;
                text-indent: 3px;
                border-bottom: 0px solid black;
                padding: 1px 0;
                text-decoration: none;
                text-indent: 5px;
                font: normal normal bold 11pt Arial,sans-serif;
                color: white;
        }

        .anylinkcss a:hover{ /*hover background color*/
                background-color: black;
                color: white;
                font: normal normal bold 11pt Arial,sans-serif;
        }
-->
