body
{
    font-family: Arial;
    text-align: center;
    margin: auto;
    width: 90%;
}
#main
{
    margin: auto;
    padding: 5px;
    background-color: #9EACC6;
}
th
{
    font: nomal normal bold 14px Arial;
    text-align: center;
}
h2
{
    font: nomal normal bold 14px Arial;
}
h5
{
    margin: 10px 0;
}
td
{
    font: normal normal bold 20px Arial;
    text-align: center;
    padding: 0 15px;
}
img.size
{
    width: 213;
    height: 146;
}
img, .noborder
{
    border: 0px;
}
hr
{
    margin-top: 20px;
}
hr.first
{
    margin-top: 0px;
}
.left
{
    float: left;
}
.right
{
    float: right;
}
.halfwidth
{
    width: 50%;
}
.quarterw
{
    width: 25%;
}
.whiteborder
{
    border: 1px solid #FFF;
}
a
{
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}
.auto
{
    margin: auto;
}
.textleft
{
    text-align: left;
}
.titlebar
{
    background-color: #7DC3DD;
    margin: auto;
}
.thumbs
{
    background-color: #BBB;
    border: 1px solid #000;
    overflow: auto;
    height: 130px;
}
.thumbs img
{
    max-height: 120px;
    max-width: 120px;
    cursor: pointer;
}
.main
{
    margin: 10px;
}
.main img
{
    border: 1px solid #000;
    max-height: 576px;
    max-width: 505px;
}
.button
{
    cursor: pointer;
    background-color: #C7C9D0;
    border: 1px solid #B9B9B9;
    padding: 2px;
    margin: 4px 50px;
}
.clear
{
    clear: both;
}