body, html
{
    margin: 0;
    padding: 0;
    background-image: url(images/background.jpg);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    background-color: #9ca5a7;
    font-family: Trebuchet MS;
    color: #5a4733;
    font-size: 11px;
    line-height: 16px;
}

h1
{
    margin: 0;
    padding: 0 0 0.5em 0;
    font-size: 1.54em;
    margin-bottom: 10px;
    text-transform: uppercase;
}

h2
{
    font-size: 1.5em;
    margin-bottom: 5px;
}

img, form
{
    border: 0px;
    padding: 0;
    margin: 0;
}

a
{
    color: #ca2b31;
    text-decoration: none;
    border-bottom: 1px dotted #ee313b;
}

a:hover
{
    text-decoration: none;
    border-bottom: 1px solid #ee313b;
}

a img
{
    border: 0px !important;
}

div, p
{
    margin: 0;
    padding: 0;
}

a.arrowLink
{
    border: none;
    display: block;
    background: transparent url(/images/linkArrow.gif) no-repeat left center;
    padding-left: 16px;
}

a.arrowLink:hover
{
    text-decoration: underline;
    border: none;
}