/* CSS Document */
body
{
    margin: 0px;
    padding: 0px;
    font-size: 12px;
}

form
{
    margin: 0px;
    padding: 0px;
}

div#container
{
    width: 780px;
    margin-left: auto;
    margin-right: auto;
}

div#top
{
    height: 100px;
    border-bottom: solid 1px #999;
}

div#content
{
    font-size: 14px;
    color: #333;
    min-height: 100px;
    line-height: 2em;
    padding: 20px 30px 20px 30px;
}

div#content th, td
{
    border-bottom: solid 1px #ccc;
    border-right: solid 1px #ccc;
}


div#content table
{
    border-top: solid 1px #ccc;
    border-left: solid 1px #ccc;
}

div#content th
{
    background:#EBEBE2;
}


div#content .treven
{
    background-color: #EEE;
}
/*
div#content ul
{
    list-style: square;
    margin-left: 4em;
}
*/
div#content p
{
    text-indent: 2em;
}

div#content p.tip
{
    color: #C33;
}


div#foot
{
    border-top: solid 1px #999;
    height: 30px;
    text-align: center;
    color: #999;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 0.9em;
}
