.sbDGray {
	color			: #929292; /* #A4A4A4; */
	font-family		: Verdana, Arial, Helvetica, sans-serif; 
	font-size		: 11px; 	
	font-weight		: bold;
	text-decoration	: none;
}

.sDGray {
	color			: #929292; /* #A4A4A4; */; 
	font-family		: Verdana, Arial, Helvetica, sans-serif; 
	font-size		: 11px; 	
	font-weight		: normal;
	text-decoration	: none;
}

.sbDBlue {
	color			: #3884BA; 
	font-family		: Verdana, Arial, Helvetica, sans-serif; 
	font-size		: 11px; 	
	font-weight		: bold;
	text-decoration	: none;
}

.sDBlue {
	color			: #3884BA; 
	font-family		: Verdana, Arial, Helvetica, sans-serif; 
	font-size		: 11px; 	
	font-weight		: normal;
	text-decoration	: none;
}

.sbDOrange {
	color			: #E7854A; /* #E8AA85; */
	font-family		: Verdana, Arial, Helvetica, sans-serif; 
	font-size		: 11px; 	
	font-weight		: bold;
	text-decoration	: none;
}

.sDOrange {
	color			: #E7854A; /* #E8AA85; */
	font-family		: Verdana, Arial, Helvetica, sans-serif; 
	font-size		: 11px; 	
	font-weight		: normal;
	text-decoration	: none;
}

.sbWhite {
	color			: #FFFFFF; 
	font-family		: Verdana, Arial, Helvetica, sans-serif; 
	font-size		: 11px; 	
	font-weight		: bold;
	text-decoration	: none;
}

.sWhite{
	color			: #FFFFFF; 
	font-family		: Verdana, Arial, Helvetica, sans-serif; 
	font-size		: 11px; 	
	font-weight		: normal;
	text-decoration	: none;
}

a.sWhite:link, a.sWhite:visited, a.sWhite:active {
	color			: #FFFFFF; 
	font-family		: Verdana, Arial, Helvetica, sans-serif; 
	font-size		: 11px; 	
	font-weight		: bold;
	text-decoration	: none;
}

a.sWhite:hover {
  color            : #FFFFFF;
  text-decoration  : underline;
}

/* BEGIN	: Link Stylesheet ####################################################### */
a.linkText:link, a.linkText:visited, a.linkText:active {
	color			: #3884BA; 
	font-family		: Verdana, Arial, Helvetica, sans-serif; 
	font-size		: 11px; 	
	font-weight		: normal;
	text-decoration	: none;
}

a.linkText:hover {
  color            : #3884BA;
  text-decoration  : underline;
}

.questionLinkText {
	color			: #95B5CA;
	font-family		: Verdana, Arial, Helvetica, sans-serif; 
	font-size		: 11px; 	
	font-weight		: bold;
}

a.questionLinkText:link, a.questionLinkText:visited, a.questionLinkText:active {
	color			: #75A0BC; /* #96B5CA; */
	text-decoration	: none;
}

a.questionLinkText:hover {
  text-decoration  : underline;
}
/* END		: Link Stylesheet ####################################################### */
