h2 {
    margin: 0;
    padding: 0;    
    font: 16px Times;    
    color: #cbbc94;
}
#slider {
}
.header {
	cursor: pointer;
    font: 16px Times;
    text-transform: uppercase;
    text-decoration: underline;
    color: #cbbc94;
    margin-top: 1em;
}
.selected, .header:hover {
    text-decoration: none;
    color: white;
}
.content {
	overflow: hidden
}
.text table {
    margin-top: 1em;
}

.text table td {
	font-weight: bold;
    padding: 2px 1em 11px 1em;
/*    background: url(images/dot.gif) repeat-x 200px bottom;    */
}
.text table tr:hover {
    color: #decea2;
    background: #8c8166;
}
.text table tr:hover td {
}

.text table td span {
	font-size: 13px;
}

.text table td b {
}