/* h1.hdg is used throughout the site */
h1.hdg { color: #000; font-size: 16px; }

/* td.content is used on many different pages, change with caution */
td.content { padding-top: 15px; padding-bottom: 15px; padding-left: 5px; }

/*style 1 is in content pages and the voices.tpl template; change with caution*/ 
td.style1 { color: #000000; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; text-align: left; }

/* content class is applied to several elements (span, p, li, ul, tr, td, font) on many different pages including the header template; change with caution;
unclear whether it rewrites td.content above */
.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

/* content_title class is applied to several elements (span, p, li,td, font, b, strong) on many different pages; change with caution;*/
.content_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bolder;
}

a.sitemap_hdr { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; color: #000000; font-weight: bold; text-decoration: none; }
a.sitemap_hdr:hover { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; color: #000000; font-weight: bold; text-decoration: underline; }
a.sitemap_list { color: #000000; font-size: 14px; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none; margin-left: 15px; }
a.sitemap_list:hover { color: #000000; font-size: 14px; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: underline; margin-left: 15px; }