HTML
{
	height:100%;
}
ADDRESS, BLOCKQUOTE, DD, DIV, DL, DT, FIELDSET, FORM, FRAME, FRAMESET, IFRAME, 
NOFRAMES, OBJECT, OL, P, UL, APPLET, CENTER, DIR, HR, MENU, PRE, TABLE
{
	font-size:1em;
}
BODY
{
	display: block;
	padding:0 10px 0 10px;
	margin:0 0 0 0;
	background-color:#FFFFFF;
	border:none;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:70%; 
	line-height:1.3em;
	height:100%;
}
A { color:#000000; text-decoration:none;}
A:hover { color:#000000; text-decoration:none;}
H1	{ display: block; font-family:Georgia, "Times New Roman", Times, serif; color:#821400; font-size: 1.4em; border-bottom: 1px solid #999999; padding-bottom:2px; }
H2	{ display: block; font-family:Georgia, "Times New Roman", Times, serif; color:#821400; font-size: 1.4em; font-weight:normal; }
H3	{ display: block; font-family:Georgia, "Times New Roman", Times, serif; color:#821400; font-size: 1.25em; font-style:italic; }
H4	{ display: block; font-family:Georgia, "Times New Roman", Times, serif; color:#821400; font-size: 1.25em;}
H5	{ display: block; font-family:Georgia, "Times New Roman", Times, serif; color:#821400; font-size: 1em; }
H6	{ display: block; font-family:Georgia, "Times New Roman", Times, serif; color:#821400; font-size: 1em; font-style:italic;}
INPUT, SELECT, OPTION, TEXTAREA
{
	font-size:0.95em;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
}

.numbers {
	text-align: justify;
	width: 700px;
	overflow: hidden;
}
.caption {
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

.footnote { font-size:0.76em; color:#999999; font-family:Arial, Helvetica, sans-serif; }	

B, STRONG  { font-weight: bolder }
LI              { display: list-item }
HEAD            { display: none }
TABLE           { display: table }
TR              { display: table-row }
THEAD           { display: table-header-group }
TBODY           { display: table-row-group }
TFOOT           { display: table-footer-group }
COL             { display: table-column }
COLGROUP        { display: table-column-group }
TD, TH          { display: table-cell }
CAPTION         { display: table-caption }
TH              { font-weight: bolder; text-align: center }
CAPTION         { text-align: center }
BLOCKQUOTE      { margin-left: 40px; margin-right: 40px }
I, CITE, EM,
VAR, ADDRESS    { font-style: italic }
PRE, TT, CODE,
KBD, SAMP       { font-family: monospace }
PRE             { white-space: pre }
BIG             { font-size: 1.17em }
SMALL, SUB, SUP { font-size: .83em }
SUB             { vertical-align: sub }
SUP             { vertical-align: super }
S, STRIKE, DEL  { text-decoration: line-through }
HR              { border: 1px inset }
OL, UL, DIR,
MENU, DD        { margin-left: 40px }
OL              { list-style-type: decimal }
OL UL, UL OL,
UL UL, OL OL    { margin-top: 0; margin-bottom: 0 }
U, INS          { text-decoration: underline }
CENTER          { text-align: center }
BR:before       { content: "\A" }

/* An example of style for HTML 4.0's ABBR/ACRONYM elements */

ABBR, ACRONYM   { font-variant: small-caps; letter-spacing: 0.1em }
:focus          { outline: thin dotted invert }

@media print {
  H1, H2, H3,
  H4, H5, H6    { page-break-after: avoid; page-break-inside: avoid }
  BLOCKQUOTE, PRE { page-break-inside: avoid; }
  UL, OL, DL    { page-break-before: avoid }
}

