<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
* {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
}

body {
	background: #F2EEEE;
	color: #000000;
	margin: 0px auto;
	text-align: center;
}

img {
	border: 0px none;
}

h3 {
	margin-bottom: 0.5em;
	padding: 3px 0px 0px 15px;
	font-size: 16px;
	color: #330000;
	border-left: 10px solid #465B67;
	border-top: 1px solid #465B67;
	background: #F8F8EE;
	width: 555px;
	letter-spacing: 0.25em;
}

a {
	color: #3333cc;
}
a:visited {
	color: #3333cc;
}
a:hover {
	color: #3333cc;
	background-color: #EEEEFF;
}

/******************************************************************************/

#header {
	width: 780px;
	height: 169px;
}

/******************************************************************************/

#wrapper {
	background: #FFFFFF;
	width: 780px;
	margin: 0px auto;
	text-align: center;
	border-left: 5px solid #FFFFFF;
	border-right: 5px solid #FFFFFF;
}

#wrapper .pagetop {
	position: absolute;
	top: -999px;
}

/******************************************************************************/

#menu {
	float: left;
	text-align: left; 
	width: 190px;
	padding-right: 10px;
}

#menu ul {
	list-style-type: none;
	margin-bottom: 20px;
}

#menu li {
	margin-bottom: 2px;
	height: 35px;
}

#menu a {
	display: block;
	width: 175px;
	padding-left: 15px;
	height: 25px;
	padding-top: 10px;
	color: #004685;
	font-weight: bold;
	background: url(menu_c.gif) no-repeat left top;
	text-decoration: none;
}
#menu a:visited {
	color: #004685;
}
#menu a:hover {
	color: #cc3333;
	background: url(menu_s.gif) no-repeat left top;
}

#menu a.s {
	color: #3333cc;
	background: url(menu_s.gif) no-repeat left top;
}
#menu a.s:visited {
	color: #3333cc;
}

#menu div {
	font-size: 12px;
	padding-left: 1em;
}

/******************************************************************************/

#maincontent {
	float: right;
	width: 580px;
	text-align: left;
}

#maincontent .box1 {
	width: 578px;
	text-align: center;
	color: #FF0000;
	font-weight: bold;
	border: 1px dashed #999999;
	padding: 1em 0px;
	margin-bottom: 0.5em;
}

#maincontent .box2 {
	width: 550px;
	padding: 10px 1em;
	border: 1px dashed #999999;
	margin-bottom: 0.5em;
	background: #FAFAFA;
}

#maincontent .box2 tr {
	vertical-align: top;
}

#maincontent .box2 td {
	vertical-align: top;
	line-height: 200%;
	padding-right: 10px;
}

#maincontent td.th {
	font-weight: bold;
	width: 60px;
}

#maincontent div.text {
	width: 560px;
	padding: 5px 10px 10px 10px;
	line-height: 175%;
	border-bottom: 1px dotted #CCCCCC;
	margin-bottom: 1em;
}

#maincontent div.list {
	width: 560px;
	padding: 5px 10px 10px 10px;
	border-bottom: 1px dotted #CCCCCC;
	margin-bottom: 1em;
}

#maincontent div.contact {
	width: 560px;
	padding: 5px 10px 10px 10px;
	line-height: 200%;
	letter-spacing: 0.1em;
	border-bottom: 1px dotted #CCCCCC;
	margin-bottom: 1em;
}

#maincontent .list li {
	list-style-image: url(li.jpg);
	margin-left: 1.5em;
	margin-bottom: 1em;
}

#maincontent .mb1 {
	margin-bottom: 1em;
}

#maincontent .spc2 {
	letter-spacing: 2em;
}

#maincontent .fs18 {
	font-size: 18px;
}
#maincontent .fs26 {
	font-size: 26px;
}

/******************************************************************************/

#program table {
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	width: 580px;
}

#program td {
	line-height: 200%;
	padding: 0.5em 0px 0.5em 1em;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

#program td.bg1 {
	background: #EEF8EE;
	letter-spacing: 0.2em;
}

#program div.title {
	letter-spacing: 0.1em;
}

#program div.name {
	margin-top: 5px;
	margin-left: 2em;
	letter-spacing: 0.1em;
}

/******************************************************************************/

#footer {
	clear: both;
	width: 780px;
	color: #5C4343;
	background: #F8F8EE;
	border-top: 1px solid #465B67;
	border-bottom: 1px solid #465B67;
	text-align: center;
	font-size: 12px;
	height: 27px;
	line-height: 27px;
	letter-spacing: 0.1em;
}

/******************************************************************************/

#form div {
	margin-bottom: 10px;
}

#form table {
	width: 580px;
	margin-bottom: 20px;
	border: 0xp none;
	border-collapse: collapse;
}

#form td {
	background: #FFFFFF;
	padding: 10px 5px 10px 10px;
	font-size: 14px;
	border: 1px solid #FFFFFF;
	line-height: 150%;
}

#form td.h {
	width: 105px;
	background: #EEF8EE;
	font-weight: bold;
}

#form td.d {
	background: #F8F8F8;
}

#form div.ml {
	margin-left: 8em;
}

/******************************************************************************/

.img-l {
  float: left;
}

.img-r {
  float: right;
}

.img-c {
  clear: both;
}

.txt-r {
  text-align: right;
}

.tbl-t {
  line-height: 200%;
}

.bold {
  font-weight: bold;
}

.red {
  color: #ff0000;
}
.brw {
  color: #663333;
}
.blue {
  color: #003399;
}

</pre></body></html>