/* CSS1 style sheet for Denis Alder's web site */
BODY {font-family: Tahoma, sans-serif; font-style: normal; font-size: 10pt; color: black;
background: white }
P {font-size: 10pt; margin-bottom: 0; margin-top:0}
P.redline {border-left:thin solid red; padding-left:5;}
P.ref {font-size: 8pt; margin-bottom: 10; margin-top:10; margin-left:50;text-indent: -50;}
P.indent {font-size: 10pt; margin-bottom: 10; margin-top:10; margin-left:30;text-indent: -30;}
P.code {font-family: Courier New, monospace; font-size: 8pt; margin-bottom: 10; margin-top:10; margin-left:50;text-indent: 0;}
P.rbox {float:right; margin-left:10; margin-right:0; font-size: 8 pt; margin-bottom: 0; margin-top:0}
P.lbox {float:left; margin-left:0; margin-right:10; font-size: 8 pt; margin-bottom: 0; margin-top:5}
H1 {font-size: large; font-weight: bold; color: black; text-align: center; margin-bottom: 0; margin-top:0}
H2 {font-size: 14pt; font-style: normal; font-weight: bold; text-decoration: underline; color: 005050; text-align: left; text-indent:0; margin-bottom: 10; margin-top:20}
H3 {font-size: 12pt; font-style: normal; color: 005050; text-align: left; text-indent:0; margin-bottom: 0; margin-top:0; text-decoration: underline; font-weight: bold}
H4 {font-size: 10pt; font-style: bold; color: 005050; text-align: left; text-indent:0; margin-bottom: 0; margin-top:0}
H5 {font-size: 10pt; font-weight: bold; color: black; text-align: center; margin-bottom: 10; margin-top:0}
A:link { color: slateblue ;  text-decoration: underline}       
A:visited { color: seagreen ; text-decoration: underline} 
A:active { color: salmon ; text-decoration: underline}
UL{margin-left: 0; margin-bottom: 0; margin-top:0}
LI{font-size: 11pt; text-indent: 0; list-style: square inside; margin-left: 0}
TD {font-size: 9pt; margin-bottom: 0; margin-top:0; vertical-align: top;}
TD.small {font-size: 8pt; margin-bottom: 0; margin-top:0; vertical-align: top;}
HR .hr-menu{
	border-style: solid;
	border-width: 3px;
	color: hsl(177, 40%, 70%) ;
	width: 1000px
}
HR.short {height: 1; border-style: dotted; color: blue; text-align: left; width:50%;}
.stripes:nth-child(even){background-color: #f1f1f1}
.error {font-weight: bold; color: red;}
B {font-weight: bold}

TEXTAREA {
	resize: both;
	font-size: small;
	height: 100px;
	width: 800px;
}

/* SCTN related styles */
BODY.sctn {font-family: Libre Franklin, sans-serif; letter-spacing: .02em}