body {
    margin-top: 8px;
}

body, td, th {
    font-family: Verdana, Arial, sans-serif;
    font-size: 10pt;
}

a {
    color: #000000;
    text-decoration: none;
}
a:hover {
    color: #7c7c7c;
    text-decoration: underline;
}
a:visited {
    color: #000000;
}

img {
    border: 0;
}
.topTable {
    width: 800px;
    margin: 0 auto 20px auto;
    border: 0;
    border-left: 1px solid black;
}
.topTable td {
    text-align: center;
    width: 20%;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    padding: 2px 4px;
}
.topTable td.currentPage {
    border-bottom-width: 0px;
    border-top: 1px solid black;
    background-color: #ff950e;
    background-image: url(files/figs/tab-bg.jpg);
    background-repeat: repeat-x;
    font-weight: bold;
}
.bottomTable {
    width: 800px;
    margin: 24px auto 0 auto;
    border: 0;
    border-top: 1px solid silver;
}
.bottomTable td {
    text-align: center;
    width: 33%;
}

.galleryTable {
    margin: 0 auto;
}
.galleryTable img {
    border: 1px solid black;
}
.galleryTable td {
    text-align: center;
}
#imgFullSize {
    border:1px solid black;
}

.content {
    width: 800px;
    text-align: center;
    min-height: 340px;
}

.content_left {
    width: 800px;
    text-align: left;
    min-height: 340px;
}

p {
    text-align: justify;
}

.messageTable th {
    font-weight: normal;
    text-align: right;
    vertical-align: top;
}
.messageTable textarea input {
    font-family: Verdana, Arial, sans-serif;
    font-size: 10pt;
}
.messageTable textarea {
    height: 8em;
    width: 440px;
}
.messageTable input {
    width: 200px;
}

.mailFailure {
    list-style-image: url('files/figs/error.png');
}
