p, body, form    { margin: 0; padding: 0; }
img              { border: 0; }
.fl              { float: left; }
.fr              { float: right; }
.tl              { text-align: left; }
.tr              { text-align: right; }
.tc              { text-align: center; }
.b               { border: 1px dashed #ffffff; }
.cb              { clear: both; }
.cl              { clear: left; }
.bb              { border: 1px solid #222222; }
.vv              { border: 1px solid #404040; }
.hh              { font-size: 12px; font-weight: bold; }

.bp              { border: 1px solid #000000; }
.bm              { border: 1px solid #ffffff; }

a                { color: #ffffff; text-decoration: none; font-weight: bold; }
a:hover          { color: #ffffff; text-decoration: none; font-weight: bold; }

body             { margin: 15px 0 0 0px; padding: 0px; background-color: #333333; color: #ffffff; font-size: 12px; font-family: Verdana, Tahoma, sans-serif; min-width: 818px; line-height: 1.4em; text-align: center; }

#main            { width: 820px; margin-left: auto; margin-right: auto; background-color: #404040; color: #ffffff; text-align: center; border: 10px solid #404040; }

#cont            { text-align: center; }

#leftcol         { width: 165px; height: 615px; float: left; background-color: #000000; color: #ffffff; text-align: right; font-size: 12px; font-weight: bold; border-left: 1px solid #000000; border-right: 1px solid #000000; padding: 5px; }
#leftcol a       { color: #ffffff; text-decoration: none; font-weight: bold; }
#leftcol a:hover { color: #ffffff; text-decoration: none; font-weight: bold; }

#midcol          { width: 454px; height: 615px; float: left; text-align: center; font-size: 12px; color: #ffffff; border-left: 1px solid #404040; border-right: 1px solid #404040; padding: 5px; }

#rightcol         { width: 165px; height: 615px; float: left; background-color: #ffffff; color: #000000; text-align: left; font-size: 12px; font-weight: bold; border-left: 1px solid #ffffff; border-right: 1px solid #ffffff; padding: 5px; }
#rightcol a       { color: #000000; text-decoration: none; font-weight: bold; }
#rightcol a:hover { color: #000000; text-decoration: none; font-weight: bold; }

#footer          { margin: 5px 0 0 0; text-align: center; font-size: 9px; line-height: 11px; bottom: 2px; position: relative; }

#stats           { margin: 5px 0 0 0; text-align: center; font-size: 10px; }

#add             { color: #ffffff; font-size: 9px; text-align: center; line-height: 1.2em; }
#add a           { color: #ffffff; text-decoration: underline; font-weight: normal; }
#add a:hover     { color: #ffffff; text-decoration: none; font-weight: normal; }

#tooltip {
    position: absolute;
    padding: 10px;
    top: 0px;
    left: 0px;
    width: 190px;
    color: white;
    font-size: 13px;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-weight: bold;
    background: url(images/ntbg.png);
    /* Mozilla proprietary */
    -moz-border-radius: 12px;
	}
