/* CSS Document */

div#interior2
{
    height: 508px;
}

.edit
{
    background-color: #1F5BA4;
    color: #F3F3F3;
    font-size: 0.75em;
    padding: 2px;
    position: relative;
    text-decoration: none;
    top: -3px;
    font-weight: bold;
    font-family: Verdana, Helvetica, sans-serif;
}

.button
{
    background-color: #2662A4;
    border: 2px outset;
    color: white;
    font-weight: bold;
    margin: 2px;
    padding: 5px;
    text-align: center;
    font-size: 0.75em;
}


