/* links in the middle of the homepage */
a.home_sub_nav:LINK, a.home_sub_nav:VISITED, a.home_sub_nav:ACTIVE {
    color: #666;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}
a.home_sub_nav:HOVER {
    color: #666;
    text-decoration: underline;
}
/* headlines in boxes */
.box_hl_white {
    color: #FFF;
    font-weight: bold;
}
/* headline links in boxes */
a.box_hl_link:LINK, a.box_hl_link:VISITED, a.box_hl_link:ACTIVE {
    color: #FFF;
    text-decoration: none;
}
a.box_hl_link:HOVER {
    text-decoration: underline;
}
/* text formatting citation what current ... */
.cit_cur_sub {
    font-size: 11px;
    color: #333;
    font-weight: bold;
    font-style: italic;
    padding-top: 10px;
    padding-bottom: 20px;
    line-height: 18px;
}
.cit_source_cur_sub {
    font-size: 10px;
    color: #666;
    font-weight: bold;
    line-height: 16px;
}
/* text formatting for the copyright line on homepage */
.copy_home {
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
	font-size : 10px;
    color: #FFF;
}

