/* Site specific */
table.titlelinks
{
    width: 450px;
    margin:10px 10px 10px 30px;
}

.titlelinks td
{
    padding: 5px;
    font-size:15px;
    color: #838383;
}

.titlelinks td.titlebullet
{
    text-align: right;
    border-left: 1px solid #D8D8D8;
}

.titlelinks a 
{
    color: #838383;
    font-weight: normal;
    text-decoration: none;
}
.titlelinks a:hover
{
    color: #444444;
    text-decoration: none;
}
.titlelinks a:visited
{
    color: #838383;
}

table.frontpagetitle
{
    width: 887px;
    height: 176px;
    background-color: #2A85B2;
    margin: 5px 0px 0px 12px;
    padding:0px;
}

.frontpagetitle td
{
    vertical-align: middle;
}
