@charset "iso-8859-1";

body {
    background-color: #eaeaea;
    margin: 0;
}

img {
    border: none;
}


#demoButton {
    font-weight: bold;
    color: #BD0D0D;
    cursor: pointer;
}

#demoButton:hover {
    text-decoration: underline;
}

body, td {
    color: #000000;
    font: 12px Verdana;
}

a:link, a:visited, a:active {
    font-weight: bold;
    color: #BD0D0D;
    text-decoration: none;
    background: transparent;
}

a:hover {
    font-weight: bold;
    color: #BD0D0D;
    background: transparent;
    text-decoration: underline;
}

h1 {
    font-weight: bold;
    font-size: 19px;
    color: #000000;
    font-family: verdana, tahoma, sans, arial, helvetica, sans-serif;
    margin-bottom: 0em;
    margin-top: 0em;
}

h3 {
    font-weight: bold;
    font-size: 16px;
    color: #000000;
    font-family: verdana, tahoma, sans, arial, helvetica, sans-serif;
    margin-bottom: 0em;
    margin-top: 0em;
}

h4 {
    margin-bottom: 5px;
    margin-top: 0em;
}

.white-small-text {
    color: #ffffff;
    font: 11px Verdana;
}

a.banner:link, a.banner:visited, a.banner:active {
    color: #FFDF00;
    text-decoration: none;
    background: transparent;
}

a.white:hover {
    color: #ffffff;
    background: transparent;
    font-weight: normal;
    text-decoration: underline;
}

a.white:link, a.white:visited, a.white:active {
    color: #ffffff;
    background: transparent;
    font-weight: normal;
    text-decoration: none;
}

.small {
    font-family: verdana, sans, arial, helvetica, sans-serif;
    font-size: 11px;
}

.box {
    float: left;
    width: 195px;
    height: 120px;
    padding: 15px;
    border: 1px solid gray;
    margin: 3px;

    font-weight: normal;
    font-size: 16px;
    color: #000000;
    font-family: verdana, tahoma, sans, arial, helvetica, sans-serif;
    margin-bottom: 0em;
    margin-top: 0em;

    cursor: pointer;
}

.color1 {
    background: rgb(181, 220, 224);
    /* background: #C6CBBA; */
} 
.color2 {
    background: rgb(215, 224, 178);
    /* background: rgb(181, 220, 224); */
} 
.color3 {
    background: rgb(244, 227, 201);
    /* background: rgb(181, 220, 224); */
} 

.box a {
    color: #BD0D0D;
    font-weight: normal;
    text-decoration: none;
    background: transparent;
}

