﻿BODY
{
    background-color: #FFF;
}

.left {
    float:left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

HR {
    background-color: #87888a;
    color: #87888a;
    border: 0;
    height: 1px;
    width: 100%;
    margin: 10px 0;
}

DIV.dottedHr {
    background-image: url(../Images/dotted-hr.gif);
    background-repeat: repeat-x;
    height: 1px;
    width: 100%;
    margin: 10px 0;
}

DIV.dottedHr HR {
    display: none;
}