

/*---------- Table ----------*/

td {font-family: "Arial", serif;
    font-size: 13px; 
    height:26px;
   }


      
td.a1 {
       padding: 0px;
       background-image: url("image/title.jpg");
       background-repeat: no-repeat;
       height: 25px;
       font-size: 16px;
       color: white;
       text-align: left;
       }

td.a2 {
       padding: 0px;
       background-color: black;
       color: white;
       height: 22px;
       font-size: 14px;
       text-align: center;
       }  


td.head1 {
	  margin: 0px 0px 0px 0px;
          padding: 0px;
          width: 1024px;
          height: 100px;
          background-image: url("image/research.jpg");
          background-repeat: no-repeat;
         }

table.head {
            padding: 0px;
            background-color: #ffcc99;
            height: 28px;
            font-size: 18px;
            text-align: center;
          }



/*---------- Bullet Point ----------*/
ul.list{
        font-family: "Arial",sans-serif;
        font-size: 14px;
        line-height: 22px;
        margin-top: 6px;
        margin-bottom: 8px;
        position: relative; left:-8px;
        text-indent:-6px;
       }          

/*---------- Side Menu Table ----------*/
td.sm1 {  
       padding: 0px;
       background-image: url("image/experience.jpg");
       background-repeat: no-repeat;
       color: white;
       height:24px;
       font-size: 12px;
       text-align: left;
       }


td.sm2 {
       padding: 0px;
       background-image: url("image/qualification.jpg");
       background-repeat: no-repeat;
       color: white;
       height: 22px;
       font-size: 13px;
       text-align: left;
       }  
       
         
a:link {color: #ed894b}
a:visited {color: #7A4306} 


