﻿BODY
{
}

td.Label
{
    vertical-align: top;
    clear: left;
    float: left;
    width: 7em;
    font-size: 110%;
    font-family: Georgia; /* background-color: Red; */
    margin-bottom: 1em;
    padding-right: 1em;
    color: Gray;
    font-weight: bold;
}

td.Info
{
    vertical-align:top;
    text-align:left;
}

.Button
{
    font-size: 80%;
    color: Black;
   /* font-weight: bold; */
    font-family: Arial;
}

.Button:hover
{
    background: #ffff00;
    color: Black;
    /* font-weight: bold; */
    font-family: Arial;
}


.ContactInfo1
{
    /* background-color: YELLOW; */
    font-size: 110%;
    font-family: Garamond;
    text-align: left; 
    border-right: black thin solid;
    border-top: black thin solid;
    border-left: black thin solid;
    border-bottom: black thin solid;
}

.ContactInfo
{
    /* background-color: YELLOW; */
    font-size: 110%;
    font-family: Garamond;
    text-align: left;
    border-right: black thin solid;
    border-top: black thin solid;
    border-left: black thin solid;
    border-bottom: black thin solid;
    margin-bottom: 10px;
}

.EmailInfo
{
    /* background-color: YELLOW;*/
    font-size: 95%;
    font-family: Garamond;
    text-align: left;
    border-right: black thin solid;
    border-top: black thin solid;
    border-left: black thin solid;
    border-bottom: black thin solid;
    margin-bottom: 0px;
    margin-left:15%;
}


