/*This is Background for all pages of this site*/
   body
   { 
   background:url('image/bg_12.gif');
   }
   
/*This style for ourprogrammes table*/   
   table.programmes
   {
      width: 55%;
      border-collapse: collapse;      
   }
   
/*This style for ourprogrammes table list*/ 
   td.programmes
   {
	  border-style:solid;   
	  height:120 px;
	  width: 20%;
	  azimuth:center;
	  
   }  
   
/* This style for head page Table*/   
   table.head
   {
      width: 55%;
      border-collapse: collapse;
   }   
   
/* This style for home page Table*/   
   table.home1
   {
      width: 75%;
      border-collapse: collapse;
	  height: 300px;
   }
   
/* This style for home page cells*/
   td.home
   {
	  border-left:thin solid green; 
	  border-right:thin solid green; 
	  border-top:thin solid green; 
	  border-bottom:thin hidden green; 
	  height:90 px;
	  width: 20%;
	  
   }
   
/* This TD styles for home page hidden cells*/   
   td.home_01
   {
	  border-style:solid;
	  height:30 px;	  
      width: 3%;	  
	  border-bottom-style:hidden;
	  border-top-style:hidden;
	  border-left-style:hidden;
	  border-right-style:hidden;
   }
   
/* This styles for home page Merged Cell*/   
   td.home_02
   {
	  border-style:solid;   
	  border-color:green;
	  border-width:thin;
	  vertical-align:top;
   }

/* This styles for home page Splited Cell*/   
   td.home_03
   {
	  border-left:thin solid green; border-right:thin solid green; border-top:thin hidden green; border-bottom:thin solid green; height:10 px;
	  align:center;
	  text-align: center;
	  font-family: Arial;
	  font-size: 14;
	  width: 3%;	  
	  
   }
   
/*This highlights the hyperlink in the home page*/ 
   td.home_03 a:hover
   {
	  color:#CC3333;
	  font-weight:bold;
   }   
      
/* This style for menu page Table*/   
   table.menu
   {
      width: 80%;
      border-collapse: collapse;
   }
   
/* This style for menu page cells*/
   td.menu
   {

	  width: 12%;
	  border-color:#0000CC;
	  border-width:thin;
	  text-align: center;
	  font-family: Arial;
	  font-size: 14;
	  color: blue;
   }
   
/*This highlights the hyperlink in the header*/ 
   td.menu a:hover
   {
	  color:#CC3333;
	  font-weight:bold;
   }    
   
/*This style for Header*/
   td.header
   {
	  text-align: center;
      font-family: Arial, Helvetica, sans-serif;
	  color:#990000;
	  font-size:24px;
	  font-weight:bolder;
	  border-color:#0000CC;
	  border-width:thin;
	  background: #1F3201;
    } 
	
/* This style for footer table*/   
   table.footer
   {
      width: 80%;
      border-collapse: collapse;
   }
   
/* This style for Right footer cells*/
   td.footer_r
   {
	  border:thin hidden #0000CC; width:50%;
	  text-align:right;
	  font-family: Arial;
	  font-size: 12;
	  color: blue
   }
   
/* This style for Left footer cells*/
   td.footer_l
   {
	  border:thin hidden #0000CC; width:50%; 
	  text-align:left;
	  font-family: Arial;
	  font-size: 12;
	  color: blue
   }

/*This highlights the hyperlink in the footer*/ 
   td.footer_r a:hover
   {
	  color:#CC3333;
	  font-weight:bold;
   } 
 
 /* This style for content*/   
   table.content
   {
      width: 80%;
      border-collapse: collapse;
   }
     
/*This style for content*/   
   .content
   {
	  font-family: Arial;
	  font-size: 18;
	  color: blue;
	  margin-bottom:26px;
	  margin-right:12px;
	  text-align:justify;
   } 
   
/*This style for index page content*/   
   table.content_01
   {
      width: 800px;
	  height: 404px;
   }   
   
/*This style for List*/  

   td.list_01
   {
	  font-size:14px;
	  color:#993399;
	  font-weight:bold;
	  width:165;
	  border:dotted;
	  border-color: #0033FF;
	  text-align:center;
   }
   
   td.list_02
   {
	  font-size:14px;
	  color: #0033CC;
	  font-weight:bold;
	  width:200;
	  border:dotted;
	  border-color: #0033FF;
	  text-align:center;
   }

   td.list_03
   {
	  font-size:14px;
	  color: #009900;
	  font-weight:bold;
	  width:290;
	  border:dotted;
	  border-color: #0033FF;
	  text-align:center;
   }
   
   td.list_04
   {
	  font-size:14px;
	  color: #660000;
	  font-weight:bold;
	  width:160;
	  border:dotted;
	  border-color: #0033FF;
	  text-align:center;
   }
   
   td.list_05
   {
	  font-size:14px;
	  color:#993399;
	  font-weight:bold;
	  width:180;
	  border:dotted;
	  border-color: #0033FF;
	  text-align:center;
   }
   
   td.list_06
   {
	  font-size:14px;
	  color: #0033CC;
	  font-weight:bold;
	  width:220;
	  border:dotted;
	  border-color: #0033FF;
	  text-align:center;
   }
   
   td.list_07
   {
	  font-size:14px;
	  color: #009900;
	  font-weight:bold;
	  width:300;
	  border:dotted;
	  border-color: #0033FF;
	  text-align:center;
   }
   
   td.list_08
   {
	  font-size:14px;
	  color: #660000;
	  font-weight:bold;
	  width:170;
	  border:dotted;
	  border-color: #0033FF;
	  text-align:center;
   }
   
   td.list_09
   {
	  font-size:14px;
	  color:#993399;
	  font-weight:bold;
	  border:dotted;
	  border-color: #0033FF;
	  text-align:center;
   }
   
   td.list_10
   {
	  font-size:14px;
	  color: #0033CC;
	  font-weight:bold;
	  border:dotted;
	  border-color: #0033FF;
	  text-align:center;
   }
   
   td.list_11
   {
	  font-size:14px;
	  color: #009900;
	  font-weight:bold;
	  border:dotted;
	  border-color: #0033FF;
	  text-align:center;
   }
   
   td.list_12
   {
	  font-size:14px;
	  color: #660000;
	  font-weight:bold;
	  border:dotted;
	  border-color: #0033FF;
	  text-align:center;
   }

   td.list_13
   {
	  font-size:14px;
	  color:#993399;
	  font-weight:bold;
	  width:185;
	  border:dotted;
	  border-color: #0033FF;
	  text-align:center;
   }
   
   td.list_14
   {
	  font-size:14px;
	  color: #0033CC;
	  font-weight:bold;
	  border:dotted;
	  border-color: #0033FF;
	  text-align:center;
   }
   
   td.list_15
   {
	  font-size:14px;
	  color: #009900;
	  font-weight:bold;
	  border:dotted;
	  border-color: #0033FF;
	  text-align:center;
   }
   
   td.list_16
   {
	  font-size:14px;
	  color: #660000;
	  font-weight:bold;
	  border:dotted;
	  border-color: #0033FF;
	  text-align:center;
   }
   
   td.list_17
   {
	  font-size:14px;
	  color:#993399;
	  font-weight:bold;
	  border:dotted;
	  border-color: #0033FF;
	  text-align:center;
   }
   
   td.list_18
   {
	  font-size:14px;
	  color: #0033CC;
	  font-weight:bold;
	  border:dotted;
	  border-color: #0033FF;
	  text-align:center;
   }
   
   td.list_19
   {
	  font-size:14px;
	  color: #009900;
	  font-weight:bold;
	  border:dotted;
	  border-color: #0033FF;
	  text-align:center;
   }
   
   td.list_20
   {
	  font-size:14px;
	  color: #660000;
	  font-weight:bold;
	  border:dotted;
	  border-color: #0033FF;
	  text-align:center;
   }
   
/*This style for Headings*/   
   .head
   {
	  font-family: Arial;
	  font-size: 16;
	  color: #FF6600;
	  font-weight:bold;
	  margin-top:24px;
   } 
   
/* This Is For Contact Page */

   td.contact
  {
     font-family: Arial, Helvetica, sans-serif;
     font-size: 14px;
     color: blue;
     margin-left: 6px;
     font-weight: bold;
  }

   td.star
   {
     color:red;
     font-size:15px;
   }
   
   td.note
   {
     color:#666666;
     font-size:12px;
   }
   
   
/* This is For Photo Gallery Page */


   td.photo
   {
	  font-family: Arial;
	  font-size: 16;
	  color: #FF6600;
	  font-weight:bold;
	  margin-top:24px;
	  margin-left:50px;
   }
   
/* This is For Members Photo Page*/


   td.member_photo
   {
      width: 24%;
      height: 145 px;
	  text-align:center;
      border-width:medium;
      border-style:none;
   } 
   
   td.member_name
   {
      width: 24%;
      height: 39 px;
      text-align: center;
      border-width:medium;
      border-style:none;
   } 
   
   
   /*width="24%" height="145" style="border-style: none; border-width: medium" align="center"  */
   /*width="24%" height="39" style="border-style: none; border-width: medium" align="center"*/



   
   
   
