
/* CSS Document to format the sitemap links within the sitemap body */


/* Links */
div.sitemapbody a {					
	text-decoration:none;			/* no underline for links */
	font-weight:bold;
	font-family:verdana, arial, helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	color: #102C96;					/* blue = not yet visited*/

	}

div.sitemapbody a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: bold;
	color: #102C96;					/* blue = not yet visited*/
	text-decoration: none;	
}

div.sitemapbody a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: bold;
	color: #804080;					/* purple = visited*/
	text-decoration: none;	
}

/* make the title larger */
div.title {
	font-size: 16pt;
	font-weight:bold;
	color: #102C96;		

}

