html
{
    background : none ;
}
    body
    {
        font-family : Verdana,Arial,Helvetica,serif ;
        padding : 10px ;
        text-align : center ;
    }
        a
        {
            color : #000000 ;
            cursor : pointer ;
        }
        a:hover
        {
            color : #000000 ;
        }
        blockquote
        {
            margin-left : 10px ;
        }
        em
        {
            font-style : italic ;
        }
        hr
        {
            background-color : #000000 ;
            border : 0px ;
            clear : both ;
            color : #000000 ;
            height : 1px ;
            margin : 0px 0px 10px 0px ;
            overflow : hidden ;
            padding : 0px ;
        }
        strong
        {
            font-weight : bold ;
        }
        #container
        {
            margin : 0px auto ;
            text-align : left ;
            width : 820px ;
        }
            #logo
            {
                display : none ;
            }
            #content
            {
                border : 1px solid #000000 ;
                padding : 20px 10px 0px 10px ;
            }
                #content a
                {
                    font-weight : bold ;
                }
                #content h1
                {
                    font-size : 108% ;
                    font-weight : bold ;
                    margin-bottom : 20px ;
                }
                #content h2
                {
                    font-weight : bold ;
                    margin-bottom : 20px ;
                }
                #content h3
                {
                    font-weight : bold ;
                    margin-bottom : 20px ;
                }
                #content h4
                {
                    font-weight : bold ;
                    margin-bottom : 20px ;
                }
                #content h5
                {
                    font-weight : bold ;
                    margin-bottom : 20px ;
                }
                #content h6
                {
                    font-weight : bold ;
                    margin-bottom : 20px ;
                }
                #content ol
                {
                    margin-bottom : 20px ;
                }
                    #content ol li
                    {
                        list-style-position : outside ;
                        list-style-type : decimal ;
                        margin : 5px 0px 5px 40px ;
                        padding : 0px 0px 0px 5px ;
                    }
                #content p
                {
                    line-height : 200% ;
                    margin-bottom : 20px ;
                }
                #content table
                {
                    border : 0px ;
                    border-collapse : collapse ;
                    margin-bottom : 20px ;
                    width : 798px ;
                }
                    #content table tr
                    {
                    }
                        #content table tr th
                        {
                            background-color : #000000 ;
                            border : 1px solid #000000 ;
                            color : #ffffff ;
                            font-weight : bold ;
                            padding : 5px ;
                        }
                            #content table tr th a:hover
                            {
                                color : #ffffff ;
                            }
                            #content table tr th a:hover
                            {
                                color : #ffffff ;
                            }
                        #content table tr td
                        {
                            border : 1px solid #000000 ;
                            padding : 5px ;
                        }
                        #content table tr .center
                        {
                            text-align : center ;
                        }
                        #content table tr .right
                        {
                            text-align : right ;
                        }
                #content ul
                {
                    margin-bottom : 20px ;
                }
                    #content ul li
                    {
                        list-style-position : outside ;
                        list-style-type : square ;
                        margin : 5px 0px 5px 35px ;
                        padding : 0px 0px 0px 5px ;
                    }
                #content .one
                {
                    height : 231px ;
                }
                #content .four
                {
                    border : 1px solid #000000 ;
                    margin : 0px 148px 10px 148px ;
                    padding : 10px 10px 0px 10px ;
                    text-align : center ;
                    width : 500px ;
                }
                #content .small
                {
                    font-size : 70% ;
                }
                    #content .small tr
                    {
                    }
                        #content .small tr th
                        {
                            font-weight : normal ;
                            padding : 0px ;
                        }
                        #content .small tr td
                        {
                            padding : 0px ;
                        }
            #footer
            {
                display : none ;
            }
        .bar
        {
            display : none ;
        }
        .center
        {
            text-align : center ;
        }
        .float
        {
            float : right ;
            margin : 0px 0px 10px 0px ;
        }
