body {
        margin: 0px;
        font-family: Georgia, "Times New Roman", Times, serif;
        background-color: #ECFFBF;
}

a:link,a:active,a:visited  {text-decoration: none; color: #990000;}
a:hover {text-decoration: none; color: #990000;}

.topbg {
        background-image: url(images/top_bg.jpg);
        background-repeat: no-repeat;
        background-position: center;
}
.centerbg {
        background-image: url(images/center_bg.jpg);
        background-repeat: repeat-x;
        background-position: top;
}
.contentbg {
        background-color: #FFFFFF;
        background-image: url(images/bottom_center_bg.jpg);
        background-repeat: no-repeat;
        background-position: bottom;
}
.leftbg {
        background-image: url(images/bottom_left_bg.jpg);
        background-repeat: no-repeat;
        background-position: right bottom;
}
.rightbg {
        background-image: url(images/bottom_right_bg.jpg);
        background-repeat: no-repeat;
        background-position: left bottom;
}

.style1 {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
}
.style3 {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 18px;
        color: #990000;
}

