BODY
{
    font-family: Tahoma, Arial;
    background-color: whitesmoke;
}

div.body_container
{
    border-right: #000099 2px solid;
    border-top: #000099 2px solid;
    border-left: #000099 2px solid;
    border-bottom: #000099 2px solid;
    background-color: beige;
    width: 780px;
    margin: 0px auto;
    padding: 5px;
}

div.footer
{
    font-size: 9px;
    font-family: Tahoma, Arial;
    text-align: center;
    width: 600px;
}

div.header
{   width: 100%;
    background-color: lightgrey;
    text-align: left;
    color: navy;
    font-size: 12px;
    font-weight: bold;
}
div.header a
{   color: navy;
    font-size: 12px;
    font-weight: bold;
}

table.thumb
{
    border-right: black thin solid;
    border-top: black thin solid;
    background-image: url(images/clouds_background.gif);
    border-left: black thin solid;
    border-bottom: black thin solid;
    background-color: #ffffff;
}

.fade
{   font-weight: bold;
}

span.menu
{
    border-right: 3px outset;
    padding-right: 10px;
    border-top: 3px outset;
    padding-left: 10px;
    font-weight: bold;
    font-size: 10px;
    padding-bottom: 2px;
    border-left: 3px outset;
    color: #ffffff;
    padding-top: 2px;
    border-bottom: 3px outset;
    background-color: #6699cc;
    text-decoration: none;
}
a.menu
{
    border-right: 3px outset;
    padding-right: 10px;
    border-top: 3px outset;
    padding-left: 10px;
    font-weight: bold;
    font-size: 10px;
    padding-bottom: 2px;
    border-left: 3px outset;
    color: #ffffff;
    padding-top: 2px;
    border-bottom: 3px outset;
    background-color: #6699cc;
    text-decoration: none;
}

span.gone
{   left: -1000px;
    top: -500px;
    position: absolute;
}
h1.gone
{   left: -1000px;
    top: -500px;
    position: absolute;
}

span.title_text
{   font-family:Comic Sans MS, Tahoma, Arial;
    font-weight: bold;
    width: 700px;
    font-size: 14px;
}
h1.title_text
{   font-family:Comic Sans MS, Tahoma, Arial;
    font-weight: bold;
    width: 700px;
    font-size: 14px;
}

span.thumb_link
{
    border-right: 3px;
    padding-right: 5px;
    border-top: 3px;
    padding-left: 5px;
    font-weight: bold;
    font-style:italic;
    font-size: 11px;
    border-left: 3px;
    color: #ffffff;
    border-bottom: 3px;
    background-color: #6666ff;
    text-decoration: none;
    width: 124px;
    height: 20px;
    cursor: hand;
}
a.thumb_link
{
    border-right: 3px;
    padding-right: 5px;
    border-top: 3px;
    padding-left: 5px;
    font-weight: bold;
    font-style:italic;
    font-size: 11px;
    border-left: 3px;
    color: #ffffff;
    border-bottom: 3px;
    background-color: #6666ff;
    text-decoration: none;
    width: 124px;
    height: 20px;
    cursor: hand;
}

h1.medium
{   font-size:12px;
}