body,td {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    
    color: #000000;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
}

.menu_background {
    padding-top: 4px;
    padding-left: 4px;
}

TABLE.menu_table {
    background-color: #336799;
}

TABLE.menu_table TD {
    padding-top: 3px;
    padding-bottom: 3px;
    border-bottom: 1px solid white;
}

.menu_button_text {
    color: lightgrey;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-decoration: none;
}


.site_color_background {
 background-color: #336799;
}

.site_color_background_text {
    font-color: white;
    color: white;
}

a.site_color_link:link {
    color: #336799;
    text-decoration: none;
}
a.site_color_link:hover {
    text-decoration: underline;
}
a.site_color_link:visited {
    color: #336799;
    text-decoration: none;
}



/* This is the heading at the top of all pages */
.cardholder_heading {
    font-size: 16px;
    color: #000000;
    font-weight: bold;
    text-decoration: underline;
}

/* This is the heading used inside the site_color_background box */
.cardholder_heading_2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
}



.error_text {
    color: red;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
}


.welcome {
    background-color: #FFFFFF;
    font-size: 15px;
    font-weight: bold;
    color: #000000;
}

.activate {
    background-color: #FFCC00;
    font-size: 16px;
    color: #000000;
    font-weight: bold;
}

.content1 {
    background-color: #CCCCCC;
}
.content2 {
    background-color: #FFFFFF;
}


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

