.bold { font-weight: bold; }
.blue { color: #0055cc; }
.red { color: Red; }
.green { color: #00aa00; }
.t14 { font-size: 14px; }
.t16 { font-size: 16px; }
.t18 { font-size: 18px; }
.t20 { font-size: 20px; }
.t22 { font-size: 22px; }
.t24 { font-size: 24px; }
.t26 { font-size: 26px; }
.t28 { font-size: 28px; }
.small-caps { font-variant: small-caps; }
.dropshadow { filter: DropShadow(Color=#888888, OffX=2, OffY=2, Positive=1); }
.dropshadow-light { filter: DropShadow(Color=#cccccc, OffX=2, OffY=2, Positive=1); }
.dropshadow-red { filter: DropShadow(Color=#ccaaaa, OffX=1, OffY=1, Positive=1); }
.dropshadow-blue { filter: DropShadow(Color=#8888ff, OffX=1, OffY=1, Positive=1); }
.border-bottom { border-bottom: 1px solid black; }
.disabled { color: #cccccc; }
.underline, a.underline, a.underline:visited { text-decoration: underline; }
.paragraph { margin-top: 15px; }
.padded { padding:5px; }
.border { border: 1px solid black; }
.textured { background: url(../images/background_texture.gif); }
.white, tr.white td { color: White; }
.blue, tr.blue td { color: #0055cc; }
.mainTitle { font-size: 40px; color: Red; font-weight: bold; }

*
{
    font-family: Lucida Sans, Trebuchet MS, Arial, Sans-Serif;
    font-size: 13px;
}

a { color: Black; text-decoration: none; }
a:hover { text-decoration: underline; }
div.Menu a { font-size: 11px; white-space: nowrap; }

input, select
{
    font-family: Tahoma, Arial, Sans-Serif;
}

.title
{
    font-family: Lucida Sans Unicode, Lucida, Tahoma, Verdana, Sans-Serif;
    font-size: 24px;
    color: #0055cc;
    font-weight: bold;
}
.subtitle
{
    font-variant: small-caps;
    font-size: 14px;    
    color: #550022;
}
ul.tight { margin-top: 0px; margin-bottom: 0px; }

.note
{
    border: 2px solid black; 
    background: #f2f0ee;
    padding: 5px;     
}

.footnote
{
    color: #0055cc;
    font-size: 11px;
}