/*
    This CSS file is used to reset only CERTAIN styles in the global.css file that should not be pulled
    through to content included via iframes, for example the gray background for 'body' elements...
*/

body{
    background: #FFFFFF none;
    text-align:left;
    padding:0;
}

table {
    font-size: 100%;
}
