html, body { overflow: auto; margin: 0; padding: 0; }
ol { list-style-type: circle ; padding: 0; margin-left: 1em ; }
ul { list-style-type: disc ; padding: 0; margin-left: 1em ; }

hr { color: #FF6 ; height: 1px ; }

p { margin-top: 0 ; }

img.LeftCorner { position:absolute; left:0px; top:0px; }
img.RightCorner { position:absolute; Right:0px; top:0px; }

body 
{ 
padding: 0; background-color: #000; font-family: verdana; font-size: 12px; font-style: normal ; color: #000;
} 

table.hist {
	width: 98% ;
	border-width: 0px 0px 0px 0px ;
	border-spacing: 1px ;
	border-style: outset outset outset outset ;
	border-color: gray gray gray gray ;
	border-collapse: collapse;
        font-family: verdana; 
	font-size: 12px; 
	font-style: normal ; 
	color: #000 ;
}

table.eti {
	width: 98%;
	border-width: 0px 0px 0px 0px;
	border-spacing: 1px;
	border-style: outset outset outset outset;
	border-color: gray gray gray gray;
	border-collapse: collapse;
	font-family: verdana; 
	font-size: 12px; 
	font-style: normal ; 
	color: #000;
}

table.eti td {
	border-width: 1px 0px 0px 0px;
	padding: 4px 4px 4px 4px;
	border-style: outset outset outset outset;
	border-color: gray gray gray gray;
	}

tr { vertical-align: top ; } 

div.menu { 
background-repeat: no-repeat; 
background-position: bottom left; 
top: 17%;
width: 15%; 
height: 82%;
bottom: 0%;
position: absolute;
border-width: 0px 0px 0px 0px; 
z-index: -1 ;
}

#list-menu          { width: 100%; }
#list-menu ul       { margin: 1px 0 0; list-style-type: none; margin: 0; padding: 0; background: #000; color: #FFC; border: 1px solid #000;}
#list-menu li       { margin: 1px 0 0; }
#list-menu a        { display: block; width: 95%; padding: 1px 1px 1px 8px; border: 1px solid #000; background: #FFC; text-decoration: none ;}
#list-menu a:link, list-menu a:active, #list-menu a:visited
	{ padding: 1px 1px 1px 3px; border: 1px solid #000; background: #000; color: #FFC; text-decoration: none; }
#list-menu a:hover  { padding: 1px 1px 1px 3px; border: 1px solid #FFC; background: #FFC url(button.jpg); color: #000; text-decoration: none; }

div.menubottom 
{ 
text-align: center;
font-size: 12px; 
bottom: 0px;
width: 79%;
height: 15px;

background-color:#000;
left: 17%;
border: 0px solid #000; 
position: absolute;
padding: 3px ;
}

div.menubottom a:link    {color: #FFC; text-decoration: none; font-weight: normal;} 
div.menubottom a:visited {color: #FFC; text-decoration: none; font-weight: normal;}
div.menubottom a:hover   {color: #C30; text-decoration: none; background: #FFC;}
div.menubottom a:active  {color: #C30; text-decoration: none; background: #FFC;}


div.scroll3 
{ 
font-size: 12px; 
background: url("corner-LB.jpg") no-repeat top left;
bottom: 19px; width: 79%; height: 80%; left: 17%;
overflow: auto;
background-color:#FFC;
border: 0px solid #FFC; 
position: absolute;
padding: 6px ;
z-index: 2 ;
}

div.scroll3 a:link    {color: #C30; text-decoration: none; font-weight: normal;} 
div.scroll3 a:visited {color: #C30; text-decoration: none; font-weight: normal;}
div.scroll3 a:hover   {color: #FFC; text-decoration: none; background: #000;}
div.scroll3 a:active  {color: #000; text-decoration: none; background: #000;}

.inspring { margin-left: 135px } 
.font1,.font2,.font3,.font4,.font5 { font-family: verdana; color: #FFC; font-weight: normal; }
.font1 { font-size: 13px; font-style: normal }
.font2 { font-size: 13px; font-style: italic }
.font3 { font-size: 12px; font-weight: bold   }
.font4 { font-size: 11px; font-weight: bold   }
.font5 { font-size: 8px; font-style: normal }
h1, h2, h3, h4, h5, h6 { color: #000; font-family: verdana }
.kop {text-align: right;}

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ 
font: bold 11px Tahoma;
letter-spacing: 3px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}

#thumbBox #thumbImage{ background-color: white; }

#thumbLoading{ 
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
