#myOptions, #myTotal, #myOptions td, #myTotal td{
    font-family: Arial;
    font-size: 8pt;
    margin: 0px;
    padding: 0px;
}
.thumb{
    cursor: hand;
    cursor: pointer;       
}
div.divider{
	height: 1px;
	overflow: hidden;
	margin: 4px 0px 4px 0px;
	border-bottom: 1px dotted #BBBBBB;
}

/*-- OPTIONS 1 --*/
#options1{
    font-family: Arial;
    font-size: 8pt;
    color: #3E6080;
}
#options1 label, #options1 input{
    cursor: hand;
    cursor: pointer;
    font-family: Arial;
    font-size: 8pt;
    color: #3E6080;        
}
#options1 ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
#options1 ul li ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
}    
#options1 h1{
    margin: 5px 0px 5px 0px;
    padding: 0px;
    color: #336699;
    font-size: 9pt;
}

/*-- OPTIONS 2 --*/
#options2{
    font-family: Arial;
    font-size: 8pt;
    color: #3E6080;
}
#options2 label, #options2 input{
    cursor: hand;
    cursor: pointer;
    font-family: Arial;
    font-size: 8pt;
    color: #3E6080;        
}
#options2 ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
#options2 ul li ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
}    
#options2 h1{
    margin: 5px 0px 0px 0px;
    padding: 0px;
    color: #336699;
    font-size: 9pt;
}
#options2 h2{
    margin: 0px 0px 0px 0px;
    padding: 0px;
    color: #444444;
    font-size: 8pt;
}
#options2 h3{
    margin: 0px 0px 5px 0px;
    padding: 0px;
    color: #777777;
    font-size: 8pt;
    font-weight: normal;
    font-style: italic;
}