/* Global settings */
body
{
    margin: 0px;
    padding: 0px;
    background-color: #fdfdfd;
    font-size: 10pt;
    font-family: Arial, Times New Roman, Serif;
    color: #333333;
}


/* Page layout */
td.menu
{
    width: 128px;
    height: 100%;
    margin: 0px;
    text-align: left;
    vertical-align: top;
    background-image: url(gfx/menu_bg.png);
}

td.main
{
    width: 410px;
    height: 100%;
    margin: 0px;
    padding-left: 120px;
    padding-right: 90px;
    text-align: left;
    vertical-align: top;
    background-image: url(gfx/sword_bg.png);
    font-size: 10pt;
}


/* Images */
img
{
    border-width: 0px;
}


/* Links */
a:link
{
    color: #996633;
}

a:visited
{
    color: #996633;
}

a:active
{
    color: red;
}

a:hover
{
    color: #cccc99;
}


big
{
    font-size: 14pt;
    font-weight: lighter;
}


pre,tt
{
    font-size: 8pt;
}


div.centered
{
    text-align: center;
}
