.table1 {
    border: white 1px solid;
    background-color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;;
}

.table2 {
    border: black 1px solid;
    background-color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.content {
    background-color: #DBE0A7;
    /* background: url('images/frame_bg.jpg') #DBE0A7; */
    color: black;
    padding: 10px;
    width: 560px;
    height: 420px;

    overflow: auto;
}

/* code for the body scrollbar */
body {
    background-color: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    margin: 0.06in;
    text-decoration: none;
}

a {
    text-decoration: none;
}

.visible {
    display: block;
}

.hidden {
    display: none;
}

td, th {
    color: #000000;
}

.style1 {
    color: #000000;
}

.clearBoth {
    clear: both;
    height: 2px;
}

div#error_block {
    background-color: #ffffff;
    text-align: center;
    width: 100%;
}

div#success_block {
    background-color: #d4ffbd;
    text-align: center;
}

legend {
    font-weight: bold;
    color: #723847;
}

label.label {
    width: 5em;
    font-weight: bold;
    float: left;
}

label.inputLabel {
    width: 15em;
    float: left;
    font-weight: bold;
}

label.inputLabel2 {
    width: 12em;
    float: left;
    font-weight: bold;
}

div.news {
    border-bottom: 1px solid #666666;
    margin-bottom: 15px;
    padding-bottom: 5px;
}

div.newsMessage {
    margin-top: 5px;
    margin-left: 15px;
}

a.faq {
    font-weight: bold;
    color: #723847;
}