body {
    font-family: verdana;
    font-size: 10pt;
    margin: 0;
    background-color: #dedede;
}

textarea {
    font-family: verdana;
    font-size: 10pt;
}

.smalltext {
    font-size: 8pt;
}

table {
    font-size: 100%;
}


th.data {
    background-color: #D7ECC1;
}

td.data {
    background-color: #ECF4E1;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
}

td.data_check {
    background-color: #D7ECC1;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
}

td.criteria {
    background-color: #ECF4E1;
    padding-left: 10;
    padding-right: 10;
    height: 30px;
}

.crumb {
    color: #004080;
}

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

a:hover {
    text-decoration: underline;
}

h1,h2,h3 {
    color: #004080;
}

h1 {
    font-size: 18pt;
    font-weight: 700;
}

h2 {
    font-size: 14pt;
    font-weight: 600;
}

h3 {
    font-size: 12pt;
    font-weight: 500;
}

li {
    list-style: url(../images/blue_block.gif);
}

.article_heading {
    color: #004080;
    font-size: 14pt;
}