 /* ___________________________________________ */
 /* _________ 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: bold;
	 }

 /* 7.2 - Results List TITLE on COLOR */
.DSColHdr,a.DSColHdr,a.DSColHdr:hover,a.DSColHdr:active,a.DSColHdr:visited {
	 color: #336699;
	 font-family: arial, Helvetica, sans-serif;
	 font-size: 13px;
	 font-weight: bold;
	 }

 /* 7.3 - Matching Category Header on WHITE */
.DSInputLbl{
	 color: #336699;
	 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: #336699;
	 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: #336699;
	 }

 /* 7.8 - Description Text within the Search Results List */
.DSAbstract{
	 color: #336699;
	 }

 /* 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: #336699;
	 font-family: arial, Helvetica, sans-serif;
	 font-size: 13px;
	 font-style: italic;
	 }

.ResultsPageNo {
	 color: #000000;
	 }

 