/**************************** STYLES SPECIFICALLY FOR INTERNAL ADS *******************************/

/**************************************************************************************************
Generic classes for use in several ads.
**************************************************************************************************/

/**************************************************************************************************
Text for Q&A that goes at top of studypack pages, to the right of the Bookmark applet.
**************************************************************************************************/
A.adQABookmark
	{
	font-size: 12px;
	font-weight: bold;
	color: #E46C0A;
	}

A.adQABookmark:link,
A.adQABookmark:active,
A.adQABookmark:visited
	{
	color: #E46C0A;
	text-decoration: none;
	}
A.adQABookmark:hover
	{
	color: #E46C0A;
	text-decoration: underline;
	}

A.adQABookmark .FREE
	{
	font-style: italic;
	color: red;
	}


