html 
{
	overflow-y: scroll;
} 

a.toc
{
	color: black;
	text-decoration: none;
}

a.level1
{
    font-size: 11px;
}

a.level2
{
    font-size: 11px;
    left: 2ex;
    position: relative;
}

a.current
{
	color: silver;
	font-weight: 900;
}

a.toc:hover
{
	color: #f05102;
}

body.doc
{
	background-color: transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

table.doc
{
	width: 980px;
	border-collapse: collapse;
	margin-left: 0px; 
	margin-right: auto; 
}

td.toc
{
	text-align: left;
	width: 120px;
	vertical-align: top;
	padding-left: 10px;
	border-right: #319de8 1px solid;
}

td.doc
{
	text-align: left;
	padding-left: 10px;
	width: 850px;
	vertical-align: top;
	font-size: 11px;
}

td.footer
{
	text-align: center;
	vertical-align: bottom;
	font-size: 11px;
	color: #666666;
	height: 30px;
}

table.content
{
	font-size: 11px;
	width: 850px;
}

td.content_header
{
    font-weight: bold;
    color: #ffffff;
    /*background-color: #777777;*/
    background-color: #f05102;
}
