/* brown.css -------------------------------------------------- */     

body {  color:#C0C0C0; background:#000000;
        font-family:Verdana, Tahoma, Arial ; 
     	  font-size: 11px; font-weight: normal; }
     
        :link 		{color:#FFFF99; text-decoration: none ; }
        a:hover 	{color:#FFCC00; text-decoration: underline;}
        :visited	{color:#FFFF99; text-decoration: none ; }

     
     table.main_banner { width: 800 ;  border: 0px none ; cellpadding: 0 ; border-collapse: collapse ; cellspacing:0 ;}

     td.banner_first_line {width:100%; background: #333300 ; vertical-align: bottom ;
            font-weight: 400 ; }
     td.banner_second_line {width:50% ; border: 0px none; vertical-align: middle ;             
            background: #666633 ; color:#ECFEE2; font-size: 11px ; font-stretch:condensed;
            font-weight: 300; }
     
     table.prev_next {width: 800 ;  background: #666633 ; border-style: ridge ; border: outset 0.5pt ; cellpadding: 0 ; border-collapse: collapse ; cellspacing:0 ;}
     td.prev {font-size: 11px; line-height: 1.3em; text-align: left; width:35% ; }
     td.page_number {font-size: 11px; line-height: 1.3em; color:#ECFEE2; 
              font-stretch:condensed; font-weight: 300; text-align: center; width:30% ;}
     td.next {font-size: 11px; line-height: 1.3em; text-align: right ; width: 35% ; }

    table.thumb {width: 800; border: none; border-collapse: separate; vertical-align: middle; 
                 font-size: 11px; line-height: 1.3em; text-align: center;    text-decoration: none;}

table.thumb td a, .table.thumb td a:link, .table.thumb td a:visited, .table.thumb td a:hover, .table.thumb td a:visited:hover 
{
   display: block;
   vertical-align: middle; 
   font-size: 11px; 
   line-height: 1.3em;
   border-style: solid; border-width: 1px;
   padding-top: 5px;
   padding-left: 3px;
   padding-right: 3px;
   width: 200px;
   height: 200px;
   border-color: #404031;
   text-decoration: none;
}
/* THUMB: COLORS  */
table.thumb td a:link, table.thumb td a:visited {
   color: #C0C0C0 ;
   background-color:#090900;
   border: 1px solid #404031;
} 
/*  THUMB : COLORS : HOVER  */
table.thumb td a:hover {
   color:#FFFF99 ;
   background-color: #000000;
   border: 1px solid #999933;
}


  table.txt {width:800; border: none ;} 
  td.text_line {text-align: justify ; font-size: 12px ; line-height: 1.3em ; width:100%}
  
   table.image {width: 800; border: none ;}	
   td.tdimage {text-align: center; font-size: 13px; line-height: 1.3em; width:100%}

   img.normal_view {border-style:solid;  border-color:#C0C0C0; border-width:1 ;}
   
   


