*
{
    font-size: 13px;
    font-family: Lucida Sans, Lucida Console, Tahoma, Verdana, Arial, Sans-serif;    
}

html { height:100%; width:100%; }
form { margin:0px; padding:0px; }

body
{
    height:100%;
    width:100%;
    margin:0px;
    padding:0px;    
}

.title
{
    font-family: Lucida Sans, Arial, Sans-Serif; 
    font-size: 18px;
    font-weight: bold;
    color: #2277ee;
    font-variant: small-caps;
    width: 100%;    
}

.subtitle
{
    font-family: Lucida Sans, Arial, Sans-Serif;
    font-size: 14px;
    font-weight: bold;
    color: #119911;
    text-transform: capitalize;
}

.example
{
    color: Blue;    
    font-size: smaller;    
}

.error { font-weight: bold; color: Red; }
.bold { font-weight: bold; }
.italic { font-style: italic; }
.normal { font-weight: normal; font-style: normal; }

.t10, .t10 td { font-size: 10px; }
.t11, .t11 td { font-size: 11px; }
.t12, .t12 td { font-size: 12px; }
.t14, .t14 td { font-size: 14px; }
.t16, .t16 td { font-size: 16px; }
.t18, .t18 td { font-size: 18px; }
.t20, .t20 td { font-size: 20px; }
.t22, .t22 td { font-size: 22px; }
.t24, .t24 td { font-size: 24px; }
.t26, .t26 td { font-size: 26px; }
.t28, .t28 td { font-size: 28px; }
.t30, .t30 td { font-size: 30px; }
.t34, .t34 td { font-size: 34px; }
.t38, .t38 td { font-size: 38px; }
.red { color: #cc0000; }
.green { color: #00ff00; }
.blue { color: #0055cc; }
.black { color: Black; }
.paragraph { margin-top: 10px; }
.bottomparagraph { margin-bottom: 10px; }
.topspaced { margin-top: 5px; }
.bottomspaced { margin-bottom: 5px; }
.bottomborder { border-bottom: 1px solid black; }
.cursor-hand { cursor: hand; }
.small-caps { font-variant: small-caps; }

.fullwidth { width: 100%; }
.fullheight { height: 100%; }

.popup
{
    position:absolute;
    left:0px;
    top:0px;
    visibility:hidden;
    display:none;
    z-index: 1000;
}