body {
    background: url('../img/bg.jpg');
    font-family: Tahoma,Arial,sans-serif;
}

img {
    border: 0px;
}

form {
    margin: 0px;
}

.header {
    margin: 0 auto;
    width: 745px;
    height: 292px;
    background: url('../img/header.png') top left no-repeat;
}

.content {
    margin: 0 auto;
    width: 705px;
    padding-left: 20px;
    padding-right: 20px;
    background: url('../img/content.png') top left repeat-y;
}

.footer {
    margin: 0 auto;
    width: 745px;
    height: 111px;
    background: url('../img/footer.png') top left no-repeat;
}

h1 {
    margin-top: 0px;
    text-align: center;
    font-size: 20pt;
    color: #B20B0B;
}

h2 {
    margin-top: 0px;
    text-align: center;
    color: #46656F;
}

h3 {
    margin-top: 0px;
    color: #B20B0B;
}

p {
    color: #000000;
    margin-bottom: 0px;
}

p.cen {
    text-align: center;
}

.price {
    text-align: center;
    font-size: 16pt;
    font-weight: bold;
    color: #ff0000;
}

.price label {
    font-size: 8pt;
    font-weight: normal;
    color: #000000;
}

.price input {
    font-size: 8pt;
}

.price span {
    font-size: 12pt;
    font-weight: normal;
    text-decoration: underline;
}

.ul {
    text-decoration: underline;
}

.hi {
    background: #ffff00;
}

li {
    font-weight: bold;
}

li span {
    font-weight: normal;
    font-size: 10pt;
}

.sig {
    color: #339966;
    font-size: 18pt;
    font-style: italic;
    font-weight: bold;
}

