Body
{
    background-color: white;
    font-family: Arial;
}


ul, ol {
	list-style-image: url(../images/arrow.gif);
    margin-bottom: 5;    
    margin-top: 1;
}


h1
{
    color: #225577;
    font-family: Helvetica, sans-serif;
    font-size: medium;
    margin-bottom: 12;
    margin-left: 2;
    margin-top: 1;

}

h2
{
    color: #225577;
    font-family: Helvetica, sans-serif;
    font-size: medium;
    margin-bottom: 10;
    margin-top: 10;

}

h3
{
    color: steelblue;
    font-family: Helvetica, sans-serif;
    font-size: x-small;
    margin-bottom: 5;
    margin-top: 5;

}

HR {
    color: #cfcfcf;
    height:1pt;
    text-align:left
}

