body {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 110%;
        background-color: #030303;
        color: #fff;
        background-image: url(images/fullbackground.jpg);
        background-repeat: repeat-x;
        background-position: 0% 0%;

}

#overlayfrm {background-color:#333; -moz-opacity:0.8; opacity:.80; filter:alpha(opacity=80);}

table {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 100%;

}

td {
        font-family: Verdana, Arial, Helvetica, sans-serif;

}
.copy {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        color: #000;
}

.full {
        width: 902px;
        background-color: #FFF;;
        background-image: url(images/background.jpg);
        background-repeat: no-repeat;
        background-position: 0% 0%;
        color: #000;
        text-align: left;
        padding: 5px 15px 15px 15px;
}


h1 {
        color: #b3240d;
        font-weight: bold;
        font-size: 130%;
        line-height: 22px;
        text-decoration: underline;
        font-family: Times, Helvetica, sans-serif;
}

h2 {
        color: #A81012;
        font-weight: bold;
        font-size: 105%;
}

.footer {
        position: relative;
        font-size: 70%;
}

.footertext {

        color: #fff;
        font-weight: bold;
}
.footertext:link {
        color: #fff;
        text-decoration: none;
        font-weight: bold;
}
.footertext:active {
        color: #fff;
        text-decoration: none;
        font-weight: bold;
}
.footertext:visited {
        color: #fff;
        text-decoration: none;
        font-weight: bold;
}

.more {

        color: #1E3D6C;
        font-weight: bold;
        text-align: right;
}
.more:link {
        color: #1E3D6C;
        text-decoration: none;
        font-weight: bold;
        text-align: right;
}
.more:active {
        color: #1E3D6C;
        text-decoration: none;
        font-weight: bold;
        text-align: right;
}
.more:visited {
        color: #1E3D6C;
        text-decoration: none;
        font-weight: bold;
        text-align: right;
}

a:link {
        color: #b3240d;
        text-decoration: none;
}
a:active {
        color: #b3240d;
        text-decoration: none;
}
a:visited {
        color: #b3240d;
        text-decoration: none;
}
a:hover {
        color: #b3240d;
        text-decoration: underline;
}


