       /* body properties*/ 
       body
           {
            background-image: url('images1/pattern_light.gif');
			background-repeat: repeat;
            } 
       /* properties of main table */      
      .tborder
      	   {
            border: 1px solid #c6c3c6;
            width:92%;
            background-color: #F8F8F8;
            padding: 1px 4px;
           }   
           
      /*  properties of table with gallery & copyright info*/       
       .tborder1
      	   {
            width:100%;
            background-color: #F8F8F8;
            padding: 1px 4px;
           }        
     ol
     {
     font-family:verdana;
     font-size:10pt;
     }
    /* text color for bold heading on index page*/
      #textcolorheading
           {
            font-family: Tahoma;
            font-size:18pt;
            color:#000000;
            font-weight:bold;
           }
           
    /* text color for matter*/     
      #textcolor
           {
            font-family: verdana;
            font-size:10pt;
           
           }
      
   /* text color for bold matter*/
      #textcolorbold
           {
            font-family: verdana;
            font-size:10pt;
            font-weight:bold;
           }
           
    /* text color for visitor no*/
      #textcolor1{
                    font-family: verdana;
            		font-size:10pt;
            		color:#003366; 
                  }
      
      /* text color for copyright*/
      #textcolorsmall
      			  {
      			    font-family: verdana;
            		font-size:8pt;
            		color:#333333;
                  }
                
      p
      {
       margin-left: 15px;
       margin-right: 15px;       
      } 
         
      /* horizontal line properties*/
      hr
       {
        color:#D52B00;
        background-color:#D52B00;
        width: 180px;
        height:1px;
       }    
           
    /* border properties of td for right red border*/
     #tdstyle1
       {
        border-right: 1px solid #D52B00;
       } 
       
     /* background color of td for links at right*/  
    #tdstyle2
       {
        background-color:#EBEBEB;
       }  
       
      /* top border properties of gallery td & down td*/ 
     #stylegallery    
       {
       border-top: 1px solid #C0C0C0;
       padding: 1px; 
       }
       
    /* properties of links at right*/    
    a:link
      {  
       font-size:12pt;
       color : #003366; 
       font-family: Trebuchet MS;
       text-decoration : none;
      }
        
    #imageofthemonth
       { 
        background-image: url('images1/news.gif'); 
        background-repeat:no-repeat;
        background-position:center; 
       }