
.right-col strong { font-weight: 600;}

.right-col h3, .right-col h4 {
    font-weight: 600;
    color: #116e3f;
}


.right-col .highlight h3, .right-col h4 { color: #666; }

.right-col p { margin: 0;}
.right-col .break{ margin-bottom: 5px;}

.right-col ul,
.right-col li {
    padding: 0;
    margin: 0;
}

.right-col ul {
    margin-left: 15px;
    margin-top: 10px;
}

.right-col li { margin: 8px 0;}

.right-col .highlight { border-bottom: 2px dotted #e3e3e3; }

.right-col a,
.right-col a:link,
.right-col a:visited {
    display: block;
    margin-top: 5px;
    color: #777;
    font-weight: 700;
    text-decoration: none;
    padding-left: 20px;
    
    background: url(../images/bullet/arrow.gif) no-repeat;
    background-position: 0% 60%;
}

.right-col a:hover { text-decoration: underline; }