/*
 *  Base CSS formatting for the all documents
 */

body
{
    background: white;
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
}

table, tr, td/*, ul, li, ol*/
{
    font: inherit;
    padding: 0px;
    margin: 0px;
}

div
{
    position: relative;
}

form
{
    padding: 0px;
    margin: 0px;
}

img
{
    border: none;
    padding: 0px;
    margin: 0px;
}

#t_body
{
    width: 100%;
    min-height: 98%;
    /*border: 1px solid black;*/
}

#t_side_bar
{
    border: 1px solid black;
    color: inherit;
    background-color: #ffff99;
    width: 160px;
    padding-left: 5px;
    height: 100%;
}

#t_s_logo
{
    height: 200px;
}

#t_s_menu
{
    height: 6em;
}

#t_s_copy
{
}

#copyright
{
    font-size: 10pt;
}

#t_heading
{
    width: "100%";
}

#t_h_pict
{
    width: 160pt;
}

#content
{
    padding-left: 2em;
}

.label
{
    text-align: right;
}

.t_questions
{
    width: 100%;
}

.t_questions th
{
    text-align: left;
}
