body.mainpage {
  FONT-FAMILY: Verdana, Arial;
  /* background-image:url("./images/background.jpg");
  background-repeat:no-repeat;
  background-position: 50% 50%;
  */
}

body.otherpage {
  FONT-FAMILY: Verdana, Arial;
  /* background-image:url("./images/BG.jpg"); */
  background-repeat:no-repeat;
  background-position: 50% 20px;
}

table.main{
    width: 800px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

td.maincell {
  background-image:url("./images/BG.jpg");
  background-repeat:no-repeat;
  background-position: 50% 180px;
}

td.frontcell {
  background-image:url("./images/FRONT_PAGE.jpg");
  background-repeat:no-repeat;
  background-position: 50% 180px;
}

td.mainheader
{
  /* background:url("./images/header.jpg"); */
}

a:link, :visited /*, :hover */, :active {
    color: #000000;
    text-decoration: none;
}

.whitebig{
    FONT-SIZE: 1.5em;
    color: #ffffff;
    font-weight: bold;
}

.whitemed{
    FONT-SIZE: .9em;
    color: #ffffff;
    font-weight: bold;
}

.contentheader{
    FONT-SIZE: 1.1em;
    color: #000000;
    font-weight: bold;
    text-decoration: underline;
}

.contentbold{
    FONT-SIZE: .7em;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}

.contentitalic{
    FONT-SIZE: .7em;
    color: #000000;
    font-weight: normal;
    font-style: italic;
    text-decoration: none;
}

.contentbolditalic{
    FONT-SIZE: .7em;
    color: #000000;
    font-weight: bold;
    font-style: italic;
    text-decoration: none;
}

.contentbig2bold{
    FONT-SIZE: 1.1em;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}

.contentbigbold{
    FONT-SIZE: .8em;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}

.contentbigitalic{
    FONT-SIZE: .8em;
    color: #000000;
    font-weight: normal;
    font-style: italic;
    text-decoration: none;
}

.contentbig{
    FONT-SIZE: .8em;
    color: #000000;
    font-weight: normal;
    text-decoration: none;
}

.contentsmallbold{
    FONT-SIZE: .65em;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}

.contentsmallbolditalic{
    FONT-SIZE: .65em;
    color: #000000;
    font-weight: bold;
    font-style: italic;
    text-decoration: none;
}

.contentsmallitalic{
    FONT-SIZE: .65em;
    color: #000000;
    font-weight: normal;
    font-style: italic;
    text-decoration: none;
}
