/* Basic text style */
    .text1 {font: 16pt arial; color: #FFFFFF}

/* body background */
    body {background: #000080}

/* generic TD style */
    td {position: relative}  

/* Medium-width button */
    .button9 {behavior:url(Hilite.htc); BACKGROUND: #000080; WIDTH: 60px; HEIGHT: 4px; FONT-WEIGHT: bold; FONT-SIZE: 10pt; font-family: arial; padding-left: 4; color: #f2f2f2; padding-top: 2}
    .button9_hilite {behavior:url(Hilite.htc); BACKGROUND: #0000ff; WIDTH: 60px; HEIGHT: 4px; FONT-WEIGHT: bold; FONT-SIZE: 10pt; font-family: arial; padding-left: 4 color: #f2f2f2; padding-top: 2}

/* Medium-width button */
    .button8 {behavior:url(Hilite.htc); BACKGROUND: #FF0000; WIDTH: 60px; HEIGHT: 4px; FONT-WEIGHT: bold; FONT-SIZE: 10pt; font-family: arial; padding-left: 4; color: #f2f2f2; padding-top: 2}
    .button8_hilite {behavior:url(Hilite.htc); BACKGROUND: #0000ff; WIDTH: 60px; HEIGHT: 4px; FONT-WEIGHT: bold; FONT-SIZE: 10pt; font-family: arial; padding-left: 4 color: #f2f2f2; padding-top: 2}
  
/* Wide button */
    .button2 {behavior:url(Hilite.htc); position: relative; top: 0; left: 0; background: #008000; WIDTH: 60px; HEIGHT: 10px; FONT-WEIGHT: bold; FONT-SIZE: 10pt; font-family: arial; padding-left: 2; color: #f2f2f2; padding-top: 1}
    .button2_hilite {behavior:url(Hilite.htc); position: relative; top: 0; left: 0; background: orange; WIDTH: 60px; HEIGHT: 10px; FONT-WEIGHT: bold; FONT-SIZE: 10pt; font-family: arial; padding-left: 2; color: #f2f2f2; padding-top: 1}

/* Checkbox */
    .checkbox {behavior:url(Hilite.htc); border: 4 solid #999999; background-color: #dddddd; WIDTH: 46; HEIGHT: 46;}
    .checkbox_hilite {behavior:url(Hilite.htc); border: 4 solid orange; background-color: #dddddd; WIDTH: 46; HEIGHT: 46;}
    .checkbox_checked {behavior:url(Hilite.htc); border: 4 solid #999999; background-color: #dddddd; WIDTH: 46; HEIGHT: 46; background-image: url(Images/checkmark.gif)}
    .checkbox_checked_hilite {behavior:url(Hilite.htc); border: 4 solid orange; background-color: #dddddd; WIDTH: 46; HEIGHT: 46; background-image: url(Images/checkmark.gif)}

/* Styles for "spinner" components. A spinner lets you scroll through a series of options using buttons marked + (Plus) and - (Minus).  */
/* Text box for display of options */
 .SpinnerBox {font: bold 20px arial; width: 500; height: 51; background: #eeeeee; color: #444444; padding-left: 10; padding-top: 6}

/* Style for spinner Plus and Minus buttons */
    .spinnerBtn {behavior:url(Spinner.htc); position: relative; top: 0; left: 0; background: #aaaaaa; WIDTH: 31px; HEIGHT: 31px; FONT-WEIGHT: bold; FONT-SIZE: 30pt; font-family: arial; color: #f2f2f2; text-align: center; border: none}
    .spinnerBtn_hilite {behavior:url(Spinner.htc); position: relative; top: 0; left: 0; background: orange; WIDTH: 31px; HEIGHT: 31px; FONT-WEIGHT: bold; FONT-SIZE: 30pt; font-family: arial; color: #f2f2f2; text-align: center; border: none}