BODY
{
    BACKGROUND-COLOR: #ffffff
}


P
{
    COLOR: #000000;
    FONT-FAMILY: Tahoma;
    FONT-SIZE: 12px;
    MARGIN-BOTTOM: 4px;
    MARGIN-TOP: 4px
}



TD.Main
{
    BACKGROUND-COLOR: #FFFFFF
}
P.Title
{
    FONT-WEIGHT: bold
}
.Bordered
{
    BORDER-BOTTOM: #000000 1px solid;
    BORDER-LEFT: #000000 1px solid;
    BORDER-RIGHT: #000000 1px solid;
    BORDER-TOP: #000000 1px solid
}
TABLE
{
    COLOR: #000000;
    FONT-FAMILY: Tahoma;
    FONT-SIZE: 12px
}
INPUT
{
    COLOR: #3357b3;
    FONT-FAMILY: Tahoma;
    FONT-SIZE: 12px
}
.Width150
{
    WIDTH: 150px
}

A
{
    TEXT-DECORATION: none
}
A.topmenu:link {
	color: #ffffff;
	FONT-FAMILY: Tahoma;
    FONT-SIZE: 16px;
	font-weight: normal;
}

A.topmenu:visited {
	color: #ffffff;
	FONT-FAMILY: Tahoma;
    FONT-SIZE: 16px;
	font-weight: normal;
}

A.topmenu:active {
color: #ffffff;
	FONT-FAMILY: Tahoma;
    FONT-SIZE: 16px;
	font-weight: normal;
}

A.topmenu:hover {
	color: #ECE906;
	FONT-FAMILY: Tahoma;
    FONT-SIZE: 16px;
	text-decoration: underline;
	font-weight: normal;
}

A.mainlink:link {
	color: #006600;
	FONT-FAMILY: Tahoma;
    FONT-SIZE: 13px;
	text-decoration: underline;
	font-weight: normal;
}

A.mainlink:visited {
	color: #006600;
	FONT-FAMILY: Tahoma;
    FONT-SIZE: 13px;
	text-decoration: underline;
	font-weight: normal;
}

A.mainlink:active {
color: #006600;
	FONT-FAMILY: Tahoma;
    FONT-SIZE: 13px;
	text-decoration: underline;
	font-weight: normal;
}

A.mainlink:hover {
	color: #ef6621;
	FONT-FAMILY: Tahoma;
    FONT-SIZE: 13px;
	text-decoration: underline;
	font-weight: normal;
}

A.link {
COLOR: #3357b3;
    FONT-FAMILY: Tahoma;
    FONT-SIZE: 11px;
	text-decoration: underline;
	font-weight: normal;
}

A.visited {
COLOR: #3357b3;
    FONT-FAMILY: Tahoma;
    FONT-SIZE: 11px;
	text-decoration: underline;
	font-weight: normal;
}

A.active {
COLOR: #3357b3;
    FONT-FAMILY: Tahoma;
    FONT-SIZE: 11px;
	text-decoration: underline;
	font-weight: normal;
}

A.hover {
	COLOR: #ffffcc;
    FONT-FAMILY: Tahoma;
    FONT-SIZE: 11px;
	text-decoration: underline;
	font-weight: normal;
}

A.small:link {
COLOR: #3357b3;
    FONT-FAMILY: Tahoma;
    FONT-SIZE: 10px;
	text-decoration: underline;
	font-weight: normal;
}

A.small:visited {
COLOR: #3357b3;
    FONT-FAMILY: Tahoma;
    FONT-SIZE: 10px;
	text-decoration: underline;
	font-weight: normal;
}

A.small:active {
COLOR: #3357b3;
    FONT-FAMILY: Tahoma;
    FONT-SIZE: 10px;
	text-decoration: underline;
	font-weight: normal;
}

A.small:hover {
	COLOR: #0000cc;
    FONT-FAMILY: Tahoma;
    FONT-SIZE: 10px;
	text-decoration: underline;
	font-weight: normal;
}

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;
}