A:link  {
	color: #000099;
	text-decoration: none;
	font-size: 12px;
}

A:visited  {
	color: #000099;
	text-decoration: none;
	font-size: 12px;
}

A:active  {
	color: #000099;
	text-decoration: none;
	font-size: 12px;
}

A:hover  {
	color: #0067F5;
	text-decoration: underline;
	font-size: 12px;
}
A.topmenu:link  {
	color: #000099;
	text-decoration: underline;
	font-weight: normal;
	font-size: 12px;
}

A.topmenu:visited  {
	color: #000099;
	text-decoration: underline;
	font-weight: normal;
	font-size: 12px;
}

A.topmenu:active  {
	color: #000099;
	text-decoration: underline;
	font-weight: normal;
	font-size: 12px;
}

A.topmenu:hover  {
	color: #FFCC00;
	text-decoration: underline;
	font-weight: normal;
	font-size: 12px;
}

A.menu:link {
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
	font-size: 13px;
}

A.menu:visited {
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
	font-size: 13px;
}

A.menu:active {
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
	font-size: 13px;
}

A.menu:hover {
	color: #FFCC00;
	text-decoration: underline;
	font-weight: bold;
	font-size: 13px;
}
A.main:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
}

A.main:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
}

A.main:active {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
}

A.main:hover {
	color: #FFCC00;
	text-decoration: underline;
	font-weight: normal;
	font-size: 12px;
}
A.body:link {
	color: #000099;
	text-decoration: underline;
	font-weight: normal;
	font-size: 12px;
}

A.body:visited {
	color: #000099;
	text-decoration: underline;
	font-weight: normal;
	font-size: 12px;
}

A.body:active {
	color: #000099;
	text-decoration: underline;
	font-weight: normal;
	font-size: 12px;
}

A.body:hover {
	color: #FFCC00;
	text-decoration: underline;
	font-weight: normal;
	font-size: 12px;
}
TD  {
font-family: Arial;
font-size: 13px;
}
A.hmenu:link  {
	color: #FFFFFF;
	text-decoration: none;
}

A.hmenu:visited  {
	color: #FFFFFF;
	text-decoration: none;
}

A.hmenu:active  {
	color: #FFFFFF;
	text-decoration: none;
}

A.hmenu:hover  {
	color: #FFFFCC;
	text-decoration: underline;
}

A.submenu:link {
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
	font-size: 11px;
}

A.submenu:visited {
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
	font-size: 11px;
}

A.submenu:active {
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
	font-size: 11px;
}

A.submenu:hover {
	color: #FFCC00;
	text-decoration: underline;
	font-weight: bold;
	font-size: 11px;
}

ol#toc {
    height: 2em;
    list-style: none;
    margin: 0;
    padding: 0;
}

ol#toc li {
    float: left;
    margin: 0 3px 0 0;
}

ol#toc a {
    background: #bdf url(images/tab.png);
    color: #008;
    display: block;
    float: left;
    height: 2em;
	width: 8em;
    padding-left: 10px;
    text-decoration: none;
}

ol#toc a:hover {
    background-color: #3af;
    background-position: 0 -120px;
}

ol#toc a:hover span {
    background-position: 100% -120px;
}

ol#toc li.current a {
    background-color: #48f;
    background-position: 0 -60px;
    color: #fff;
    font-weight: bold;
}

ol#toc li.current span {
    background-position: 100% -60px;
}

ol#toc span {
    background: url(images/tab.png) 100% 0;
    display: block;
    line-height: 2em;
    padding-right: 10px;
}

div.content {
    border: #2d7e06 solid 1px;
    clear: left;
    padding: 1em;
}