﻿/** 
* Nalco Corporate Reset Styles 
* 
* Purpose - Resets a number of general elements
* that are used throughout the site
*
* @created: 2/17/09
* @modified: 2/26/09
* @author: Yahoo! UI
* @link: http://developer.yahoo.com/yui/reset/
**/
body,div,ul,ol,li,h1,h2,h3,h4,form,input,textarea,p,td { 
    margin:0;
    padding:0;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
img { 
    border:0;
}
em,strong {
    font-style:normal;
    font-weight:normal;
}
ol,ul {
    list-style:none;
}
h1,h2,h3,h4 {
    font-size:100%;
    font-weight:normal;
}