
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ul, ol, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video 
{
	margin: 0pt;
	padding: 0pt;
	border: none;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section 
{
	display: block;
}

ul
{
	list-style: none;
}

ol
{
	list-style-type: decimal;
}

blockquote, q 
{
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after 
{
	content: '';
	content: none;
}

table 
{
	border-collapse: collapse;
	border-spacing: 0;
}

sup
{
	font-size: 80%;
	vertical-align:super;
}

sub
{
	font-size: 80%;
	vertical-align:sub;
}

b
{
	font-weight:bold;
}
body
{
	background-color:white;
}


html
{
	margin: 3pt 3pt 3pt 3pt;
}

body 
{
	font-family: Georgia,Times,serif;
	font-family: Consolas;
	font-family: 'Segoe UI';
	font-family: 'Verdana';
	font-family: 'Bahnschrift';
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
	font-family: 'Verdana',Ebrima,'MS Sans Serif';
	font-family: Arial, sans-serif;
	font-size: 100%;
	font-family: 'MS Sans Serif';
	font-family: 'Microsoft Sans Serif';
	text-align: justify;
	text-align: start;
}

ul
{
	list-style-type: disc;
	padding: 0em 0em 0em 2.5em;
}
ul.plain
{
	list-style-type: none;
}

ol
{
	list-style-type:decimal;
	padding: 0em 0em 0em 2.5em;
}

ol.alpha
{
	list-style-type:lower-alpha;
}
ol.roman
{
	list-style-type:lower-roman;
}

li
{
	padding-top: 0.15em;
	padding-bottom: 0.30em;
}

i
{
	font-style: italic;
}

figcaption
{
	font-weight: bold;
	padding-top: 0.4em;
	padding-bottom: 0.6em;
}

div#wrapper 
{
	position:relative;
	top:0pt;
	margin:auto;
	padding:8pt;
	height:auto;
	width:600pt;
 	box-shadow: 0pt 0pt 8pt #707070;
}

div.FlexColumn
{
	border:thin;
	border-color: gray; 
	border-style: solid; 
	padding: 10px; 
	display: flex; 
	align-items: center; 
	justify-content:flex-start; 
	flex-direction: column;
}

div.FlexTable
{
	display: flex;
	align-items: center;
	justify-content: center;
	height:auto;
	page-break-inside: avoid;
}

embed
{
	height:auto;
	overflow: visible;
	page-break-inside: avoid;
}


h1
{
	font-size: 1.5em;
	margin-top: 0em;
	margin-bottom: 0.8em;
	margin-left: 0pt;
	margin-right: 0pt;
	line-height: 1.4;
	font-weight: normal;
	font-family: "Linux Libertine",Georgia,Times,serif;
}

h2 
{
	font-size:1.3em;
	margin-top:1.0em;
	margin-bottom:0.6em;
	margin-left: 0pt;
	margin-right: 0pt;
	line-height: 1.3;
	font-weight:normal;
	font-family:"Linux Libertine",Georgia,Times,serif;

	padding-bottom: 2pt;
	border-bottom:darkgray solid thin;
}

h3 
{
	font-size:1.2em;
	margin-top:1.0em;
	margin-bottom:0.6em;
	margin-left: 0pt;
	margin-right: 0pt;
	font-weight:normal;
	line-height: 1.3;
	font-family:"Linux Libertine",Georgia,Times,serif;
}

h4
{
	margin-top:0.5em;
	margin-bottom:0.3em;
	font-size:1.05em;
	font-weight:normal;
	font-family:"Linux Libertine",Georgia,Times,serif;
}

/* h1#Dummy 
{
	color:rgb(160,160,160);
	color:rgb(224,224,224);
	color:#FfFfFf;
	color:#000000;
} */


p
{
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 0pt;
	margin-right: 0pt;
	line-height: inherit;
}

p.continue
{
	margin-top: 0.0em;
	margin-bottom: 0.0em;
}

p.fine
{
	line-height: inherit;
	font-size: 0.9em;
	margin-top: 0.3em;
	margin-bottom: 0.5em;
}


p.code, code
{
	font-family: 'Lucida Console','Courier New', monospace;
}

p.code
{
	padding-top: 8pt;
	padding-bottom: 8pt;
	padding-left: 5pt;
	
	border-width: 1pt;
	border-color: rgb(224,224,224);
	border-style: solid;

	white-space:pre;
}



em.comment
{
	color: gray;
	font-family:"Courier New",monospace;
}

em.i
{
	font-style: italic;
}

em.b
{
	font-weight: bold;
}

em.more
{
	color:#202020;
	font-size: 0.65em;
}

em.sub
{
	font-size: 0.75em;
	vertical-align:sub;
}

em.super
{
	font-size: 0.75em;
	vertical-align:super;
}

table.std
{
	border-collapse: collapse;
	margin: 1.2em 0em 1.2em 0em;
	padding: 0em 0em 0em 0em;
}

table.std td, table.std th
{
	padding: 0.25em 0.6em 0.2em 0.6em;
	
	background-color: rgb(248,248,248);

	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: rgb(160,160,160);
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: rgb(160,160,160);
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: rgb(160,160,160);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgb(160,160,160);

	text-align: left;
}

table.std tr.alt td
{
	background-color: rgb(238,238,238);
}

table.std tr.reg td
{
	background-color: rgb(248,248,248);
}

table.std th
{
	background-color: rgb(227,227,227);
	font-weight: bold; 
}

table.std th.h1
{
	font-weight: bold;
	text-align: left;
	font-style: italic;
	
	padding-top: 0.85em;
	padding-bottom: 0.6em;
	
	background-color: rgb(227,227,227);
}

table.std th.h2
{
/*
	text-align: center;
	font-weight: normal;
 */
	font-weight: bold;
	text-align: left;
	
	padding-top: 0.95em;
	padding-bottom: 0.6em;
	
	background-color:rgb(238,238,238);
}

table.std th.h3
{
	text-align: center;
	font-weight: normal; 
	background-color:rgb(241,241,241);
}

table.std td.narrow
{
	text-align: left;
}

table.std td.check
{
	text-align: center;
}

table.std td.code
{
	text-align: left;
	font-family:"Courier New",monospace;
}

table.std td.audio
{
	text-align: left;
	vertical-align: middle;
	background-color: inherit;
}

iframe.gr
{
	border: none;
	border:darkgray solid 1pt;
	/*width:;	height:;*/
	padding:0pt;
	margin:0pt;
}

div.gr-col
{
	display: flex;	flex-direction: column;
	width:fit-content;	height:fit-content;
	align-items: center; 
	justify-content:flex-start; 
	/*border:red solid 1pt; padding: 4pt;*/
	border:none; padding:0pt; margin:0pt;
}

div.gr-col-box
{
	display: flex;	flex-direction: column;
	width:fit-content;	height:fit-content;
	align-items: center; 
	justify-content:flex-start; 
	border:black solid 1pt;
	padding: 2pt;
	margin: 4pt;
}

div.gr-row
{
	display: flex;	flex-direction:row;
	width:fit-content;	height:fit-content;
	align-items: center; 
	justify-content:flex-start; 
	/*border:red solid 1pt; padding: 4pt;*/
	border:none; padding:0pt; margin:0pt;
}

div.gr-row-box
{
	display: flex;	flex-direction: row;
	width:fit-content;	height:fit-content;
	align-items: center; 
	justify-content:flex-start; 
	border:black solid 1pt;
	padding: 2pt;
	margin: 4pt;
}

div.gr-row-txt
{
	display: flex;	flex-direction: row;
	width:fit-content;	height:fit-content;
	align-items: center; 
	justify-content:flex-start; 
	margin: 4pt;
}

div.gr-row-line
{
	height:fit-content;
	align-self:stretch; 
	border-top: black dashed 1pt;
	border-bottom: 0pt;
	border-left: 0pt;
	border-right: 0pt;
	padding: 0pt;
	margin: 4pt;
}

p.gr
{
	padding:0pt;
	margin:0pt;
	border:none;
	text-align:left;
	line-height: 1.15em;
	font-size: 0.95em;
	font-family: 'Ebrima','MS Sans Serif','Consolas',Arial,Consolas;
}

div.gr-figure
{
	justify-content:stretch;
	align-items:flex-start;
	height:fit-content;

	position:relative;
	top:0pt;
	left:0pt;

	display: flex;	flex-direction: column;
	width:inherit;	height:auto;
	align-items: center; 
	justify-content:flex-start; 
	border:black solid 1pt;
	margin: 0pt;
	padding: 3pt;
	border:darkgray solid 1pt;
	overflow:hidden;
	page-break-inside:avoid;
}


