td.button {
	background-position: 0px 0px;
	color: #5d84a2;
	font-size: 10px;
	cursor: default;
}
div.tree div span p {
	margin: 0px;
	padding: 0px;
}

td.button_over {
	background-position: 0px -25px;
	color: #8fa5b6;
	font-size: 10px;
	cursor: default;
}
td.button_down {
	background-position: 0px -50px;
	color: #3f5f78;
	font-size: 10px;
}

td.tabs {
	background-position: 0px 0px;
	color: #5d84a2;
	font-size: 10px;
	cursor: default;
}
td.tabs_over {
	background-position: 0px -36px;
	color: #8fa5b6;
	font-size: 10px;
	cursor: default;
}
td.tabs_selected {
	background-position: 0px -72px;
	color: #3f5f78;
	font-size: 10px;
}

a
{
  font-weight: normal;
  color: #66717a;
  text-decoration: none;
  font-style: italic;

}
a:hover
{
  color: #8d9aa6;
  font-style: italic;
}
a:active
{
  font-weight: normal;
  color: #8d9aa6;
  text-decoration: none;
}
html
{
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
}
h1
{
	font-size: 12px;
	font-weight: bold;
	color: #617382;
}
p
{
	font-size: 11px;
}
td
{
	font-size: 11px;
}
p.link
{
	font-size: 11px;
	cursor: pointer;
}
td
{
  padding: 0px;
  margin: 0px;
}
table
{
  padding: 0px;
  margin: 0px;
}
body
{
  margin: 0px;
  padding: 0px;
  color: #66717a;
  font-family: Verdana;
  font-size: 10px;
  width: 100%;
  height: 100%;
}
