html, body {height:100%;width:100%;margin:0;padding:0;}
div {float:left;margin-left:auto;margin-right:auto;text-align:left;vertical-align:baseline;width:100%;}

.buthidden {display:none;}
.justprint {display:none;}
.dib {display:block;}


.rotate270 {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.bigbut
{
    width: 150px;
    font-size: 13px;
    -webkit-appearance:none;
    padding:0;
    margin:0 0 0 20px;
}
div.TITLE {
    font-weight: bolder;
    font-size: larger;
    margin-right: auto;
    margin-left: auto;
}
div.NORMAL
{
    background-color: #c7d4eb;
    font-weight: lighter;
    font-size: smaller;
    vertical-align:baseline;
}
div.justnoprint
{
    font-size:medium;
}
div.NORMALnoprint
{
    background-color: #c7d4eb;
    font-weight: lighter;
    font-size: smaller;
    vertical-align:baseline;
}
div.separator{width: 100%; height: 5px; background-color: #c7d4eb; clear:both;}
div.separator20{width: 100%; height: 20px; background-color: #c7d4eb; clear:both;}
div.SUB
{
    font-weight: lighter;
    font-size: smaller;
    vertical-align: baseline;
    text-align: left;
    color: #ffffff;
    background-color: #6a83b2;
}

img.big_picture {
    width:320px;
    image-orientation:from-image;
}

img.thumbs {
    width: 160px;
    image-orientation: from-image;
}

img.thumbs_smaller {
    width: 80px;
    image-orientation: from-image;
}

TABLE.NORMAL
{
    background-color: #c7d4eb;
    font-weight: lighter;
    font-size: smaller;
}
TABLE.TITLE
{
    font-weight: bolder;
    font-size: larger;
    vertical-align: middle;
    text-align: center;
    line-height: 150%;
}
TABLE.SUB
{
    font-weight: lighter;
    font-size: smaller;
    vertical-align: middle;
    text-align: left;
    color: #ffffff;
    background-color: #6a83b2;
}
TABLE.BUTTON
{
    font-weight: bolder;
    font-size: smaller;
}
