#HMHB_subpage {
    margin: 12px 0 0 12px;
    padding: 0;
    color: #5673AB;
    font-size: 12px;
    width: 675px;
	font-family:Arial, Helvetica, sans-serif;
}

    #HMHB_subpage .back_to_top { margin: 12px 0;}

    /*---- topic_navigation ----*/
    #HMHB_subpage .topic_navigation {
        font-size: 11px;
    }
    
        /*-- overview --*/
        #HMHB_subpage .topic_navigation .overview { margin: 0 0 4px 0; padding: 0; color: #5673AB; clear: both; }
    
    	    #HMHB_subpage .topic_navigation .overview .icon {
                margin: 0 6px 0 0;
                padding: 0;
                background-image: url(/ColgateTotal/SG_v2/images/articleArrow_Blue.gif);
                background-repeat: no-repeat;
                background-position: 0 2px;
                float: left;
                width: 6px;
                height: 15px;
            }
            
            #HMHB_subpage .topic_navigation .overview .link { color: #5673AB; }
            
                #HMHB_subpage .topic_navigation .overview .link .overview_title { color: #5673AB; font-style: italic; }
        
                #HMHB_subpage .topic_navigation .overview .link a:link, #HMHB_subpage .topic_navigation .overview .link a:visited { text-decoration: underline; }
            
                #HMHB_subpage .topic_navigation .overview .link a:hover, #HMHB_subpage .topic_navigation .overview .link a:active { color: #449EBB; }
        
        /*-- article --*/
        #HMHB_subpage .topic_navigation .article { margin: 0 0 4px 0; padding: 0; color: #5673AB; clear: both; }
        
        #HMHB_subpage .topic_navigation .article .icon {
            margin: 0 6px 0 0;
            padding: 0;
            background-image: url(/ColgateTotal/SG_v2/images/articleArrow_Red.gif);
            background-repeat: no-repeat;
            background-position: 0 2px;
            float: left;
            width: 6px;
            height: 15px;
        }
        
        #HMHB_subpage .topic_navigation .article .link { color: #5673AB; }
        
        	#HMHB_subpage .topic_navigation .article .link .article_on { color: #5673AB; font-style: italic; }
        
        /*-- print --*/
        #HMHB_subpage .topic_navigation .print { margin: 12px 0 18px 0; padding: 0; clear: both; }

            #HMHB_subpage .topic_navigation .print .icon {
                margin: 4px 0 0 0;
                padding: 0;
                float: left;
                width: 6px;
                height: 15px;
                background-image: url(/ColgateTotal/SG_v2/images/articleArrow_Red.gif);
                background-repeat: no-repeat;
                background-position: 0 2px;
            }
        
            #HMHB_subpage .topic_navigation .print .print_icon {
                margin: 0 0 0 12px;
                padding: 2px 0 0 28px;
                background-image: url(/ColgateTotal/SG_v2/images/print-icon.gif);
                background-repeat: no-repeat;
                background-position: 0 0;
                height: 20px;
                float: left;
            }
            
    /*---- page content ----*/
    #HMHB_subpage h4 { font-size: 14px; color: #F00; }
    
    #HMHB_subpage p {
        margin: 0;
        padding: 0;
        color: #5673AB;
		font-weight:normal;
		font-family:Arial, Helvetica, sans-serif;
    }
    
        #HMHB_subpage p .subhead { font-size: 13px; color: #F00; font-weight:bold; font-family:Arial, Helvetica, sans-serif; }
        
        #HMHB_subpage p strong { color: #234278; font-family:Arial, Helvetica, sans-serif;}
        
        #HMHB_subpage ul { margin-left: 8px; list-style-type: none; }
        
        #HMHB_subpage ul li {
            margin: 0 0 4px 0;
            padding: 0 0 0 8px;
            background-image: url(/ColgateTotal/SG_v2/images/blueBullet.gif);
            background-repeat: no-repeat;
            background-position: 0 5px;
            color: #5673AB; 
			font-weight:normal;
			font-family:Arial, Helvetica, sans-serif;
        }
        
            #HMHB_subpage ul li strong { color: #234278; }
        
#tooltip {
    margin: 0;
    padding: 4px;
    width: 250px;
    height: auto;
    border: 2px solid #F00;
    color: #5673AB;
    background-color: #FFF;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 900;
    font-size: 11px;
    position: absolute;
    z-index: 10;
    display: none;
}
.hmhb-content p{
font-family:Arial, Helvetica, sans-serif;
color:#555;
font-weight:normal;
}
.hmhb-content .hmhb-title{
color:#FF0000;
font-size:14px;
font-weight:bold;
}
.hmhb-content a{
color:#FF0000;
text-decoration:none;
}
.hmhb-content a:hover{
text-decoration:underline;
}