body { color: black; font-size: 10px; font-family: Arial, Helvetica, sans-serif, Verdana; line-height: 13px; background-color: #e3e3e3; }
input { width: 100%; }
textarea { width: 100%; }
.yellow { background-color: #ffc425; }
.yellow_tint { background-color: #fff6de; }
.grey { background-color: #b0b6bb; }
.grey_tint { background-color: #eff0f1; }
a:link { font-weight: bold; text-decoration: underline; }
a:visited { color: #747474; font-weight: bold; text-decoration: none; }
a:hover { font-weight: bold; text-decoration: none; }
a:active { font-weight: bold; text-decoration: none; }
.nav { color: white; font-size: 11px; font-weight: bold; padding-left: 4px; cursor: hand; }
a.nav:link { text-decoration: none; }
a.nav:visited { color: white; text-decoration: none; }
a.nav:hover { text-decoration: underline; }
a.nav:active { text-decoration: none; }
.caveat { color: #b0b6bb; font-size: 11px; font-weight: bold; line-height: 16px; padding-right: 6px; }
a.caveat:link { text-decoration: none; }
a.caveat:visited { text-decoration: none; color: #b0b6bb; }
a.caveat:hover { text-decoration: underline; }
a.caveat:active { text-decoration: none; }
.white { background-color: white; }
