body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: navy;
    margin: 0;
    padding: 0;
    background-size: 100%;
    font-size: 13px;
    background-color: #D5C9AF;
    background-repeat: repeat-x;

}


input:focus {
    border-style: solid;
    border-color: #FF1100;
    border-width: 3px;
}

.trtext {
    color: white;
    background: transparent;
    filter: alpha(opacity=55);
    -moz-opacity: .55;
    opacity: .55;
    text-align: center;
    font-size: 70%;
    font-weight: bold;
    font-variant: small-caps;
    text-transform: uppercase;
}

div.c12 {
    text-align: center
}

span.c11 {
    font-family: Arial;
    font-size: 12pt;
    color: rgb(0, 0, 102);
}

span.c10 {
    font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
    font-size: 10pt;
    color: rgb(204, 0, 0);
}

span.c9 {
    font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
    font-size: 10pt;
    color: rgb(0, 0, 102);
}

span.c7 {
    font-family: Arial;
    font-size: 10pt;
    color: rgb(51, 102, 153);
}

p.c5 {
    word-spacing: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

div.c3 {
    margin-left: 2em
}

td.c18 {
    color: #0000ff;
    font-family: Arial;
    text-align: left;
    font-size: 80%
}

td.c17 {
    color: #000066;
    font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
    font-size: 80%
}

div.c16 {
    text-align: left
}

p.c15 {
    color: #0000ff;
    font-family: Arial;
    text-align: right;
    font-size: 80%
}

td.c14 {
    color: #000000;
    font-family: Arial;
    font-size: 80%
}

td.c13 {
    color: #ffff00;
    font-size: 120%;
    text-align: center
}

td.c11 {
    color: #0000ff;
}

p.c10 {
    font-weight: bold
}

p.c9 {
    color: #000066;
}

span.c8 {
    font-family: Arial;
    font-size: 80%
}

td.c5 {
    color: #4682B4;
    font-family: Arial;
    font-size: 80%;
}

span.c1 {
    color: #ff0000
}

td.c18 {
    color: #0000ff;
    font-family: Arial;
    text-align: left;
    font-size: 80%
}

td.c17 {
    color: #000066;
    font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
    font-size: 80%
}

div.c16 {
    text-align: left
}

p.c15 {
    color: #0000ff;
    font-family: Arial;
    text-align: right;
    font-size: 80%
}

td.c14 {
    color: #000000;
    font-family: Arial;
    font-size: 80%
}

p.c13 {
    color: #ffff00;
    font-size: 100%;
    text-align: center
}

b.c12 {
    color: #4682B4;
    font-family: Arial;
    font-size: 80%
}

td.c11 {
    color: #0000ff
}

p.c10 {
    font-weight: bold
}

p.c9 {
    color: #000066;
    font-weight: bold
}

b.c7 {
    color: #4682B4
}

span.c6 {
    color: #4682B4;
    font-family: Arial;
    font-size: 80%
}

td.c5 {
    color: #4682B4;
    font-family: Arial;
    font-size: 80%
}

span.c4 {
    color: #0000ff
}

b.c3 {
    color: #000066
}

span.c2 {
    color: #000066
}

A:link, A:visited, A:active {
    TEXT-DECORATION: none;
}

.btn {
    display: block;
    position: relative;
    background: #90d040;
    padding: 5px;
    float: left;
    color: #FFFFFF;
    cursor: pointer;
}

.btn * {
    font-style: normal;
    display: block;
    position: relative;
}

.btn i {
    background-position: top left;
    position: absolute;
    margin-bottom: -5px;
    top: 0;
    left: 0;
    width: 5px;
    height: 5px;
}

.btn span {
    background-position: bottom left;
    left: -5px;
    padding: 0 0 5px 10px;
    margin-bottom: -5px;
}

.btn span i {
    background-position: bottom right;
    margin-bottom: 0;
    position: absolute;
    left: 100%;
    width: 10px;
    height: 100%;
    top: 0;
}

.btn span span {
    background-position: top right;
    position: absolute;
    right: -10px;
    margin-left: 10px;
    top: -5px;
    height: 0;
}

* html .btn span,
* html .btn i {
    float: left;
    width: auto;
    background-image: none;
    cursor: pointer;
}

.btn.green {
    background: #69C3F2;
    color: white;
}

.btn.blue {
    background: #FF1100;
}

.btn.pink {
    background: #cc0000;
}

.btn:hover {
    background-color: #90d040;
}

.btn:active {
    background-color: #FF1100;
}

.btn[class] {
    background-image: url(../img/shade.png);
    background-position: bottom;
}

* html .btn {
    border: 1px double #aaa;
    color: white;
}

* html .btn.green {
    border-color: #2ae;
    color: white;
}

* html .btn.blue {
    border-color: #FF1100;
}

* html .btn.pink {
    border-color: #e1a;
}

* html .btn:hover {
    border-color: #a00;
}

p {
    clear: both;
    padding-bottom: 2em;
}

form {
    margin-top: 2em;
}

form p .btn {
    margin-right: 1em;
}

textarea {
    margin: 2em 0;
}

.btn.menubar {
    display: inline-block;
    float: unset;

}
