        @charset "windows-1250";
        BODY {
        background : White url(./images/bglogo.jpg) no-repeat fixed 50% 50%;
        background-color : white;
        font-family : "Times New Roman", Times, serif;
        font-size : 12pt;
        font-style : normal;
        font-variant : normal;
        font-weight : bold;
        height : auto;
        line-height : normal;
        background-attachment : fixed;
        color : Gray;
        text-align : justify;
        margin-left : 2em;
        margin-right : 2em;
        background-repeat : no-repeat;
        background-position : 50% 50%;
        background-image : url(images/bglogo.jpg);
        position : relative;
}
TD {
        font-family : "Times New Roman", Times, serif;
        font-size : 12pt;
        font-style : normal;
        font-variant : normal;
        font-weight : bold;
        height : auto;
        color : Gray;
        margin-left : 2em;
        margin-right : 2em;
		padding-left: 20;
		vertical-align: top;
}
        H5 {
                font-family : Arial, Helvetica, sans-serif;
                font-size : 11pt;
                font-style : normal;
                font-variant : normal;
                font-weight : normal;
                height : auto;
                line-height : normal;
                color : Navy;
                text-align : left;
                margin-bottom : 1em;
                margin-top : 1em;
                margin-left : 2em;
        }

        A:link {
                font-family:times new roman, times, serif ;
                font-weight :bold;
                color: Gray;
                font-size: 12pt;
                text-decoration: none
        }
        A:visited{
                font-family:times new roman, times, serif ;
                font-weight :bold;
                color: Gray;
                font-size: 12pt;
                text-decoration: none

        }
        A:active {
                font-family:times new roman, times, serif ;
                font-weight :bold;
                color: Gray;
                font-size: 12pt;
                text-decoration: none
        }
        A:hover {
                font-family:times new roman, times, serif ;
                font-weight :bold;
                color: Navy;
                font-size: 12pt;
                text-decoration: none
        }

