/* ------ FONTS ------ */

body, table, td, div
{ 
	font-family: 'Trebuchet MS', Arial, sans-serif;
	font-size: 8.5pt;
	color: #000000;
}

.footer
{
	font-family: Verdana, Arial;
	font-size: 7.5pt;
	color: #A8A8A8;
}

a.footer_link:link, a.footer_link:visited, a.footer_link:active
{
	font-family: Verdana, Arial;
  font-size: 7.5pt;
  color: #A8A8A8;
  text-decoration: underline;
	font-weight: normal;
	background: transparent;
}

a.footer_link:hover
{
	font-family: Verdana, Arial;
  font-size: 7.5pt;
  color: #A8A8A8;
  text-decoration: underline;
	font-weight: normal;
	background: #F2F2F2;
}

/*sitemap*/
ul.sitemap li {list-style: none;margin-top: 7px; !important}
ul.sitemap li li {padding-left: 18px; background-image: url("../admin/images/icon_page_arrow.gif");background-repeat: no-repeat;background-position: 0px 2px; !important}
ul.sitemap ul {background-image: url("../admin/images/icon_page_line.gif");background-repeat: no-repeat;background-position: bottom left; padding-left: 0px;margin-left: 19px; !important}

/* search */

.keywordscore {
	color: #aaa;
	font-size: 10px;
	font-weight:bold;
}

.highlight {
	color: black;
	font-weight:bold;
}