body {
    background-color:#FFFFFF;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size:90%;
    color: #000000;
}
td {
    /*font-size:85%;*/
}

td.logo-cell {
    background-color:#9CBDDE;
}
td.header-cell {
    background-color:#336699;
}
.copyright {
    color:#BBBBBB;
}



/* colors */
h5,
span.h5,
.small-orange,
.medium-orange,
a.content-item-link:hover,
a.bottom-menu:hover
{
    color:#BC7B00;                          /* orange */
}
h4,
span.h4,
.small-blue,
.medium-blue,
.content-item-link,
.bottom-menu,
table.form td {
    color:#29537E;                          /* blue */
}



h4, span.h4 {
    font-size:140%;
    font-weight:bold;
}

h5, span.h5 {
    font-size:115%;
    font-weight:bold;
    /*font-size:16px;*/
}
.small-blue, .small-orange {
    /*font-size:11px;*/
}
.medium-blue, .medium-orange {
    /*font-size:12px;*/
}

table {
    text-align:left;
}




.content-item-link {
    text-decoration:none;
}
a.content-item-link:visited {
    color:#915F00;
}

a.content-item-link:active {
    color:#FF7E7E;
}

.menu-item-link, .menu-item-link-disabled {
    line-height:120%;
    background-color:#336699;
    text-decoration:none;
}
.menu-item-link {
    color:#D9ECFF;
}
.menu-item-link-disabled {
    color:#FFDA44;
}
a.menu-item-link:hover {
    color:#FFDA44;
    text-decoration:underline;
}
a.menu-item-link:active {
    color:#FF9966;
}


.bottom-menu {
    font-size:94%;
    text-decoration:none;
}

a.bottom-menu:active {
    color:#FF7E7E;
}


table.form, table.text-block {
    background-color:#F7F9F9;
    border:solid 1px #D2DBE5;
}
table.form {
    padding:10px;
}
table.form td {
    padding-left:10px;
    padding-right:10px;
    text-align:left;
}
table.form td.form-error {
    color:#BD2828;
}

table.text-block, table.menu-table {
    font-size:90%;
}
.copyright, table.text-block {
    font-size:80%;
}
/*
h4, span.h4, b, a.links:link, a.non-visited-link, a.non-visited-link:visited {
  color:#AE0908;
}
span.h4 {
  font-weight:bold;
  font-size:16px;
}
em {
    font-weight:bold;
}


a.links:visited {
    color:#9999CC;
}
a.links:hover {
    color:#FF0000;
}
a.links:active {
    color:#FF0000;
}

a.non-visited-link:hover {
    color:#FF0000;
}
a.non-visited-link:active {
    color:#FF0000;
}


input, textarea {
    background-color:#FFF7E6;
}

table.gradient-cell-bg {
    background-image: url('/images/graphics/peach_gradient_bg.gif');
    background-color:#FFFFFF;
    background-repeat:repeat-y;
    border:solid 1px #E6D2AF;
}

*/

a.content:link {
    color:#1E3C5A;
}
a.content:visited {
    color:#548DC5;
}
a.content:hover {
    color:#CC0000;
}
a.content:active {
    color:#FF0000;
}
