body, h1, h2, p, td {
font-family: Arial, Helvetica, sans-serif;
}

body, p, td {
font-size: 12px;
color: #444;
}

h1 {
font-size: 20px;
color: #393996;
}

h2 {
font-size: 16px;
color: #9a251e;
}

form h2 {
margin-bottom: 10px;
}

form p {
margin-top: 0px;
line-height: 22px;
}

img {
border: 0px;
}

a {
color: #393996;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

.hr {
width: 416px;
height: 1px;
background-color: #fbb92b;
overflow: hidden;
margin: 12px 0px;
}

table {
border: 0px;
}

table td {
border: 0px;
padding: 2px 8px 2px 0px;
}

table td.padTop {
padding-top: 12px;
}

table td.padBtm {
padding-bottom: 12px;
}

input.text,
textarea.text {
border: 1px solid #999;
}

input.text {
width: 200px;
}

textarea.text {
width: 200px;
height: 100px;
}

input.lg {
width: 412px;
}

textarea.lg {
width: 412px;
height: 200px;
}

input.submit {
width: auto;
background-color: #eee;
}

textarea {
resize: none;
}

.error {
color: #9a251e;
}