div.contents
{
font-size: 0.8em;
text-align: justify;
padding-left: 5px;
padding-right: 25px;
}

div.menuBar
{
font-size: 0.8em;
text-align: left;
}

div.helppage
{
margin-left: 15em;
padding: 5px;
font-size: 0.8em;
text-align: justify;
}

div.helpSection
{
padding-top: 5px;
padding-left: 5px;
}
div.helpLink
{
padding-top: 5px;
padding-left: 15px;
}
div.helpSub
{
padding-top: 5px;
padding-left: 15px;
}
div.helpSubLink
{
padding-top: 5px;
padding-left: 25px;
}

div.helpHidden
{
display: none;
}
div.helpShow
{
display: block;
}

html.helpPage
{
border-left : 1px solid black;
}
html.menu, body.menu
{
background-color: rgb(170,190,255);
}

a.helpItem:link
{
text-decoration: none;
font-weight: normal;
color: rgb(0,0,0);
cursor: default;
}
a.helpItem:visited
{
text-decoration: none;
font-weight: normal;
color: rgb(0,0,0);
cursor: default;
}
a.helpItem:hover
{
text-decoration: none;
font-weight: normal;
color: rgb(200,0,200);
cursor: pointer;
}
a.helpItem:active
{
text-decoration: none;
font-weight: normal;
color: rgb(200,0,200);
cursor: default;
}

a.helpSection:link
{
text-decoration: none;
font-weight: bold;
color: rgb(0,0,0);
cursor: default;
}
a.helpSection:visited
{
text-decoration: none;
font-weight: bold;
color: rgb(0,0,0);
cursor: default;
}
a.helpSection:hover
{
text-decoration: none;
font-weight: bold;
color: rgb(200,0,200);
cursor: pointer;
}
a.helpSection:active
{
text-decoration: none;
font-weight: bold;
color: rgb(0,0,0);
cursor: default;
}

a.helpActive:link
{
text-decoration: none;
font-weight: normal;
color: rgb(200,0,200);
cursor: default;
}
a.helpActive:visited
{
text-decoration: none;
font-weight: normal;
color: rgb(200,0,200);
cursor: default;
}
a.helpActive:hover
{
text-decoration: none;
font-weight: normal;
color: rgb(200,0,200);
cursor: pointer;
}
a.helpActive:active
{
text-decoration: none;
font-weight: normal;
color: rgb(200,0,200);
cursor: default;
}

a.helpContents:link
{
text-decoration: none;
font-weight: normal;
color: rgb(0,0,0);
cursor: default;
}
a.helpContents:visited
{
text-decoration: none;
font-weight: normal;
color: rgb(0,0,0);
cursor: default;
}
a.helpContents:hover
{
text-decoration: none;
font-weight: normal;
color: rgb(200,0,200);
cursor: pointer;
}
a.helpContents:active
{
text-decoration: none;
font-weight: normal;
color: rgb(0,0,0);
cursor: default;
}

