.pagetext,
.legal,
.text,
.text_italic,
.buttontext,
.header_blue,
.header_red,
.header_yellow,
.header_green,
.header_purple,
.copyright,
.tieline,
.buttontext,
.navigation,
.terms,
a,
a:hover,
.legal a
{
    font-weight: normal;
    font-size: 8pt;
    color: black;
    font-family: "Trebuchet MS",Arial,Tahoma,Verdana,helvetica,Sans-Serif;
    text-align: justify;
}
.text_italic
{
    font-size: 9pt;
    font-style: italic;
    font-weight: bold;
}
.tieline
{
    font-weight: bold;
    font-size: 13pt;
    color: #cccccc;
    font-style: italic;
    text-align: right;
    margin-right: 10px;
}
a
{
    text-decoration: none;
    font-weight: bold;
}
a:hover
{
    text-decoration: underline;
    font-weight: bold;
    color: #ff0000;
}
.legal a,
.legal a:hover
{
    text-decoration: none;
    font-weight: normal;
    color: #606060;
}
.center
{
    text-align: center;
}
.terms,
.terms a,
.terms a:hover
{
    margin-left: 3px;
    padding-bottom: 3px;
    color: #ffffff;
    font-weight: normal;
}
.terms a:hover
{
    color: #000000;
    text-decoration: none;
}
.navigation
{
    padding-right: 12px;
}
.navigation,
.navigation a,
.navigation a:hover
{
    padding-bottom: 3px;
    color: #404040;
    font-weight: normal;
}
.navigation a:hover
{
    color: #000000;
    text-decoration: none;
}
.requiredfield,
.notrequiredfield
{
    font-weight: normal;
    color: red;
}
.notrequiredfield
{
    color: white;
}
.login
{
    style: none;
    background-color: #eaeaea;
    border: 1px solid #dadada;
    margin-top: 1px;
    margin-bottom: 3px;
    font-size: 8pt;
}
.bold
{
    font-weight: bold;
}
.italic
{
    font-style: italic;
}
#container
{
    border: 1px solid #000000;
    background-color: #eeeeee;
}
#header
{
    padding-top: 5px;
    padding-bottom: 5px;
}
#sidebar
{
    text-align: left;
    background-position: left top;
    background-repeat: repeat-y;
    background-color: transparent;
    background-image: url(../graphics/sidebar.gif);
}
#innerpage
{
    border: 1px solid #afafaf;
    background-color: #cccccc;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}
#mainpage,
#productpage,
#contactpage,
#contactform,
.imageborder
{
    border: 2px solid #afafaf;
    background-color: #ffffff;
}
#mainpage
{
    height: 380px;
}
#productpage
{
    width: 270px;
}
.pagetext
{
    margin: 10px;
}
.smallimages
{
    padding-top: 0px;
}
.smallimageleft
{
    margin-right: 5px;
}
.header_blue,
.header_red,
.header_yellow,
.header_green,
.header_purple
{
    font-size: 11pt;
    font-weight: bold;
}
.header_blue
{
    color: #0000ff;
}
.header_red
{
    color: #ff0000;
}
.header_yellow
{
    color: #cece00;
}
.header_green
{
    color: #00ce00;
}
.header_purple
{
    color: #ce00ce;
}
.pagetext
{
    margin: 10px;
}
.button
{
    background-color: #eeeeee;
    padding-top: 3px;
    padding-bottom: 3px;
}
.topbutton
{
    padding-top: 10px;
}
.bottombutton
{
    padding-bottom: 10px;
}
.logo
{
    margin-top: 15px;
    padding-bottom: 15px;
    margin-left: 120px
}
.verticaltext
{
    margin-bottom: 35px;
}