
    
    h1{
       /* font-size:20px !important; */
	   
    }
    

h1 small {
	
	
	font-weight: bold;
    color: #007474;
	text-transform: uppercase;
	
}

    
    h2 {
        font-weight:bold !important;
		/* was 16 */
        font-size:15px !important;
    }
    
    h3 {
        font-size:15px !important;
        margin-top: 20px !important;
        margin-bottom: 0px !important;
		color: #880027;
		font-weight: bold;
		line-height: 18px;
    }
    
    h4{
        
    font-size: 14px !important;
  /*  color: #000000 !important; */
    font-weight: bold !important;
    line-height: 18px !important;
    padding: 0 !important;
    }
    
    h5{
        font-size:10px !important;
        font-style: italic !important;
        margin-top:0 !important;
        margin-bottom:0 !important;

    }
hr {
    background-color: #007474 !important;
    color: #007474 !important;
    width: 100% !important;
    height: 1px !important;
    margin-top: 3px !important;
    margin-bottom: 10px !important;
    border: none !important;
}    
    img{
        margin-bottom:0px  !important; 
    }
    

h3 + p {
	 margin-top:10px !important; 
	
}


