@charset "utf-8";

/* GLOBALS */
html, body { height: 100%; }
body, fieldset, h1, form { margin: 0; padding: 0; border: none; }

td, input, textarea { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #a2aa9d; line-height: 15px; }
h1 { font-family: "Trebuchet MS", Arial, sans-serif; font-size: 19px; font-weight: normal; color: #a4aa9a; }

ul.inline { list-style-type: none; margin: 0; padding: 0; }
ul.inline li { display: inline; }

ul#submenu { margin: 5px 10px 5px 0px; }


/* LINKS */
a:link { color: #d3c096; text-decoration: underline; }
a:active { color: #d3c096; text-decoration: underline; }
a:visited { color: #d3c096; text-decoration: underline; }
a:hover { color: #fff; text-decoration: underline; }

