html 
{
    margin: 0px;
    padding: 0px;
}

body 
{
    background-color: white;    
    margin: 0px;
    padding: 0px;
    font-family: Verdana, Helvetica, Arial;
    font-size: 10pt;
    color: black;
}

#page 
{
    width: 480px;
    padding: 0px 30px 0px 30px;
    margin: 0px auto 0px auto;
	background-color: white;
}

h1
{
    font-size: 14pt;
}

h2
{
    background-repeat: no-repeat;
    background-image: url(../Images/fprint_m.gif);
    padding-left: 22px;
    font-size: 13pt;
    color: #ac0135;
    font-weight: bold;
}

h3
{
    font-size: 12pt;
}
.bold
{
    font-weight: bold;
}

.center 
{
    text-align: center;
}

.justify 
{
    text-align: justify;
}

.red
{
    color: red;
}

.xxl
{
    font-size: 14pt;
}

.pgbreak
{
    display: none;
}

.picture
{
    text-align: center;
    margin: 20px 0px 20px 0px;
}
                
.decoratedhr
{
    width: 100%;
    height: 8px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../Images/hr_l.gif);
    margin: 10px 0px 10px 0px;
}

.copyright 
{
    text-align: center;
    padding: 5px 0px 5px 0px;
    font-size: 8pt;
}