/* HIDE LAYOUT FROM NS4 & EARLIER BROWSERS -------------------------------------------------------------------*/
@import "layout.css";
@import "nav.css";
body { margin: 0; }

h1, h2, h3, h4, h5, h6, p, td, ul, form, input, textarea { font-family: Verdana, Geneva, sans-serif;  }
h1, h2, h3, h4, h5, h6 { font-size: 1.1em; color: #666666; }
p, td, ul, input, textarea { font-size: 0.75em; }

/* THIS RULE FIXES THE TINY TERTIARY MENU (AND THE SECONDARY ONE NOW) */
ul ul { font-size: 1em; }
ul ul ul { font-size: 1em; }

a { color: #fff;  font-weight: normal; text-decoration: none; }
a:hover { color: #C8D4F0; }

.error { color: #900; }

/* CONTENT ------------------------------------------------------------------------------------------------*/

/* FOOTER -------------------------------------------------------------------------------------------------*/