/* CSS Document */
.resultsMain { background: #47393e; border: 0px solid black; width: 100%;}
.resultsCaption { background: #47393e; border: 0px solid black; text-align: left; }
.resultsPaging { background: #47393e; color:#ffffff  }
.resultsPaging a:link,
.resultsPaging a:visited,
.resultsPaging a:hover,
.resultsPaging a:active {
	color: #ffffff;
}
.resultsHeading { background: #47393e; }
.resultsRowOdd { background: #47393e; }
.resultsRowEven { background: #47393e; }
.resultsRowHover { background: #705F5F; }
.resultsTitle { font-weight: bold; }
.resultsSubTitle { font-style: italic; }
