<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
object{
	outline: none;
}

body {
	margin: 0px;
	padding: 0px;
	width:900px;
	background-color:#DFF2FC;
	background-repeat: repeat-x;
}
p1 {
	font-size:1.5em;
}

h1 {
	margin: 0px;
	padding: 0px;
	font-size: 1em;
}

h2 {
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 3em;
	
}
h3 {
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	font-size: 3em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	color: #669933;
	margin-top: 18px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}
h4 {
	color: #000;
	font-size: 3em;
	margin-bottom: 50px;
	padding: 0px;
	background-color: #c5e7fa;
	width: 450px;
}
h5 {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	font-size: 3em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	color: #004898;
	margin-top: 18px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}
h6{
	font-size:14px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	}


p {
	font-size: 0.75em;
	line-height: 160%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	text-align: justify;
}
ul {
	font-size: 3em;
	line-height: 160%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	list-style-position: outside;
	list-style-type: circle;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 1.5em;
}
ol {
	
	line-height: 160%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	list-style-position: inside;
}
table {
	border-collapse:collapse;
	font-size: 0.75em;
	border: 1px solid #677e86;
	margin-bottom: 6px;
}
th {
	padding: 0.5em;
	background-color: #eff4f5;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	line-height: 140%;
}
td {
	padding: 0.5em;
	text-align: left;
	line-height: 140%;
	vertical-align: top;
}

strong {
	font-weight: bold;
}
a {
	overflow:hidden;
	outline:none;
}
a img {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a:link {
	color: #10206c;
}
a:hover {
	color: #669933;
}

#rogo {
	float: left;
	width: 60%;
	
}
#top {
	width:890px;
	height:auto;
	margin-left:35px;
	
	
}



	
#top2 {
	width:901px;
	height:auto;
	background:#FFF;
	font-size:2em;
	
}

#top2 img{
	float:left;
	margin:0;
}
span.sample1 {font-size: 3em; }
</pre></body></html>