/* CSS Document */
.resultsMain { background: #FFFFFF; border: 0px black solid; width: 450px; color:#7D001A}
.resultsCaption { background: #ffffff; border: 0px black solid; text-align: left; color:#7D001A; font-weight: 500; }
.resultsPaging { background: #ffffff; color:#7D001A;}
.resultsPaging a:link,
.resultsPaging a:visited,
.resultsPaging a:hover,
.resultsPaging a:active {
	color: #7D001A;
}
td{
color: #7D001A;
font-weight: 500; 
}
.resultsHeading { background: #FFFFFF; font-weight: 500; }
.resultsRowOdd { background: #FFFFFF; font-weight: 500; }
.resultsRowEven { background: #FFFFFF; font-weight: 500; }
.resultsRowHover { background: #cccccc; font-weight: 500; }
.resultsTitle { font-size: 125%; font-weight: 600; }
.resultsSubTitle { font-style: normal; font-weight: 500; }
