﻿html
{
    overflow-y: scroll;
}
body
{
    background-color: FloralWhite;
    text-align: center; /*ie*/
}
body.gre
{
    background-color: WhiteSmoke;
}
body.blu
{
    background-color: AliceBlue;
}
table.max
{
    width: 960px;
    margin: auto;
}
table.int
{
    border-collapse: collapse;
    width: 100%;
}
table.ctr
{
    height: 140px;
}
td
{
    font: 12px Arial;
    vertical-align: top;
    height: 8px;
}
td.www
{
    width: 300px;
}
td.iew
{
    width: 44%;
}
td.wie
{
    width: 780px;
}
td.wid
{
    width: 240px;
}
td.top
{
    background-color: AntiqueWhite;
    border: 2px outset Black;
    -moz-border-radius: 32px;
    -webkit-border-radius: 32px;
    padding: 12px 8px 4px 8px; /*margin: reduce padding, increase margin*/
}
td.cen
{
    text-align: center;
}
td.mid
{
    vertical-align: middle;
}
td.bot
{
    border-bottom: 1px solid Black;
}
td.rig
{
    border-right: 1px solid Black;
}
td.typ
{
    text-align: right;
}
td.low
{
    vertical-align: bottom;
}
td.hei
{
    height: 100%;
}
td.pad
{
    padding: 2px;
    white-space: nowrap; /*ie*/
}
td.mpd
{
    padding: 8px;
}
h1, h2, h3
{
    color: DarkRed;
    margin: 0;
    font-weight: normal;
    display: inline;
}
h1
{
    text-decoration: underline;
    font-size: 12px;
}
h2
{
    font-size: 16px;
    text-align: left;
}
h3
{
    font-size: 10px;
}
span.rgh
{
    float: right;
}
span.adv
{
    font-size: 10px;
}
span.res
{
    font-size: 20px;
}
span.you
{
    color: Black;
    font-weight: bold;
    font-size: 12px;
    text-decoration: underline;
}
span.hgh
{
    background-color: White;
    text-decoration: underline;
}
a
{
    text-decoration: none;
    color: Navy;
}
a:hover
{
    background-color: White;
    text-decoration: underline;
}
img
{
    border: none; /*ie,ff*/
}
form
{
    display: inline; /*ie*/
}
select, input
{
    font: 10px Arial;
}
input.rad
{
    margin: 0px;
}
input.tex
{
    width: 160px;
}
input.pas
{
    width: 90px;
}
input.red
{
    color: Red;
}
input.big
{
    width: 640px;
}
input.non
{
    display: none;
}
textarea
{
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    width: 640px;
    height: 160px;
    overflow-y: scroll;
}
