/*
    Document   : help
    Created on : Apr 28, 2014, 3:31:24 PM
    Author     : farrow
    Description:
        Purpose of the stylesheet follows.
*/
hr {
    height: 2px;
    width:100%;
}
.quote {
    font-size: smaller;
    color: #C4112F;
    font-style: italic;
}
.underline {
    text-decoration: underline;
}
ul.square {
    list-style-type: square;
}

table.inquiryTable{
    border-collapse: separate; 
    border-spacing: 10px;
}
