
.formtable {
 text-align: left;
 vertical-align: top;
}

th.formtable {
 font-weigt: bold;
}

td.formtable {
 background: #cebed7;
}

.pay_options {
 text-align: left;
 font-weight: bold;
 font-family: arial;
 font-size: 12pt;
}

td.pay_options {
 background: #cebed7;
 vertical-align: middle;
}

.payments {
 text-align: left;
 background: #cebed7;
}

th.payments {
 font-weight: bold;
}

.big_box {
 padding: 3px;
 width: 800px;
 float: left;
}

.left_unit {
 position: relative;
 color: #00ff00;
 background-color: #014d18;
 height: 20;
 width: 180;
 border: 2px solid #00982e;
 float: left;
}

.buttons {
 background-image: url('button_generic.png');
 width: 149px;
 height: 24px;
}

.corner {
 position: relative;
 float: left;
 left: -16;
}

.forms {
 color: #000000;
 border: 2px solid #ff8ebf;
 background-color: #ffd1e5;
}
.forms:hover {
 background-color: #fffcc6;
}

.nav_links
{
    color: #000000;
}
a.nav_links:link
{
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}
a.nav_links:visited
{
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}
a.nav_links:active
{
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}
a.nav_links:hover {
    color: #fff000;
    font-weight: bold;
    text-decoration: none;
}

.links
{
    color: #000000;
}
a.links:link
{
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}
a.links:visited
{
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}
a.links:active
{
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}
a.links:hover {
    color: #ff8ebf;
    font-weight: bold;
    text-decoration: none;
}

