body {
    background-attachment: fixed;
    font-family: arial;
    color: #AFAFAF
}

div.type1 {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
    padding: 20px 20px 20px 20px;
    text-align: justify;
    border: 0px solid #AFAFAF;
    font-family: arial;
    font-size: 8pt;
    color: #AFAFAF
}

div.type2 {

    margin-bottom: 20px;
    margin-left: 100px;
    margin-right: 100px;
    text-align: justify;
    border: 0px solid #AFAFAF;
    font-family: arial;
    font-size: 8pt;
    color: #AFAFAF
}

div.type3 {

    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 100px;
    margin-right: 100px;
    text-align: left;
    border: 0px solid #AFAFAF;
    font-family: arial;
    font-size: 10pt;
    color: #AFAFAF
}

div.type4 {

    margin-bottom: 20px;
    margin-left: 30px;
    margin-right: 30px;
    text-align: justify;
    border: 0px solid #AFAFAF;
    font-family: arial;
    font-size: 8pt;
    color: #AFAFAF
}

table.type1 {
    font-family: arial;
    font-size: 8pt;
    text-align:center;
    color: #AFAFAF
}

table.type2 {
    font-family: arial;
    font-size: 8pt;
    text-align: center;
    border-top: 1px solid #AFAFAF;
    border-bottom: 1px solid #AFAFAF;
    color: #AFAFAF
}

table.type3 {
    font-family: arial;
    font-size: 8pt;
    text-align: left;
    border: 0px solid #AFAFAF;
    color: #AFAFAF
}

a.menu:hover {
    font-weight: bold;
    color: #AFAFAF
}

a.menu {
    text-decoration: none;
    font-family: arial;
    font-size: 8pt;
    text-align: center;
    color: #FFFFFF
}

a:hover {
    color: #AFAFAF;

}

a {
    text-decoration: none;
    color: #FFFFFF
}

p.center {
    font-family: arial;
    font-size: 20pt;
    text-align: center;
    color: #AFAFAF
}

p.justify {
    font-family: arial;
    font-size: 12pt;
    text-align: justify;
    color: #AFAFAF
}

.input{

    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 10px;
    color: #ffffff;
    background-color: #990000;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-color: #ffffff;
    border-bottom-color: #ffffff;
    border-left-color: #ffffff;
    border-right-color: #ffffff;
}

.label{
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10px;
    color: #ffffff;
}