/*
 *  Module RelatedLinks v 1.0
 *  CSS Style Document
 */

table.relatedLinks {
    width: 100%;
    border: 0px;
}

.relatedLinks tr.link {}

.relatedLinks td.link {
    padding-bottom: 15px;
    border: 0px;
}

.relatedLinks h3.link {
    margin-top: 0;
    margin-bottom: 2px;
    color: black;
}

.relatedLinks a.link {
    display: block;
    margin-bottom: 2px;
}

.relatedLinks p.link {
    margin-top: 2px;
}
