
/* default css settings */

form {
    margin: 10px 0px 0px 10px;
}

body, html {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #6B6B6B;
    background-color: #ffffff;
}

h3, h4, h5 {
    margin: 0;
}

h3 {
    font-size: 18px;
    font-weight: bold;
    padding: 2px;
}

h4 {
    font-size: 14px;
    font-weight: bold;
    padding: 2px;
}

h5 {
    font-size: 12px;
    font-weight: bold;
    padding: 2px;
}

a {
    color: #666666;
}

li {
    list-style-type: square;
}

ul.horizontal li
{
    display: inline;
    padding: 2px 25px 2px 0px;
}

table {
    width: 730px;
    border-width: 1px;
    border-spacing: 0px;
    border-style: solid;
    border-color: #666666;
    border-collapse: collapse;
    margin-bottom: 2px;
}

table th {
    border-width: 1px;
    padding: 10px 0px 5px 10px;
    border-style: solid;
    border-color: #666666;
    background-color: #666666;
    font-size: 12px;
}

table td {
    border-width: 1px;
    padding: 5px 5px 5px 10px;
    border-style: solid;
    border-color: #666666;
}

/* top of page elements */

table.top-of-page {
    border-width: 0px;
    border-spacing: 0px;
    border-style: none;
    border-collapse: collapse;
    margin-bottom: 5px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #6C4D39;
    font-size: 12px;
}

table.top-of-page td {
    border-width: 0px;
    border-style: none;
}

table.border-none
{
    border-width: 0px;
    border-spacing: 0px;
    border-style: none;
    border-collapse: collapse;
}

table.border-none td {
    border-width: 0px;
    border-style: none;
}

/* margin settings for elements */

.spacer-2 {
    margin-bottom: 2px;
}

.spacer-5 {
    margin-bottom: 5px;
}

.spacer-20 {
    margin-bottom: 20px;
}

/* uppercase text */
.upper {
    text-transform: uppercase;
}

/* light background color */
.bcl {
    background-color: #666666;
}

/* dark background color */
.bcd {
    background-color: #666666;
}

/* white font */
.fw {
    color: #FFFFFF;
}

/* element highlights */
.highlight-tall {
    width: 85px;
    padding-bottom: 20px;
}

.highlight-medium-width {
    width: 125px;
    padding-bottom: 20px;
}

.highlight-long-width {
    width: 155px;
    padding-bottom: 20px;
}

.highlight-short {
    width: 85px;
    padding-bottom: 5px;
}

/* text alignments */

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-top {
    vertical-align: top;
}

/* page breaks */
.break-before {
    page-break-before: always;
}

.break-after {
    page-break-after: always;
}
