@CHARSET "UTF-8";

.clear {
    clear: both;
    overflow:hidden;
    height:0px;
}
.noBorderImage {
    border:none;
}
h1 {
    font-size:21px;
    margin-top:0px;
    font-weight:normal;
    margin-bottom:20px;
    line-height:normal;

}
h2 {
    font-size:16px;
    margin-top:0px;
    font-weight:bolder;
    margin-bottom:14px;
}
h3 {
    font-size:14px;
    margin-top:0px;
    font-weight:bolder;
    margin-bottom:14px;
}
/*
 * C O M M O N    R E A D    A C T I O N
 */
    .readActions {
        text-align:center;
        background:url(../_images/menuLi.gif) repeat-x top;
        padding-top:10px;
        margin-top:45px;
        clear:left;
        margin-bottom:0px;
        padding-bottom:10px;
    }
        .readActions a {
            color:#fff;
        }
        .readActions a:hover {
            text-decoration:none;
        }       

