BODY {
 padding: 0px;
 margin: 0px;
 background-color: #c0c0c0;
}


.paper {
 width: 758px;
 height: 100%;
 background-color: #ffffff;
 border-left: 1px solid #000000;
 border-right: 1px solid #000000;
}

.header {
 width: 758px;
 height: 100px;
 background-color: #457442;
 border-bottom: 1px solid #ffffff;
}

INPUT {
 font-size: 12px;
 font-family: arial,sans-serif;
}

TEXTAREA {
 font-size: 12px;
 font-family: arial,sans-serif;
}

.menu {
 color: #d9db37;
 font-family: arial,sans-serif;
 text-align: right;
 font-size: 9px;
}
.menu A {
 text-decoration: none;
 color: #d9db37;
}

A {
 color: #000000;
}

.yellowbar {
 width: 758px;
 height: 18px;
 background-color: #d9db37;
 border-top: 1px solid #ffffff;
 border-bottom: 1px solid #ffffff;
}

.content {
 border-top: 1px solid #888888;
 width: 758px;
}

.inner {
 font-size: 12px;
 font-family: arial,sans-serif;
}

P {
 font-size: 12px;
 font-family: arial,sans-serif;
}

H2 {
 padding: 0px;
 margin: 0px;
 color: #000000;
 font-size: 12px;
 font-weight: bold;
}

TD {
 font-size: 12px;
 font-family: arial,sans-serif;
}

BIG {
 color: #9d5a02;
 font-size: 16px;
 font-weight: bold;
}

H1 {
 padding: 0px;
 margin: 0px;
 color: #9d5a02;
 font-size: 16px;
 font-weight: bold;
}

.greenline {
 background-color: #ffffff;
 border-bottom: 1px solid #457442;
}

.footer {
 border-top: 1px solid #ffffff;
 background-color: #457442;
 color: #d9db37;
 font-family: arial,sans-serif;
 text-align: center;
 font-size: 9px;
 padding-top: 10px;
 padding-bottom: 40px;
}

.bb {
 border: 1px solid #000000;
}