/*------------------------------------------------------------------------------*/
/* TROVEHEADINGAM1.CSS - Accessibility mode                                     */
/* Trove WebServer style sheet applied to the heading frame.                    */
/* See also TROVETOOLBARAM1.CSS                                                 */
/*------------------------------------------------------------------------------*/
@import "TroveNodeAM1.css";		/* Import common trove AM Node Settings. */

A.node
{
	font-size: 100%;
	text-decoration: none;
}
/* Put something in here if desired to distinguish a DOCTITLES
   node from another type of node. */
/* DOCTITLES is used for a list of documents in a folder.  */
A.DOCTITLES
{
}
/* Add something in here if desired to further distinguish a DOCTITLE
   node from another type of node. */
/* DOCTITLE is used for document title above the documents headings. */
A.DOCTITLE
{
	font-weight: bold;
}
/* Put something in here if desired to distinguish a DOCHEADINGS
   node from another type of node. */
/* DOCHEADINGS is used for the headings below a DOCTITLE. */
A.DOCHEADINGS
{
}
SPAN.SEARCHOCC
{
	font-weight: normal;
	font-size: 83%;
}
SPAN.OCCTITLE, SPAN.HEADINGTITLE
{
	font-weight: bold;
	font-size: 100%;
}

