/*
 * Style sheet loading order is:
 * ie_style.css
 * new_style.css
 * w3c.css
 * 
 * Therefore set-up default or global styles here
 */

body {
    background-color: rgb(255, 255, 255);
    color: rgb(102, 102, 102);
    margin: 7px 18px 18px 7px;
    font-family: Arial, Verdana, sans-serif;
    font-size: 10pt;
    font-weight: normal;
}

div {
    color: rgb(102, 102, 102);
    font-family: Arial, Verdana, sans-serif;
    font-size: 10pt;
    font-weight: normal;
}

img {
    border-width: 0px;
}

p {
    clear: left;
}

