body, div, p, td, input, textarea, select, a{
font:13px/1.5 Georgia, "Times New Roman", Times, serif;
color:#000;
}

body {
background: #85937c;
}

body, div, td {
margin: 0px;
padding: 0px;
}

p {
padding: 0px;
margin: 5px 0px;
}

img {
border-style: none;
}

td {
vertical-align: top;
}

a:link, a:active, a:visited {
text-decoration: none;
color: #000000;
}

a:hover {
text-decoration: underline;
color: #1e221c;
}

a.menu:link, a.menu:active, a.menu:visited {
text-decoration: none;
color: #bdcbad;
font-size: 11px;
}

a.menu:hover {
text-decoration: none;
color: #f7fbe7;
font-size: 11px;
}

a.arrow:link, a.arrow:active, a.arrow:visited {
text-decoration: none;
font-weight: bold;
color: #000000;
padding-left: 14px;
background-image: url(../img/arrow.gif);
background-repeat: no-repeat;
background-position: 0px 3px;
}

a.arrow:hover {
text-decoration: underline;
font-weight: bold;
color: #1e221c;
padding-left: 14px;
background-image: url(../img/arrow.gif);
background-repeat: no-repeat;
background-position: 0px 3px;
}

ul.menu {
list-style-type : none;
margin: 0px;
padding: 0px;
}

ul.menu li {
display: inline;
}

ul.menu li.spacer {
padding: 0px 2px;
color: #bdcbad;
}

h2.header {
text-transform: uppercase;
font-size: 12px;
padding: 0px;
margin: 10px 0px;
}

h2.white {
text-transform: uppercase;
font-size: 14px;
padding: 0px;
margin: 20px 0px;
color: #ffffff;
}

h2.bold {
font-size: 14px;
font-weight: bold;
padding: 0px;
margin: 10px 0px;
}

h2.th {
font-size: 14px;
font-weight: bold;
padding: 5px;
margin: 0px;
text-align: center;
background-color: #d6dfd1;
}

hr {
color: #d0dacc;
background-color: #d0dacc;
height: 1px;
border-style: none;
}

.textleft {
text-align: left;
}

.textcenter {
text-align: center;
}

.textright {
text-align: right;
}

.vtop {
vertical-align: top;
}

.vmiddle {
vertical-align: middle;
}

.vbottom {
vertical-align: bottom;
}

.p2 {
padding: 2px;
}

.p5 {
padding: 5px;
}

.p10 {
padding: 10px;
}

.m5 {
margin: 5px;
}

.m10 {
margin: 10px;
}

.mbt10 {
margin: 10px 0px;
}

.mt20 {
margin: 20px 0px 10px 0px;
}

.mlr10 {
margin: 0px 10px;
}

.inside {
margin-left: 14px;
}

.near {
margin: 0px;
padding: 0px;
}

.block {
display: block;
}

.inline {
display: inline;
}

.rel {
position: relative;
}

.abs {
position: absolute;
}

.button {
border: 2px solid #d0dacc;
font-weight: bold;
font-size: 13px;
cursor: pointer;
color: #000000;
background-color: #a1b599;
}

.border {
border: 1px solid #d0dacc;
}

.greenborder {
border: 2px solid #a1b599;
}

.vborder {
border-left: 1px solid #a1b599;
}

.hborder {
border-top: 1px solid #a1b599;
}

.whitebg {
background-color: #fdfffc;
}

.green {
color: #576f4c;
}

.mb10 {
margin-bottom: 10px;
}

.frame {border:2px solid #cde2bc;}
