/* COMMON SEMANTICS */
ACRONYM, ABBR { font-style: italic; border: none; text-decoration: none; }
STRONG { font-weight: bold; }
EM { font-style: italic; }
TABLE { border-collapse: collapse; }
TH {  text-align: right; }
TH, TD { padding: .5em; vertical-align: top; }
DT { margin-top: .5em; font-weight: bold; }
DD { margin-left: 0; padding-left: 0; margin-bottom: 1em; }
P  { margin: 1em 0; }
UL, OL { margin-left: 1em; padding-left: 1em; }
OL OL, UL UL { margin-top: 1em; }
PRE, CODE { display: block; background-color: white; border: 1px solid #999; padding: 0.5em; margin: 1em 0; color: #666; font: 1.2em monospace; }
BLOCKQUOTE { display: block; border-left: 1px dotted #666; }
H1, H2, H3 { margin: 0.5em 0; }

/* COMMON LINKS */
A { color: #9B1419; font-family: monospace; text-decoration: none; }
A IMG { border: none; }
#content A:after { content: " (" attr(href) ") "; }

/* GENERAL CLASSES */
.left   { float: left; margin-right: 1em; }
.right  { float: right; margin-left: 1em; }
.center { text-align: center; margin-left: 1em; margin-right: 1em; }
.block  { text-align: justify; }
.small  { font-size: smaller; line-height: 1.3em; }
.large  { font-size: larger; line-height: 1.3em; }
.hide   { display: none; }
.clear  { clear: both; }

BODY { font-size: 12pt; font-family: Tahoma, Helvetica, sans-serif; line-height: 1.5em; }

/* OTHER */
#top      { display: none; }
#bottom   { display: none; }
#header   {}
#left     { display: none; }
#right    { display: none; }
#content  { clear: both; }
#logo IMG { border: none; }
#nav_help { display: none; }
#nav_lang { display: none; }
