body {
background: #FFF;
color: #000;
font-family: Helvetica, Arial, Tahoma;
font-size: 11px;
margin: 0;
}

table {
width: 100%;
font-size: 11px;
}

td {
vertical-align: top;
}

p, form {
padding: 0;
margin: 0;
}

.header {
text-align: right;
padding-right: 10%;
height: 211;
border-bottom: 15px solid #000;
vertical-align: bottom;
}

.content {
padding: 51;
padding-bottom: 66;
line-height: 171%;
width: 551;
}

.linkbox {
padding-left: 17;
padding-right: 17;
padding-top: 37;
padding-bottom: 99;
width: 200;
border-left: 2px solid #000;
border-right: 2px solid #000;
}

.copyright {
background: #000;
color: #FFF;
text-align: center;
padding: 5;
height: 5;
}

a:link, a:visited {
padding: 2;
color: #000;
text-decoration: underline;
}

a:hover {
padding: 2;
color: #FFF;
background: #000;
text-decoration: none;
}

a.white:link, a.white:visited {
color: #FFF;
text-decoration: none;
}

a.white:hover {
color: #000;
background: #FFF;
text-decoration: none;
}

a.box:link, a.box:visited {
color: #FFF;
font-weight: bold;
background: #000;
text-decoration: none;
padding: 3;
display: block;
border: 1px solid #000;
}

a.box#white, a.box#white:visited {
color: #000;
font-weight: normal;
background: #FFF;
text-decoration: none;
padding: 3;
display: block;
border: 1px solid #FFF;
}

a.box:hover {
color: #000;
font-weight: bold;
background: #FFF;
text-decoration: none;
padding: 3;
display: block;
border: 1px solid #000;
}
 
a.box#white:hover {
color: #000;
background: #FFF;
text-decoration: none;
padding: 3;
display: block;
border: 1px solid #000;
}

.title {
background: #000;
color: #FFF;
padding: 3;
}

.message {
border: 1px solid #000;
padding: 3;
padding-bottom: 7;
}


.header1 {
font-size: 27px;
line-height: 201%;
border-bottom: 1px solid #000;
display: block;
}

.header2 {
font-size: 18px;
line-height: 201%;
}

input, textarea, select {
background: #FFF;
color: #000;
border: 1px solid #000;
font-family: Helvetica, Arial, Tahoma;
font-size: 12px;
}

input:hover {
background: #000;
color: #FFF;
border: 1px solid #C0C0C0;
font-family: Helvetica, Arial, Tahoma;
font-size: 12px;
}