@CHARSET "UTF-8";

.clear {
    clear: both;
    overflow:hidden;
    height:0px;
}
.noBorderImage {
    border:none;
}
p, .pageBoxPreface {
    text-align:justify;
}
h1, h2 {
    margin:0px;
    font-size:20px;
    border-bottom:1px solid #f7b579;
    font-weight:normal;
    color: #817f84;
    padding-bottom:4px;
    margin-bottom:22px;
}
#Right h2 {
    border:none;
    color:#282828;
    font-size:21px;
    margin:0px;
    padding:0px;
    padding-top:15px;
    margin-bottom:25px;    
}
h3 {
    font-size:18px;
    margin-top:0px;
    margin-bottom:14px;
    font-weight:normal;
}
#Content a {
    color:#3a92b0;
    font-weight:bolder;
    text-decoration:none;
}
    #Content a:hover {
        color:#3a92b0;
        font-weight:bolder;
        text-decoration:underline;
    }

#Content h1 a, #Content h1 a:hover {
    font-weight:normal;
    text-decoration:none;
    color: #817F84;
}

#Content h2 a, #Content h2 a:hover {
	font-weight:normal;
	text-decoration:none;
    color: #282828;
}

/*
 * 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:#56190A;
        }
        .readActions a:hover {
            text-decoration:none;
        }       

