﻿div#content table
{
    font-size: 1.3em;
    margin-bottom: 20px;
    line-height: 1.5em;
}

div#content dl table
{
    font-size: 1em;
    margin-bottom: 0;
}

#content table
{
    width: 80%;
    margin: 0 auto;
    color: #091992;
}

#content table.full
{
    width: 95%;
}

#content table caption
{
    text-align: left;
    font-style: italic;
    color: #6B6B6B;
    margin-bottom: 10px;
}

#content td, #content th
{
    text-align: left;
    padding: 5px;
}

#content th
{
    border-bottom: solid 2px #091992;
}

#content td, #content tbody th
{
    border-bottom: solid 1px #bbb;
}

#content tbody th
{
    color: #6B6B6B;
    font-weight: normal;
}

#content tbody tr:hover
{
    background-color: #EEF8FF;
}

#content .fifteen
{
    width: 15%;
}

#content .twenty
{
    width: 20%;
}
#content .twentyfive
{
    width: 25%;
}
#content .sixth
{
    width: 60%;
}
#content .thirty
{
    width: 30%;
}

#content .thirtyfive
{
    width: 35%;
}
#content .forty
{
    width: 40%;
}
#content .fortyfive
{
    width: 45%;
}
#content .fifty
{
    width: 50%;
}
#content .fiftyfive
{
    width: 55%;
}
#content .sixty
{
    width: 50%;
}
#content .sixtyfive
{
    width: 65%;
}
#content .seventy
{
    width: 70%;
}
#content .seventyfive
{
    width: 75%;
}

.nowrap
{
    white-space: nowrap;
}

#content td.right, #content th.right
{
    text-align: right;
}
#content td.center
{
    text-align: center;
}
