/* TEXT STYLES */

.SitemapText {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	padding-left: 20px;
	padding-right: 20px;
}


/* HEADING STYLES */

.SitemapHeading {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13pt;
	font-weight: bold;
	color: #333333;
	background-color: #D9E3EC;
	width: 300px;
	padding: 2px 2px 2px 4px;
}


/* SITEMAP TREE STYLES */

.Sitemap .Treeleaf {
        background: url("../images/tree-leaf.gif") no-repeat;
        padding-left: 25px;
}
	
	
.Sitemap .TreeleafLast {
        background: url("../images/tree-leaf-last.gif") no-repeat;
        padding-left: 25px;
}


/* HYPERLINK STYLES */

.Sitemap A          { color: #004081; text-decoration : none; }
.Sitemap A:visited  { color: #004081 }
.Sitemap A:Active   { color: #004081 }
.Sitemap A:Hover    { color: #999999; text-decoration : none; }


.SitemapHeading A          { color: #004081; text-decoration : none; }
.SitemapHeading A:visited  { color: #004081 }
.SitemapHeading A:Active   { color: #004081 }
.SitemapHeading A:Hover    { color: #999999; text-decoration : none; }
