/**
  * Program Name    : style.css
  * Purpose         : style sheet
  * Copyright Notice: COPYRIGHT (C) 2007 BY Hong Yip Service Co. Ltd.
  *
  * Amendment History:
  * Date            By            Description
  * -----------------------------------------------------------------------
  * 04-02-2009      Sukie Kong    popup notice enhancement
  *
  */
  
INPUT.setButtonWidth { 
    width: 70px; 
}

table.red {
		border: medium solid red;
}

.heading10 { 
    font-size: 28px; 
    line-height: 1.5; 
    padding: 0px; 
    font-weight: BOLD; 
    font-family: Arial,Helvetica; 
}

.heading18 {
    font-size: 18px; 
    line-height: 1.5; 
    padding: 0px; 
    font-weight: BOLD; 
    font-family: Arial,Helvetica; 
}


.heading20 {
    font-size: 20px; 
    line-height: 1.5; 
    padding: 0px; 
    font-weight: BOLD; 
    font-family: Arial,Helvetica; 
}

.title {
    font-size: 16px; 
    line-height: 1.5; 
    padding: 0px; 
    font-weight: BOLD; 
    font-family: Arial,Helvetica;
}

.subtitle { 
    font-size: 16px; 
    line-height: 1.5; 
    padding: 0px; 
    font-family: Arial,Helvetica; 
}

.main { 
    font-size: 14px; 
    line-height: 1.5; 
    padding: 0px; 
    font-family: Arial,Helvetica; 
}
