<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
a:Link.green{font-weight:bold;color:#006027;font-size:14px;}
a:visited.green{font-weight:bold;color:#006027;font-size:14px;}
a:hover.green{font-weight:bold;color:#533A98;font-size:14px;}
a:active.green{font-weight:bold;color:#533A98;font-size:14px;}

a:Link.pp{font-weight:bold;color:#663300;font-size:14px;}
a:visited.pp{font-weight:bold;color:#663300;font-size:14px;}
a:hover.pp{font-weight:bold;color:#533A98;font-size:14px;}
a:active.pp{font-weight:bold;color:#533A98;font-size:14px;}

.titb{font-weight:bold;color:#663300;font-size:14px;}
.titgreen{font-weight:bold;color:#006027;font-size:14px;}
.titblue{font-weight:bold;color:#0F218B;font-size:14px;}
.titp{font-weight:bold;color:#533A98;font-size:14px;}
.text12{
	font-size:12px;
	line-height:18px;
	text-decoration:none;
	font-weight:none;
}
.newi {
  font-size: 0.6rem;
  font-weight: 500;
  line-height: 0.5;
  position: relative;
  display: inline-block;
  padding: 0.3rem 0.7rem;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #fff;
  background-color: #FF0000;
  border-radius: 0.5rem;
}

#top2022 {
	height:40px;
	width: 100%;
	padding:0px;
	display: table;
}
.btn8,
a.btn8,
button.btn8 {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.3;
  position: relative;
  display: inline-block;
  padding: 0.6rem 1.8rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #007DD2;
}

a.btn8-border {
  border: 1px solid #007DD2;
  border-radius: 0;
  background: #fff;

  -webkit-transform-style: preserve-3d;

  transform-style: preserve-3d;
}

a.btn8-border:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 100%;
  content: '';
  -webkit-transition: all .3s;
  transition: all .3s;
  background: #007DD2;
}

a.btn8-border:hover {
  color: #fff;
  background: #007DD2;
}

a.btn8-border:hover:before {
  background: #fff;
}</pre></body></html>