body, html  { height: 100%; }
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: top;
	background: transparent;
}
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
:focus { outline: 0; }
del { text-decoration: line-through; }
table { border-spacing: 0; }


/*-----------------------*/

body {
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	color:#333;
	text-align:justify;
	text-shadow: 1px 1px 0px #fff;	
	background-color: #ffffff;
	margin: 0;
}

.roboto-<uniquifier> {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

#background {
    width:50%;
	position:fixed;
	top:0;
	right:50%;
    z-index:-1;
	height:100%;
}
.stretch { position:absolute; height:100%; right:350px; }

#background2 {
	width:50%;
	position:fixed;
	top:0;
	left:50%;
    z-index:-1;
	height:100%;
}
.stretch2 { position:absolute; height:100%; left:330px; }

a:link {
	color: #333;
	font-weight: bold;
	text-decoration:underline;
}
a:visited {
	color: #333;
	font-weight:bold;
	text-decoration:none;
}
a:active,
a:hover {
	color: #bd5a35;
	text-decoration:underline;
}
hr {
	border: 0;
	height: 1px;
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
	background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
	background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
	background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
	background-image: linear-gradient(to left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));

}
sub {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
	bottom: -0.25em;
}
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
	bottom: 0.45em;
}
code {
	vertical-align:baseline;
}
.oval {
  font-family: roboto;
  vertical-align: initial;
  position: relative;
}
.oval::before {
  content: "\2022";
}

/*-----------------------*/

table a:link {
	color: #338;
	font-weight: bold;
	text-decoration:none;
}
table a:visited {
	color: #338;
	font-weight:bold;
	text-decoration:none;
}
table a:active,
table a:hover {
	color: #bd5a35;
	text-decoration:underline;
}
table {
	text-align:justify;
	background:#eaebec;
	margin:auto;
	border:#ccc 0 solid;	
	border-radius:5px;
	box-shadow: 0px 8px 10px #d1d1d1;
}
table th {
	padding:9px 15px 10px 15px;
	border:0 solid #fff;	
	background: #ededed;
}
table th:first-child {
	padding-left:10px;
}
table th.HEAD {
	padding:5px 17px 6px 10px;
	background: #cdcdcd;
	font-family: 'Roboto', sans-serif;
	color:#555;
	text-shadow: 2px 2px 0px #eee;
	font-size:22px;
	text-align: left;
	font-weight:bold;
	text-decoration:none;
}
table tr:first-child th:first-child {
	border-top-left-radius:5px;
}
table tr:first-child th:last-child {
	border-top-right-radius:5px;
}
table tr:first-child td:first-child {
	border-top-left-radius:5px;
}
table tr:first-child td:last-child {
	border-top-right-radius:5px;
}
table tr {
	padding-left:10px;
}
table tr td:first-child {
	padding-left:10px;
	border-left: 0;
}
table tr td {
	padding:10px 10px 10px 20px;
	border-top: 1px solid #fff;
	border-bottom:1px solid #e0e0e0;
	border-left: 0 solid #e0e0e0;	/*--SEP--*/
	background: #fcfcfc;
}
table tr:last-child td {
	border-bottom:0;
}
table tr:last-child td:first-child {
	border-bottom-left-radius:5px;
}
table tr:last-child td:last-child {
	border-bottom-right-radius:5px;
}

/*-----------------------*/

ul.sqdoubl {
	list-style-type:square;
	padding:0 0 0 25px;
}
ul.sqsing {
	list-style-type:square;
	padding:0 0 0 25px;
}
ul.cidoubl {
	list-style-type:circle;
	padding:0 0 0 25px;
}
ul.cising {
	list-style-type:circle;
	padding:0 0 0 25px;
}
ul.nodoubl {
	list-style-type:none;
	padding:0;
}
.sqdoubl li{ margin-bottom: 1em; }
.sqsing  li{ margin-bottom: 0em; }
.cidoubl li{ margin-bottom: 1em; }
.cising  li{ margin-bottom: 0em; }
.nodoubl li{ margin-bottom: 1em;margin-top: 1em; }
ol{
	counter-reset: li; 
	list-style: none; 
	*list-style: decimal;
	padding: 0;
	text-shadow: 0px 1px 0px rgba(255,255,255,.5);
	margin-bottom: 1em;
}
.round h1{
	position: relative;
	display: block;
	padding: .4em .4em .4em 2em;
	*padding: .4em;
	margin: .5em 0;
	background: #ddd;
	color: #444;
	text-decoration: none;
	border-radius: .3em;
}
.round h1:before{
	content: counter(li);
	counter-increment: li;
	position: absolute;	
	left: -1.3em;
	top: 50%;
	margin-top: -1.1em;
	background: #fff;
	height: 2em;
	width: 2em;
	line-height: 2em;
	border: 0.1em solid #aaa;
	text-align: center;
	font-weight: bold;
	border-radius: 2em;
}
.round2 h1{
	position: relative;	
	left: 0em;
	top: 50%;
	margin-top: -1.1em;
	background: #fff;
	height: 2em;
	width: 2em;
	line-height: 2em;
	border: 0.1em solid #aaa;
	text-align: center;
	font-weight: bold;
	border-radius: 2em;
}
.round3 h1{
	position: relative;	
	left: -1.2em;
	top: 50%;
	margin-top: -1.5em;
	background: #fff;
	height: 2.3em;
	width: 2.3em;
	line-height: 2.3em;
	border: 0.1em solid #aaa;
	text-align: center;
	font-weight: bold;
	border-radius: 2em;
}
section {
	counter-increment: mycounter;
	position: relative;
	display: block;
	padding: .4em .4em .4em 2em;
	*padding: .4em;
	margin: .5em 0;
	margin-bottom: 1em;
	background: #ddd;
	text-shadow: 0px 1px 0px rgba(255,255,255,.5);
	color: #444;
	text-decoration: none;
	border-radius: .3em;
	font-weight: bold;
}
section:before {
	content: counter(mycounter);
	position: absolute;	
	left: -1.3em;
	top: 50%;
	margin-top: -1.1em;
	background: #fff;
	height: 2em;
	width: 2em;
	line-height: 2em;
	border: 0.1em solid #aaa;
	text-align: center;
	font-weight: bold;
	border-radius: 2em;
}
h2 {
	position:relative;
	margin-left:4em;
	padding: 0.5em 1em 0.5em 1em;
	border-left:5px solid #ee0000;
	background:#ffffef;
	font-weight:normal;
	box-shadow: 0px 4px 5px #d1d1d1;
	
}
.box1 {
	font-family: 'Arial', sans-serif;
	font-weight:bold;
	font-size:12px;
	padding:0 1em 0 1em;
	background-color:#ffff80;
	border: 1px solid #aaa;
	border-radius: 0.25em;
	box-shadow: 0px 1px 2px #d1d1d1;
}
.box2 {
	font-family:"Courier New", Courier, monospace;
	font-weight:normal;
	font-size:12px;
	color:#fff;
	text-shadow:none;
	padding:0 1em 0 1em;
	background-color:#7f7f7f;
	border: 1px solid #aaa;
	border-radius: 0em;
	box-shadow: 0px 1px 2px #d1d1d1;
}
.box3 {
	font-family: 'Roboto', sans-serif;
	font-weight:normal;
	font-size:12px;
	color:#333;
	text-shadow: 1px 1px 0px #fff;
	background-color:#eaebec;
	padding:0em 0.5em 0em 0.5em;
	border: 1px dotted #aaa;
	border-radius: 0em;
}
.box4 {
	font-family: 'Arial', sans-serif;
	font-weight:bold;
	font-size:12px;
	padding:0 1em 0 1em;
	text-shadow: 0px 0px 0px #fff;
	background-color:#fff;
	border: 1px solid #aaa;
	border-radius: 0.6em 0.6em 0 0;
	box-shadow: 0px 1px 2px #d1d1d1;
}

/*-----------------------*/

.ribbon {
	position:fixed;
	bottom:5%;
	width:185px;
	z-index:1500;
	background:rgba(255,50,0,0.6);
	color:white;
	font-size:11px;
	text-align:left;
	text-shadow:none;
	border:solid rgba(255,50,0,0.3);
	border-right:0;
    padding:7px 5px 7px 0;
    box-shadow:0px 1px 3px black;
    border-radius:2em 0 0 1em;
}
