body { background: #9cadbd; margin-top: 0px; margin-bottom: 0px;}

td.content { width: 450px; background: #fff; padding: 6px; }

ol { font-family: verdana, arial; font-size:small; text-decoration: none; } 
p { text-align: justify; font-family: verdana, arial; font-size:small; text-decoration: none; }
p.unj { text-align: left; font-family: verdana, arial; font-size:small; text-decoration: none; }

a { font-family: arial; font-size: 8pt; text-decoration: underline; color: #0000ff; }
a:visited, a:active { color: #0000ff; font-size: 8pt; text-decoration: underline;}
a:hover { color: #000; font-size: 8pt; text-decoration: underline; }
a.lk { font-family: verdana, arial; font-size: 9pt; text-decoration: underline; color: #0000ff; padding: 1px; }
a.lk:visited, a.lk:active { color: #0000ff; font-size: 9pt; text-decoration: underline; padding: 1px; }
a.lk:hover { color: #000; background: #94a0c3; font-size: 9pt; text-decoration: underline; padding: 1px; }
a.top { font-family: arial; font-size: 8pt; text-decoration: underline; color: #000; padding: 1px; }
a.top:visited, a.top:active { color: #000; font-size: 8pt; text-decoration: underline; padding: 1px; }
a.top:hover { color: #fff; background: #000; font-size: 8pt; text-decoration: none; padding: 1px; }

img { border-width: 0px; } a img { border: 0px; } a:hover img { border: 0px; }  a:visited img { border: 0px; } 
div.cnt { background: #353535; color: #fff; padding: 6px; border: 1px solid black; text-align: left; }
h1 { font-family: verdana, arial; font-size: 12px; color: brown; font-weight: bold; text-transform: uppercase; }
b { font-family: tahoma; font-size: 8pt; color: black; font-weight: bold; }
b.gray { font-family: tahoma; font-size: 8pt; color: gray; font-weight: bold; }
b.c { font-family: tahoma; font-size: 8pt; color: #006400; font-weight: bold; text-transform: uppercase; border-bottom: 1px dashed black; }
hr {border: none 0; border-top: 1px dashed gray; width: 440; height: 1px; } 

/*Credits: Dynamic Drive CSS Library - http://www.dynamicdrive.com/style/ */
.thumbnail{ position: relative; z-index: 0; }
.thumbnail:hover{ background-color: transparent; z-index: 50; }
.thumbnail span{ position: absolute; background-color: #fff; padding: 0px; left: -1000px; border: 0px; visibility: hidden; }
.thumbnail span img{  border-width: 0; padding: 0px; }
.thumbnail:hover span{ visibility: visible; top: 24; left: 40px; }