﻿/* Technical Documents */
table.TechnicalDocumentsLinks 
{
    width: 100%;
    height: 32px;
    background-image: url('../../../Images/ShorterHeaderBarBackground.gif');
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    font-weight: bold;
}

table.TechnicalDocumentsLinks a,
table.TechnicalDocumentsList a 
{
    text-decoration: underline;
    color: blue;
}

table.TechnicalDocumentsList th 
{
    text-align: center;
}

