div,table 
    {
        font-family: Arial; font-size:12px; 
    }
td, tr 
    {
        vertical-align: top;
    }
p,span,div,h2,h3,h4 
    {
        margin-top: 0; margin-bottom: 0;
    }
a 
    {
        text-decoration: none;
    }
a:hover 
    {
        text-decoration: none;
    }
h1,h2 
    {
        font-size: 17px;
		margin:0;
    }
h1.small, h3 
    {
        font-size: 10pt;
		margin:0;
    }
h4 
    {
        font-size: 12pt;
    }
body 
    {
        margin:0px;
        padding:0px;
        background:#f4f6f4;
    }
img 
{
    border:none;
}
table
{
    border-collapse:collapse;
    border:none;
    padding:0px;
}