BODY {
    margin: 0px;
    padding: 0px;
    background: url(/images/homepage01.jpg) repeat left top;
}

form {
    margin: 0px;
    padding: 0px;
}
/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
    margin: 0px;
}

/** TEXTS */

p, blockquote, ul, ol, dl {
    margin-top: 0px;
    margin-bottom: 1em;
    text-align: justify;
}

a {
    color: #E48519;
}

a:hover {
    text-decoration: none;
}

img {
    border: none;
}

.bg1 {
}
.bg2 {
    background: url(/images/homepage06.jpg) no-repeat left top;
}
.bg3 {
    background: url(/images/homepage16.gif) repeat-y left top;
}
.bg4 {
    background: url(/images/homepage20.gif) repeat-x left top;
}

.img1 {
    float: left;
    margin: 0px 15px 0px 0px;
}

.img2 {
    float: right;
    margin: 0px 0px 0px 15px;
}

hr {
    display: none;
}

.hr1 {
    height: 1px;
}

.copyright {
    text-align: center;
    color: #5C6466;
}
