/* File: definitions.css */

a:link
{
        color:#140880;
}

a:visited
{
        color:#cc0000;
}

a:active
{
        color:#140880;
        font-weight:bold;
}

a:hover 
{
        color:#000080;
}

body
{
    background-color:#dbe9f7;
        color:#140880;
    margin-left:1px; 
    margin-right:1px; 
    margin-top:1px; 
    margin-bottom:1px;
}

h1, h2, h3, p, td
{
        font-family:helvetia,arial;
}

h1, h2, h3 
{
        margin-bottom:10px;
}

p, td
{
        font-size:0.8em;
}

.thumb_header
{
        vertical-align:top;
        background-color:#5C81aa;
        color:#ffffff;
        font-family:helvetia,arial;
        font-weight:bold;
        font-size:0.8em;
}

.thumb
{
        width:164px;
}

.thumb_header_corner
{
        width:10px;
        height:14px;
}

.thumb_content
{
        background-color:#9db5d1;
        color:#140880;
        font-family:verdana,sans-serif;
        font-weight:bold;
        font-size:0.80em;
        vertical-align:center;
        text-align:center;
        width:164px;
}

.thumb_frame
{
        background-color:#9db5d1;
        color:#140880;
        font-family:verdana,sans-serif;
        font-weight:bold;
        font-size:1px;
        vertical-align:center;
        text-align:center;
}

.thumb_frame_left_right
{
        width:10px;
}

.thumb_frame_top_down
{
        height:10px;
}

.thumb_spacer
{
        width:10px;
}

.menu_frame
{
    table-layout:fixed;
    border-color:#5C81aa;
    border-right-width:3;
    border-right-style:solid;
}

.menu_header
{
    background-color:#ffcc33;
        font-family:helvetia,arial;
        font-size:0.80em;
        font-weight:bold;
        vertical-align:center;
        text-align:left;
}

.menu_item
{
    background-color:#9db5d1;
        font-family:helvetia,arial;
        font-size:0.80em;
        vertical-align:center;
        text-align:left;
}

.image_caption
{
        vertical-align:bottom;
        text-align:center;
        font-size:1em;
        font-weight:bold;
        margin-bottom:5px;
}

.image_frame
{
        border-color:#140880; 
        border-width:3; 
        border-style:solid;
        vertical-align:center;
        text-align:center;
}

.footer
{
        font-size:0.60em;
        vertical-align:bottom;
        text-align:center;

}

.button
{
        width:18px;
}
