h2 { 
    font-size: 12pt;
    font-weight: normal;

    margin: 3px 0;

    text-transform: uppercase;
}

a { 
    font-weight: bold;
    
    color: #0b6f84;
}

a:hover { 
    text-decoration: none;
}

.content p { 
    margin: 3px 0 9px 0;

    /*text-align: justify;*/
}

.content .column-a, .content .column-b { 
    width: 190px;

    margin-right: 10px;

    float: left;
}

.content .column-b { 
    margin-left: 10px;

    clear: right;
}

.photo { 
    float: left;
}

.photo .image { 
    height: 170px;
    border-bottom: 0px solid red;
}

.photo .name, .photo .position { 
    font-size: 80%;

    width: 119px;

    margin-left: 12px;
}

.photo .name { 
}

.photo .position { 
    color: #666;
}

table.gallery { 

}

table.gallery a { 
    border: 1px solid #0C768C;
    display: block;

    padding: 2px;
    margin: 10px;

    height: 107px;
}

table.gallery a img { 
    border: 1px solid #0C768C;
}


