.heading {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333333;
    font-style: normal;
    line-height: normal;
    font-weight: bolder;
    text-decoration: underline;
    text-transform: capitalize;
}
.body-copy {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    line-height: normal;
    font-weight: lighter;
    color: #333333;
}
.bold-body-copy {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    font-variant: normal;
    color: #333333;
}
.small-wht-bld {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: underline;
}
.small-wht {
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    color: #FFFFFF;
}
.medium-wht {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    color: #FFFFFF;
}
.medium-bold {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    color: #FFFFFF;
}
.small-blk {
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    color: #000000;
}
.small-blk-Bold {
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    font-variant: normal;
    color: #000000;
}
.small-wht-bld-nounder {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: uppercase;
    color: #FFFFFF;
}

.style3 {font-size: 11px; font-style: normal; font-weight: bold; font-variant: normal; font-family: Arial, Helvetica, sans-serif;}
.style4 {font-family: Arial, Helvetica, sans-serif; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; font-size: 10px;}
body {
    background-color: #999999;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
}
.white-text {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #FFFFFF;
    font-weight: bold;
}
.black-text {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #000000;
    font-weight: bold;
}
.background {
    background-attachment: fixed;
    background-image: url('/media/template/background.jpg');
    background-repeat: no-repeat;
    background-color: #FFFFFF;
}
A:link {
 COLOR: #CC6600; TEXT-DECORATION: none; font-weight: bold;
}
A:visited {
 COLOR: #CC6600; TEXT-DECORATION: none; font-weight: bold;
}
A:active {
 COLOR: #FFFFFF; TEXT-DECORATION: none; font-weight: bold;
}
A:hover {
 COLOR: #FFFFFF; TEXT-DECORATION: none; font-weight: bold;
}
.white {
    COLOR #Cc6600; TEXT-DECORATION: none; font-weight: bold;
}
.white:hover {
    COLOR #Cc6600; TEXT-DECORATION: underline; font-weight: bold;
}

p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    line-height: normal;
    font-weight: lighter;
    color: #333333;
    padding-top: 0px;
    margin-top: 0px;
}