#pagerightcontent
{
    background-position: right top;
    background-repeat: no-repeat;
    background-color: transparent;
    background-image: url(../graphics/background_chair.jpg);
}
#buttonbar
{
    padding-left: 17px;
}
#pagetext
{
    padding-left: 30px;
    padding-right: 20px;
}
img
{
border: none;
}
.text,
.buttontext,
.login,
.pageheader,
a,
a:hover
{
    font-family: arial,verdana,sans serif;
    font-size: 9pt;
    font-weight: normal;
    color: black;
    text-align: justify;
}
a
{
    text-decoration: none;
    font-weight: bold;
}
a:hover
{
    text-decoration: underline;
    font-weight: bold;
    color: #b64d00;
}
.navigation,
.navigation a,
.navigation a:hover
{
    color: #404040;
    font-family: Tahoma,arial,verdana,sans serif;
    font-size: 10pt;
    font-weight: normal;
    text-decoration: none;
}
.navigation a:hover
{
    text-decoration: underline;
}
.copyright,
.copyright a,
.copyright a:hover
{
    font-size: 8pt;
}
.copyright a
{
    text-decoration: none;
    font-weight: normal;
}
.copyright a:hover
{
    text-decoration: underline;
    color: #b64d00;
    font-weight: normal;
}
.requiredfield,
.notrequiredfield
{
    font-weight: normal;
    color: red;
}
.notrequiredfield
{
    color: white;
}
.aligncenter
{
    text-align: center;
}
.buttontext
{
    font-size: 8pt;
}
.bold
{
    font-weight: bold;
}
.formfield
{
    background-color: #eaeaea;
    border: 1px solid #dadada;
    margin-top: 1px;
    margin-bottom: 1px;
    font-size: 8pt;
}
.formbox
{
    background-color: transparent;
}