﻿/* Beachcombers color scheme:
    #215194 blue
    #810081 magenta
    #EC8F25 orange
    #F3E401 yellow
 */

.contact_entry table
{
    margin-top: 20px;
    width: 100%;
}

/* The photo cell. */
.contact_entry th
{
    width: 100px;
    height: 100px;
}

.contact_photo
{
    border-style: outset;
    border-color: White;
}

.contact_title
{
    color: #215194;
    background-color: #EC8F25;
    font-size: medium;
    font-weight: bold;
    text-indent: 10px;
    border-style: outset;
    border-width: thin;
    border-color: White;
}

