body {
 margin: 0;
 padding: 0;
 background-color: #efe;
 font-family: Trebuchet MS, Calibri, Arial;
 font-size: 12pt;
}

a.btn {
 font-family: verdana;
 font-size: 8pt;
 font-weight: bold;
 display: block;
 padding-top: 4px;
 padding-bottom: 4px;
 color: #fff;
 background-color: #ee0000;
 margin-right: 3px;
 text-decoration: none;
 text-align: center;
 background-image: URL('../btns/red.gif');
}

a.btn:active  { background-image: URL('../btns/blk.gif'); }
a.btn:hover   { background-image: URL('../btns/blk.gif'); }
a.btn:visited { background-image: URL('../btns/blk.gif'); }

a.menu:link        { color: #228B22; background-color: none; text-decoration: none; }
a.menu:active      { color: #228B22; background-color: none; text-decoration: none; }
a.menu:visited     { color: #228B22; background-color: none; text-decoration: none; }
a.menu:hover       { color: #fff; background-color: #228B22; text-decoration: none; font-weight:bold; }

a.reg:link         { color: #00f; text-decoration: none; }
a.reg:active       { color: #000; text-decoration: none; }
a.reg:visited      { color: #00f; text-decoration: none; }
a.reg:hover        { color: #900; text-decoration: underline; }

a.gray:link        { color: #999; text-decoration: none; }
a.gray:active      { color: #999; text-decoration: none; }
a.gray:visited     { color: #999; text-decoration: none; }
a.gray:hover       { color: #999; text-decoration: underline; }

.button            { height:34px; background-color:#228B22; color:#fff; font-weight:bold; cursor:pointer; }

.blue              { color: #00f; }
.red               { color: #900; }
.big               { color: #800080; font-size: 12pt; font-weight: bold; }

div.banner         { position: absolute; top:   0px; left:  0px; width: 100%; text-align: center; }
div.logo           { position: absolute; top:   0px; left:  0px; width: 100%; }
div.main           { position: absolute; top: 120px; left: 50px; width: 90%; }

.reg               { color: #800080; }

table {
 font-family: Trebuchet MS, Calibri, Arial;
 font-size: 12pt;
}
