html, body {
    background-color: #eeeeee;
    text-align: left;
    line-height: 170%;
    font-size: 12px;
    font-family: Arial, Sans;
    margin: 0px;
    padding: 0px;
    color: #545454;
}

h2 {
    line-height: 21px;
    font-size: 15px;
    color: #327c03;
    padding-top: 0px;
    margin-top: 0px;
    margin-bottom: 4px;
}

h1 { 
    line-height: 25px;
    font-size: 25px;
    margin-top: 0px;
    color: #327c03;
}

h1, h2, h3 {
    font-family: Arial;
    font-weight: normal;
}

h3 {
    color: #333;
}


a, a:link {
    color: #327c03;
    text-decoration: none;
}

img {
    border: 0px;
}

.box {
    border-bottom: 1px solid #e0e0e0;
    padding: 16px;
}

.box h2 {
    font-size: 15px;
}

.border {
    margin: auto;
    text-align: left;
    width: 938px;
}

.superTop {
    height: 24px;
}

input.text {
    padding-top: 5px;
    height: 16px;
    padding-left: 4px;
    width: 201px;
    border: 0px;
    background-image: url(../images/input-text-bg.jpg);
    color: #555;
    font-size: 11px;
}

textarea {
    border: 1px solid #999;
    background-color: #f3f3f3;
    width: 203px;
    height: 80px;
    color: #555;
    font-size: 11px;
}

a.buttonBig,
a.buttonBig:link,
a.buttonBig:visited {
    background-image: url(../images/buttonBig-bg.jpg);
    background-repeat: no-repeat;
    color: #515151;
    padding: 5px 0px 5px 31px;
    line-height: 35px;
    text-decoration: none;
}

.footer {
    text-align: center;
    padding: 3px;
    background-color: white;
    border-top: 11px solid #eee;
    color: #222;
}

.footer a:link,
.footer a {
    color: #222;
}

.content .left {
    padding: 25px;
}

.content .left h2 {
    font-size: 21px;
    line-height: 27px;
}


.footer a, .footer a:link {
    color: green;
}

.footer a:hover {
    text-decoration: underline;
}
