<STYLE type="text/css">

  .legend { font-weight: bold; 		}
  .button { text-align: right; 		}
  .button input { font-weight: bold; 	}
  a:link    { color: black; text-decoration: none 	}
  a:hover   { color: red;   text-decoration: underline 	}
  a:visited { color: black; text-decoration: none 	}
  a:active  { color: black; text-decoration: underline 	}

  /* Big box with list of options */
  #ajax_listOfOptions{
     position:absolute;         /* Never change this one */
     width:200px;               /* Width of box */
     height:350px;              /* Height of box */
     overflow:auto;             /* Scrolling features */
     border:1px solid blue;     /* Dark green border */
     background-color:#FFF;     /* White background color */
     text-align:left;
     font-size:1.0em;
     z-index:100;
   }
   #ajax_listOfOptions div{        /* General rule for both .optionDiv and .optionDivSelected */
     margin:1px;
     padding:1px;
     cursor:pointer;
     font-size:0.9em;
   }
   #ajax_listOfOptions .optionDiv{ /* Div for each item in list */

   }
   #ajax_listOfOptions .optionDivSelected{ /* Selected item in the list */
     background-color:blue;
     color:#FFF;
   }
   #ajax_listOfOptions_iframe{
     background-color:#F00;
     position:absolute;
     z-index:5;
   }
   form{ display:inline; }

  .kd14 { font-family: Verdana; font-size: 14px; color: black; font-weight: 500; }
  .sr18 { font-family: Verdana; font-size: 18px; color: black; font-weight: 900; }

p.normal  { font-family: Verdana; font-size:14px; font-style:normal;  }
p.italic  { font-family: Verdana; font-size:16px; font-style:italic;  }
p.oblique { font-family: Verdana; font-size:14px; font-style:oblique; }

</STYLE>
