body {
    background-color: rgb(232, 218, 89);
    text-align: center;
    color: black;
    font-weight: normal;
    font-size: 10pt;
    font-family: tahoma, sans-serif;
}

h1 {
    font-size: 14pt;
}

table,tr,td,a,input,textarea,button {
    border: 0px;
    margin: 0px;
    padding: 0px;
    color: black;
    font-weight: normal;
    font-size: 10pt;
    font-family: tahoma, sans-serif;
    text-decoration: none;
}

a {
    font-style: italic;
    font-weight: bold;
}

table.announcement {
    height: 100%;
    width: 100%;
}

table.announcement * td {
    text-align: center;
}

td.header {
    font-weight: bold;
}

input,textarea,button {
    border: 1px solid rgb(132, 0, 0);
    background-color: rgb(230, 206, 87);
    font-weight: normal;
}

input, button {
    width: 130px;   
}

textarea {
    width: 380px;
}

table.buttons {
    width: 400px;
}

input.navigationdisabled {
    color: rgb(50, 50, 50);
}

img {
    border: 0px;
}

.full {
    width: 100%;
    height: 100%;
}

.border {
    border: 2px solid rgb(132, 0, 0);
    padding: 3px;
    background-color: rgb(246, 173, 64);
}

.short {
    font-size: 8pt;
}

div.shorthead {
    width: 100%;
    text-align: center;
}

div.bottominfo {
    font-size: 8pt;
}

table.main {
    width: 891px;
    height: 100%;
}

td.main {
    width: 458px;
    vertical-align: top;
    text-align: center;
    background-color: rgb(246,173,64);
}

td.main_n {
    height: 167px;
    line-height: 1px;
    text-align: center;
}

td.main_w {
    background-image: url("gfx/mainbox_w.gif");
    width: 221px;
    line-height: 1px;
    vertical-align: top;
}

td.main_e {
    background-image: url("gfx/mainbox_e.gif");
    width: 212px;
    line-height: 1px;
    vertical-align: top;
}

td.main_s {
    text-align: center;
    height: 5px;
}

table.innerbox {
}

td.innerbox {
    vertical-align: top;
    text-align: center;
    padding: 0px;
}

td.innerbox_n,td.innerbox_s,td.innerbox_w,td.innerbox_e {
    line-height: 1px;
}

td.innerbox_nw,td.innerbox_ne,td.innerbox_sw,td.innerbox_se {
    height: 5px;
    width: 5px;
    line-height: 1px;
}

td.innerbox_nw {
    background-image: url("gfx/innerbox_nw.gif");
}

td.innerbox_ne {
    background-image: url("gfx/innerbox_ne.gif");
}

td.innerbox_sw {
    background-image: url("gfx/innerbox_sw.gif");
}

td.innerbox_se {
    background-image: url("gfx/innerbox_se.gif");
}

td.innerbox_n {
    background-image: url("gfx/innerbox_n.gif");
}

td.innerbox_w {
    background-image: url("gfx/innerbox_w.gif");
}

td.innerbox_e {
    background-image: url("gfx/innerbox_e.gif");
}

td.innerbox_s {
    background-image: url("gfx/innerbox_s.gif");
}

div.content {
    width: 221px;
    height: 455px;
    background-image: url("gfx/content.gif");
}

a.content {
    cursor: pointer;
    font-weight: bold;
    font-style: italic;
}

table.content {
    width: 140px;
    height: 308px;
    margin-top: 50px;
    margin-left: 35px;
}

table.content * div.link {
    width: 100%;
    text-align: center;
}

table.content * td.mark {
    width: 20px;
}

table.infobox {
    background-image: url("gfx/infobox.gif");
}

td.infobox_w {
    width: 55px;
}

td.infobox_c {
    width: 132px;
}

td.infobox_e {
    width: 25px;
}

table.list {
    border: 2px solid rgb(132, 0, 0);
    width: 430px;
}

table.list * tr {
    background-color: rgb(226, 153, 50);
}

table.list * tr.bright {
    background-color: rgb(246, 173, 64);
}

table.list * td {
    padding: 3px;
    text-align: center;
}