      /* HTML and Body style */
      html body
      {       
        font-size: 11px; font-family: verdana, arial, helvetica, sans-serif
      }
         
      /* Header row */
      .header_lhs
      {
        position: absolute;
        top: 3px;
        left: 0px;
        height: 75px;        
        text-align: left;
        border-style:solid;
        border-width: 0px 0px 0px 0px;      
      }
      
      .header_rhs
      {
        position: absolute;
        top: 3px;
        left: 580px;
        height: 75px;              
        text-align: right;
        border-style:solid;
        border-width: 0px 0px 0px 0px;
      }
      
      /* Banner row*/
      .banner_1
      {
        position: absolute;
        top: 76px;
        left: 5px;
        height: 130px;             
        text-align: left;                        
      }
            
      .banner_2
      {
        position: absolute;
        top: 76px;
        left: 395px;
        height: 130px;                   
        text-align: left;
      }
 
      /* Left menu */
      .left_menu
      {
        position: absolute;
        top: 220px;
        left: 5px;
        height: 540px;
        width: 150px;
        text-align: left;
        border-style:solid;
        border-width: 0px 1px 0px 0px;
        color: black;
        font-size: 9px;
        font-family: Verdana, Arial, Helvetica, Geneva, Swiss;
      }
      
      /* Content row */
      .content_row
      {
        position: absolute;
        top: 220px;
        left:170px;
        height: 540px;   
        width: 500px;
        text-align: left;
        border-style:solid;
        border-width: 0px 0px 0px 0px;                         
      }
      
      /* Right menu */
      .right_menu
      {
        position: absolute;
        top: 220px;
        left: 680px;
        height: 540px;
        width: 110px;
        text-align: left;
        border-style:solid;
        border-width: 0px 0px 0px 1px;
        padding: 0px 0px 0px 10px;
        font-size: 9px;
        font-family: Verdana, Arial, Helvetica, Geneva, Swiss;                    
      } 
      
      /* Footer seperator */
      .footer_sep
       {
                                position: absolute;
                                top: 770px;
                                left: 5px;
                                width:775px;
                                height: 5px;
                        	text-align: left;
                                border-style:solid;
                                border-width: 1px 0px 0px 0px;
                                
      }
      
      /* Footer left */
       .footer_left
                        {
                          position: absolute;
                          top: 780px;
                          left: 220px;                                                    
                  	text-align: left;
                          border-style:solid;
                          border-width: 0px 0px 0px 0px;
                          
      }
      
        /* Footer middle */
                              .footer_middle
                              {
                                position: absolute;
                                top: 780px;
                                left: 360px;                                                    
                        	text-align: left;
                                border-style:solid;
                                border-width: 0px 0px 0px 0px;
                                
      } 
      
      
  /* Footer right */
                              .footer_right
                              {
                                position: absolute;
                                top: 780px;
                                left: 480px;                                                    
                        	text-align: left;
                                border-style:solid;
                                border-width: 0px 0px 0px 0px;
                                text-align:center;
				        color: #cd4313;
        font-weight: bold;
                                
      }       
       .sub_menu_txt
            {
              color: ff0000;
      }    
	  
      /* Heading text - For page heading */
      .heading_text
      {
        font-weight: bold;
	font-size: 110%;
	text-align: center;
      }

      /* General styles */

      /* All images to have zero border */
      img
      {
        border: 0;
      }

    
      /* Anchor style */
      a:link, a:visited, a:active
      {
        text-decoration: none;
      }
	  
      a:hover, a
      {
        text-decoration: underline;
	color: #0c31a2;
	font-weight: bold;
      }

      /* No padding */
      .nopad
      {
        padding: 0px;
        margin: 0px;
      }

      /* Normal list element */
      li
      {
        margin-top: 10px;
      }

      /* List element without marker */
      li.nolist
      {
        list-style: none;
        margin-top: 5px;
      }

      .sml_title
      {
        font-weight: bold;
        
      }

      .sml_title_red
      {
        font-weight: bold;
        color: #ff0000;
        font-size: 9px;
        font-family: Verdana, Arial, Helvetica, Geneva, Swiss;  
      }
      
       .sml_txt
            {
              
              font-size: 9px;
              font-family: Verdana, Arial, Helvetica, Geneva, Swiss;  
      }

      td
      {
        font-family: verdana, arial, helvetica, sans-serif;
        font-size: 83%;
      }