/*
 * Styles for site help pages
 */
.sh-h1 {
    font-size:18px;
    font-weight:bold;
    margin:0px 10px 10px 0px; /* top, right, bottom, left */
    text-transform:uppercase;
    }
.sh-h2 {
    font-size:14px;
    font-weight:bold;
    margin:10px 10px 10px 5px; /* top, right, bottom, left */
    text-transform:uppercase;
    }
.sh-title {
    font-size:12px;
    font-weight:bold;
    margin:10px 10px 4px 5px; /* top, right, bottom, left */
    text-transform:uppercase;
    }
.sh-title2 {
    font-size:12px;
    text-decoration:underline;
    margin:2px 0px 0px 0px; /* top, right, bottom, left */
    }
.sh-normal {
    font-size:12px;
    font-weight:normal;
    margin:5px 10px 10px 10px; /* top, right, bottom, left */
    }
.sh-indented1 {
    font-size:12px;
    font-weight:normal;
    margin-left:10px;
    }
.sh-emboss {
    font-size:12px;
    font-weight:normal;
    margin:5px 30px 5px 30px; /* top, right, bottom, left */
    background-color:#cccccc;
    padding:10px;
    }
