<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">ol, ul {
	// 	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
  margin-top: 5; //10px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: #333333;
  background: #d1e3e1;  /* #cddbdc 205   219  220 */ /* 209 227 225 */
}


bodyXX {

	font-family:"HelveticaNeue-Light","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 0.95em;
        line-height: 1.3em;
	color:#454444;
	
	// font-weight:200;
	
	background: #d1e3e1;  /* #cddbdc 205   219  220 */ /* 209 227 225 */
        padding: 0;
        margin-top: 15px;


}
a {
	color: blue;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}


p {
	margin: 0.7em 1em 18px;


}
img {
	border: none;
}


input {
	vertical-align: middle;
}

#wrapper {
	min-width: 700px;
	max-width: 1000px;
	margin: 0 auto;
	background: #f0f0f0; 
	/* border:2px solid #ccc;  */
	/* border-color:#efefef #ccc #ccc #efefef; */

}


/* Header
-----------------------------------------------------------------------------*/
#header {
   border-bottom: solid 1px lightgray; //#b6cf60 1px; 
   
   
   background: #fff url('./imgs/cigrasp_logo_sm.png') no-repeat 1% 45%;
}



/* Middle
-----------------------------------------------------------------------------*/
#middle {
	border-left: 0px solid  #fff; 
	border-right: 0px solid #fff; 
	height: 1%;
	position: relative;
	background: #fff;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	background: #fff;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
	margin-right: -100%;
	background: #fff;
}
#content {
	padding: 0 20px;
	background: #fff;
	/* border: solid 1px red; */ 
}


/* Sidebar Left
-----------------------------------------------------------------------------*/
#sideLeft {
	float: left;
	width: 0px;  /* 150px; */
	position: relative;
	background: #fff;
	left: 0px;  /* -150px; */
        
}


/* Sidebar Right
-----------------------------------------------------------------------------*/
#sideRight {
	float: right;
	margin-right: -0px; /* -300px */
	width: 0px;  /* 300px */
	position: relative;
	background: #fff; 
	/* border: solid -1px red; */
	padding-right: 10px;
	padding-top: 3px;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
        border-top: solid 1px lightgray; // solid #b6cf60 1px;
	background: #fff;
	}</pre></body></html>