<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 */
@charset "utf-8";
/* CSS Document */


#my-body{ margin:0 auto; width:998px; position:relative;}

/* unvisited link */
a:link {
    color: #666;
	text-decoration: underline;
}

/* visited link */
a:visited {
    color: #333;
}

/* mouse over link */
a:hover {
    text-decoration: none;
}

/* selected link */
a:active {
    color: #333;
}

a{ outline:0;}
a img{ border:0;}
.main-image{ border:0;}

.maintext {
	font-family: "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
	font-size: 14px;
	line-height: 1.1;
	color: #474747;
	text-align: left;
}

.maintext2 {
	font-family: "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
	font-size: 15px;
	line-height: 1.1;
	color: #474747;
	text-align: left;
}
.maintext3 {
	font-family: "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
	font-size: 22px;
	line-height: 1.3;
	color: #474747;
	text-align: center;
}

	.horizontal_dotted_line
{
border-bottom: 2px dotted #ccc;
width: 100%;

} 

.dottedborder{
width: 800px;
	margin: 0 auto;
	padding: 0px 30px 0px 20px ;
	background: #F0F0F0;
	border:1px dotted	;
	font-family: "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
	font-size: 14px;
	line-height: 1.3;
	color:#7C7878 ;
	
}</pre></body></html>