/* CSS reset */
body, a, h1, h2, h3, h4, h5, div, span, ul, li, table, form
{
    margin:0;
    padding:0;
    list-style-type:none;
    font-weight:normal;
    text-align:left;
    text-decoration:none;
}
body
{
    background:#fff;
    font-family:verdana, helvetica, arial;
    font-size:9pt;
    line-height:18px;
}
h1
{
    font-size:20pt;
}
h2
{
    font-size:16pt;
}
h3
{
    font-size:14pt;
    font-weight:bold;
}
h4
{
    font-size:12pt;
    font-weight:normal;
}
p
{
    margin:7px 0;
}


/* Clear after elements with attribute: float */
br.clear
{
    clear:both;
}
.ajax-loader-small
{
    background:url(../img/ajax-loader-small.gif) no-repeat;
}