/* ______________________________________ */
 /* ______ Section Seven: Datasets _______ */
 /* ______________________________________ */
 /* 7.1 - Results List - Main Title - on COLOR */
.DSlistTitle {
	 color: #000000;
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 15px;
	 font-weight: normal;
	 }

 /* 7.2 - Results List TITLE on COLOR */
.DSColHdr,a.DSColHdr,a.DSColHdr:hover,a.DSColHdr:active,a.DSColHdr:visited {
	 color: #000000;
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 13px;
	 font-weight: bold;
	 }

 /* 7.3 - Matching Category Header on WHITE */
.DSInputLbl {
	 color: #666666;
	 font-size: 15px;
	 font-weight: normal;
	 }

 /* 7.4 - Matching Category Header on COLOR */
.DSInputLblColor {
	 color: #000000;
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 13px;
	 font-weight: bold;
	 }

 /* 7.5 - Main Link in Results List */
.DSLink,a.DSLink,a.DSLink:hover,a.DSLink:active,a.DSLink:visited {
	 color: #000000;
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 11px;
	 font-weight: bold;
	 }

 /* 7.6 - Results List - Column 1 Text */
.DSCol1Txt {
	 color: #333333;
	 }

 /* 7.7 - Results List - Column 2 text */
.DSCol2Txt {
	 color: #666666;
	 }

 /* 7.8 - Description Text within the Search Results List */
.DSAbstract {
	 color: #666666;
	 }

 /* 7.9 - Main Header in Dataset Browsing */
.DSFieldHdrA {
	 color: #333333;
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 13px;
	 font-style: italic;
	 }

 /* 7.10 - Subheader in Dataset Browsing */
.DSFieldHdrB {
	 color: #666666;
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 13px;
	 font-style: italic;
	 }

.ResultsPageNo {
	 color: black }

 