ol#toc {
    height: 0em;
    list-style: none;
    margin: 0;
    padding: 0;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #555555;
}

ol#toc li {
    background: #FFF url(tab.png);
    float: left;
    margin: 0 1px 0 0;
    padding-left: 10px;
}

ol#toc a {
    background: url(tab.png) 100% 0;
    color: #000;
    display: block;
    float: left;
    height: 2.2em;
    line-height: 2.2em;
    padding-right: 10px;
    text-decoration: none;
}

ol#toc li.current {
    background-color: #808080;
    background-position: 0 -60px;
	font-weight: bold;
	color: #555555;
}

ol#toc li.current a {
    background-position: 100% -60px;
    color: #006f52;
    font-weight: bold;
}

div.content {
    border: #006f52 solid 1px;
    clear: left;
    padding: 1em;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #555555;
}

A.link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #BF5426;
	text-decoration:none;
}

A.link:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	}