body {
    font-family: 'Arial', sans-serif;
    color: #333;
}
body, table {
    font-size: 12px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Lucida Grande", "Lucida Sans", "Lucida", "Arial", sans-serif;
    color: #003B71;
}
h1 {
    background: url('../images/h1.png') no-repeat left center;
    font-size: 18px;
    padding-left: 30px;
    margin-top: 34px;
    margin-bottom: 40px;
}
h2 {
    font-size: 14px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.blue {
    color: #003B71;
}
hr {
    border: 0;
    color: #eee;
    background: #ddd;
    height: 6px;
    margin: 20px 0px 30px 0px;
}
p {
    margin-top: 7px;
    margin-bottom: 14px;
    line-height: 14px;
}
div.box {
    padding: 14px 24px;
    background: #EEEEEE;
}
.small {
    font-size: 10px;
    color: #999;
}
a {
    font-weight: bold;
    color: #F5821F;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
ul {
    list-style-image: url('../images/bullet.png');
    padding-left: 14px;
    line-height: 15px;
}
ol {
    padding-left: 14px;
}
li {
    padding-left: 10px;
    padding-bottom: 6px;
}

