/*-- back to basics --*/

* {

    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;

}

body {

    padding: 0 20px 20px 20px;

}

h1 {

    border-bottom: 1px solid #CCC;
    height: 74px;
    margin: 0 0 20px 0;
    padding: 0 0 10px 0;
    text-indent: -100000px;

}

h1 img {

    display: block;

}

h2, h3, h4 {

    color: #555;
    margin: 0 0 20px 0;

}

ul, ol, dl, p {

    color: #777;
    font-size: 12px;
    line-height: 1.5em;
    margin: 0 0 15px 0;
    text-align: justify;
    
}

ul, ol {

    margin: 0 0 15px 20px !important;

}

a {

    color: #1D74A1;
    text-decoration: none;

}

.left {

    float: left;

}

.right {

    float: right;

}

blockquote {

    background: url(http://cdn.jta.org/img/layout/icon_quote.gif) top left no-repeat;
    font-style: italic;
    padding: 0 0 0 30px;

}

/*-- print button --*/

.print_button {

    background: #83b269;
    color: #FFF !important;
    font-size: 12px;
    font-weight: bold;
    padding: 3px 5px;

}

.print_button:hover {

    background: #1D74A1;
    text-decoration: none;

}
