#top, #header, #box01, #box02, #box03, #box04, #supporters, #menu2, #subheading { display: none; }

TABLE { width: 100%; }
TABLE TH { line-height: normal; border: solid #aaa; border-width: 1px 0; padding: 4px 10px; font-weight: bold; }
TABLE TD { line-height: normal; border: solid #eee; border-width: 1px 0; padding: 4px 10px; }
TABLE TD P.heading { margin: 0; font-weight: bold; }
TABLE TD P.heading A { text-decoration: none; }
TABLE TD P.heading A:hover { text-decoration: underline; }
TABLE TD P.lead { margin: 0; padding: 3px 0 5px 0; }
TABLE TD P.lead A { text-decoration: none; }
TABLE TD P.lead A:hover { text-decoration: underline; }

TABLE.form TH { line-height: normal; width: 30%; padding: 5px 10px 5px 10px; border-color: #eee; }
TABLE.form TD { line-height: normal; width: 70%; padding: 1px 10px 1px 10px; }
TABLE.form TD.data { padding: 5px 10px; font-weight: normal; }
TABLE.form IMG,
TABLE.form INPUT,
TABLE.form SELECT { vertical-align: middle; }
TABLE.form .max { width: 310px; }
TABLE.form .default { width: 210px; }
TABLE.form .min { width: 60px; }
TABLE.form INPUT.max,
TABLE.form TEXTAREA.max { width: 304px; }
TABLE.form INPUT.default,
TABLE.form TEXTAREA.default { width: 204px; }
TABLE.form INPUT.min,
TABLE.form TEXTAREA.min { width: 54px; }
TABLE.form TH.subheading { text-align: center; color: #fff; padding: 5px 10px; }
TABLE.form A { color: #777; text-decoration: underline; }
TABLE.form A:hover { color: #e40000; }

/* News */

UL.news { margin: 1em 0 0 0; padding: 0; line-height: normal; list-style: none; border-bottom: 1px solid #eee; }
UL.news LI { display: inline; padding: 0; margin: 0; background: none; }
UL.news A { text-decoration: none; }
UL.news A:hover { text-decoration: underline; }
UL.news P { margin: 0; padding: 0; }
UL.news P.heading { font-weight: bold; border-top: 1px solid #eee; padding: 5px 0; }
UL.news P.lead { line-height: 15px; margin: 0; padding: 0 0 5px 0; }
UL.news SPAN.date { color: #aaa; font-weight: normal; margin: 0 0 0 10px; float: right; }

/* Fix for ff2 */
.clear { overflow: visible !important; }
.col { overflow: visible !important; }
*:first-child+HTML .clear { overflow: hidden !important; }
*:first-child+HTML .col { overflow: hidden !important; }
* HTML .col { overflow: hidden; }
.clear:after { content: "."; display: block; clear: both; height: 0; font-size: 0.1em; line-height: 0; }