.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #336699;
}
.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 16px;
	font-weight: normal;
}

h1, .header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #993300;
	font-weight: bold;
}

p, .bodytext-home {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 20px;
}
.bodytext-homebold {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 20px;
	font-weight: bold;
}
h2, .bodytext-003366 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	line-height: 16px;
	font-weight: bold;

}
.bodytext-003333 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003333;
	line-height: 16px;
	font-weight: bold;
}
.bodytext-blue {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	line-height: 16px;
	font-weight: normal;
}
.glossary-grey {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #666666;
}
.glossary-blue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #003366;
	font-weight: bold;

}

/* --- site map --- */
#sitemapcontainer ul {
	list-style-image: url(/images/site_map_box.gif);
}

#sitemap {
	font-size: 14px;
	font-weight: bold;
}

#sitemap li {
	list-style-image:url(/images/site_map_box.gif);
	vertical-align: middle;
	padding-top: 5px;
	padding-left: 5px;
}

#sitemap li ul {
	list-style-image:url(/images/site_map_box.gif);
	font-weight: normal;
	font-size: 12px;
	margin-left: 20px;
}

#sitemap li ul li {
	list-style-type: none;
	list-style-image: none;
}

/* --- links --- */
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
a:visited {
  text-decoration: none;
	}
	
a:link {
  text-decoration: none;
	}
	
a:hover 
{
	color: #102a6f;
  text-decoration: underline;
	}
