/* Start: CSS Rebuild */
body {
    font-family:  arial, sans-serif;
    color: #333333;
    line-height: 1.166em;
}

a:link, a:visited, a:hover {
    color: #d90f0f;
    text-decoration: underline;
}

a:hover {
    text-decoration: underline;
}

/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
    font-family: Arial, sans-serif;
}

h1 {
    font-family: Verdana, Arial, sans-serif;
    font-size: 1.125em;
    color:#d90f0f;
    font-weight:bold;
    margin-bottom:10px;
}

h2 {
    font-size: 1em;
    color: #d90f0f;
    line-height:115%;
    font-weight:bold;
    margin-bottom:10px;
}

h3 {
    font-size: 1em;
    color: #334d55;
}

h4 {
    font-size: 1em;
    font-weight: normal;
    color: #333333;
}

h5 {
    font-size: 1em;
    color: #334d55;
}

p, dl, dt, dd, ul, ol, pre, input, textarea, blockquote, cite, label, select {
    font-size: 1em;
    font-weight:bold;

}

p, li {
    padding-bottom:20px;
}

strong {
    font-weight:bold;
}

em {
    font-style: italic;
}

abbr, acronym {
    border-bottom: 1px dotted #000;
    cursor: help;
}

th {
    font-weight: bold;
    text-align: center;
}

/* Start: Lists Handling*/
ul {
    margin: 0 0 0 20px;
    padding: 0;
    list-style: disc;
}

ol {
    margin: 0 0 0 27px;
    padding: 0;
    list-style: decimal;
}

img {
    display:block;
}

/* End: Lists Handling */

/* End: CSS Rebuild */