body    {
         font-family: Tahoma, Times New Roman; 
         font-size: 13pt;
         color: #68230f;
        }
td      {
         text-align: justify;
        }
select  {
         background-color: #eeeeee; 
         font-size: 10pt; 
         color: #68230f;
        }
input   {
         background-color: #eeeeee; 
         font-size: 10pt;
         color: #68230f;
        }
#title  {
         font-size: 16pt;
         font-weight: bold;
        }
#price  {
         color: #9c2d56
        }
#dir    {
         color: #68230f; 
         font-size: 8pt; 
         font-weight: bold;
        }
#active {
         border-color: #68230f;
         border-width: 4px;
         border-left-style: double;
         border-top-style: double;
         border-right-style: double;
         background-color: #f4e5c2;
        }
#olactive {
         border-color: #68230f;
         border-width: 4px;
         border-top-style: double;
         border-right-style: double;
         border-bottom-style: double;
         background-color: #ebd9af;
        }
#oractive {
         border-color: #68230f;
         border-width: 4px;
         border-top-style: double;
         border-left-style: double;
         border-bottom-style: double;
         background-color: #ebd9af;
        }
#bottab {
         border-color: #68230f;
         border-width: 4px;
         border-left-style: double;
         border-bottom-style: double;
         border-right-style: double;
         background-color: #f4e5c2;
        }
a       {
         font-weight: bold; 
         color: #68230f;
        }
a.hover {
         text-decoration: underline;
        }
a.dir   {
         color: #68230f; 
         font-size: 8pt; 
         font-weight: bold;
        }
        
#tab1   {
         position:absolute;
         width: 53.5%;
         margin-left: 8px;
         margin-top: 0px;
         // visibility: hidden;
        }
#tab2   {
         position:absolute;
         width: 53.5%;
         margin-left: 8px;
         margin-top: 0px;
         visibility: hidden;
        }
#tab3   {
         position:absolute;
         width: 53.5%;
         margin-left: 8px;
         margin-top: 0px;
         visibility: hidden;
        }