body {
    font-family: verdana, geneva;
    font-size: x-small;
    color: #555555;
    font-weight: normal;
}

img {
    border: 0px
}

h1, h2, h3, h4, h5 {
    margin: 0px 0px 4px 0px;
    padding: 4px 0px;
    margin-top: 8px
}

h1 {
    font: normal normal 21px Arial;
    line-height: 28px
}

h2 {
    font-size: 18px;
    line-height: 24px
}

h3 {
    font-size: 16px;
    line-height: 21px
}

h4 {
    font-size: 14px;
    line-height: 18px
}

h5 {
    font-size: 13px;
    line-height: 16px
}

p {
    padding: 0px 0px 0px 0px;
    line-height: 18px;
}

.tritton_orange_small_bold {
    font-family: verdana, geneva;
    font-size: x-small;
    color: #ff6600;
    font-weight: bold;
}

.tritton_orange_small {
    font-family: verdana, geneva;
    font-size: x-small;
    color: #ff6600;
    font-weight: normal;
}

.tritton_grey_small_bold {
    font-family: verdana, geneva;
    font-size: x-small;
    color: #555555;
    font-weight: bold;
}

.tritton_grey_small {
    font-family: verdana, geneva;
    font-size: x-small;
    color: #555555;
    font-weight: normal;
}

.tritton_orange_medium_bold {
    font-family: verdana, geneva;
    font-size: medium;
    color: #ff6600;
    font-weight: bold;
}

.tritton_orange_medium {
    font-family: verdana, geneva;
    font-size: medium;
    color: #ff6600;
    font-weight: normal;
}

.tritton_grey_medium_bold {
    font-family: verdana, geneva;
    font-size: medium;
    color: #555555;
    font-weight: bold;
}

.tritton_grey_medium {
    font-family: verdana, geneva;
    font-size: medium;
    color: #555555;
    font-weight: normal;
}

.homebox_top {
    background: url(images/homebox_1.jpg);
    background-position: top center;
    background-repeat: no-repeat;
}

.homebox_repeat {
    background: url(images/homebox_2.jpg);
    background-position: top center;
    background-repeat: repeat-x;
}

.homebox_bottom {
    background: url(images/homebox_3.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
}