<!--
form{
	margin		: 0em ;
}
input
{
	font-size	: 9pt;
}
textarea
{
	font-size	: 9pt;
}
select
{
	font-size	: 9pt;
}
.p
{
        font-color      : blue;
}
h1
{
        font-size       : 200%; 
        color           : #003333;
        font-weight     : bold;
}
h2
{
        font-size       : 170%; 
        color           : #000000;
        font-weight     : bold;
}
h3
{
        font-size       : 150%; 
        color           : #000000;
        font-weight     : bold;
}
h4
{
        font-size       : 100%; 
        color           : #000000;
}
p
{
        font-size       : 120%; 
        color           : #000000;
        font-weight     : normal;
        letter-spacing  : 0.8px;
        line-height     : 2em
}
hr
{ 
        width           : 100%; 
        height          : 1px;
        color           : gray
        align           :center;
}
.in
{
        text-indent     : 1em;
}
.border
{
        border          : 10px dashed gray;
}

OL LI
{       list-style-type : decimal;
        font-size       : 115%;
        color           : #000000;
        font-weight     : normal;
        letter-spacing  : 1px;
        line-height     : 1.5em
}
.itemfont
{
        font-size       : 100%; 
        color           : #000000;
        font-weight     : normal;
        letter-spacing  : 0.5px;
        line-height     : 1em
}
.floorfont
{
        font-size       : 110%; 
        text-align      : left;
        color           : #000000
        font-weight     : normal;
        letter-spacing  : 0.5px;
        line-height     : 1em
}
.border2
{
        border          : 1px dotted gray
}
-->
