/********************************
 * Styles for the SPECS sheets
 ********************************/
 
 .pageHeader {
    /*font-size: 25px;*/
	font-size: 18px;
	font-weight: bold;
	color: #043e87;
 }
 
 h2 {
    font-size: 15px;
    font-weight: normal;
    color: #043e87;
    margin-bottom: 5px;
    margin-top: 20px;
}

#specialinfo {
    background-color: #d8d8d8;
    padding: 15px;
    font-style: italic;
    margin-top: 15px;
    
}

div.longDescription ul, div.faq ul { 
    margin-bottom: 0;
    padding-bottom: 0;
    }
    
.safetylogo {
    text-align: right;
}

.utility {
    border: 1px solid #a6a6a6;
    width: 100%;
}

.utility th {
    color: #043e87;
    border-right: 1px solid #a6a6a6;
    border-bottom: 1px solid #a6a6a6;
    text-align: center;
}

.utility td {
    border-right: 1px solid #a6a6a6;
    vertical-align: top;
    padding: 5px;
}
