/*----OPTIONS TABLE----*/
.optionstable {
border: 2px solid #000000}

.optionstable td.body {
cursor: hand;
width: 300px;
height: 80px;
text-align: left;
font-size: 11pt;
font-family: "Verdana", Times, serif;
background-color: #a9f01c;
border-top: 1px solid #000000; 
border-bottom: 1px solid #000000;
background-image: url("../images/buttons/optionsarrow.gif");
background-repeat: no-repeat;
background-position: right}

.optionstable td.opheading {
height: 30px;
text-align: center;
background-color: #4e4d4d;
color: #a9f01c;
font-size: 13pt;
font-weight: bold;
font-family: "Verdana", Times, serif}

.optionstable td.opnumber {
cursor: hand;
width: 100px;
height: 80px;
text-align: center;
color: white;
font-size: 14pt;
font-weight: bold;
font-family: "Verdana", Times, serif;
background-color: #a9f01c;
border-top: 1px solid #000000; 
border-bottom: 1px solid #000000;
background-image: url("../images/buttons/optionsbutton.gif");
background-repeat: no-repeat;
background-position: center}