    body {
        width:                  900px;
        margin-left:            auto;
        margin-right:           auto;
        background-color:       white;
        font-family             : Verdana,Arial,Helvetica,sans-serif;
        font-size               : 12px;
    }
    #all {
        position            : absolute;
	width               : 900px;
    }
    #main {
	position: absolute;
	width: 900px;
    }
    #logo {
        position            : absolute;
        top                 : 0px;
        background-color    : white;
    }
    #btns {
        font-family     : "Verdana","Arial","sans-serif";
        font-weight     : bold;
        font-size       : 12px;
        color           : white;
        margin          : 0px;
        padding         : 1px;
        text-decoration : none;
        position        : absolute;
        top             : 100px;
        left            : 15px;
        white-space     : nowrap;
    }
    #btns a {
        text-decoration : none;
        color           : white;
        padding-left    : 5px;
        padding-right   : 5px;
        padding-top     : 2px;
        padding-bottom  : 2px;
    }
    #btns a.selected {
        color           : #000000;
    }
    img {
        border          : 0;
        padding         : 0;
        border          : 0;
    }
    p {
        text-align      : justify;
    }
    #title_txt {
        padding-top     : 0;
        margin-top      : 10px;
        position        : absolute;
        white-space     : nowrap;
        left            : 18px;
        top             : 135px;
        text-transform  : uppercase;
        font-size       : 20px;
        letter-spacing  : 0.25em;
        font-weight     : normal;
        color           : #000000;
    }
    .osi_table table {
        border-spacing  : 0;
    }
    .osi_table caption {
	text-align      : center;
        font-weight     : bold;
	font-size	: 18px;
    }
    .osi_table th {
        border           : none;
        padding-left     : 10px;
        padding-right    : 15px;
        padding-top      : 3px;
        padding-bottom   : 3px;
        background-color : #d4dee8;
        text-align       : left;
        color            : black;
    }
    .osi_table td {
        vertical-align  : top;
        text-align      : justify;
    }

