<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.3;
	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: 20px;
    font-weight: bold;
	line-height: 1.3;
	color: #474747;
	text-align: center;
}


.dottedborder{
	max-width: 800px;
    width:80%;
	margin: 0 auto;
	padding: 10px 40px 10px 40px ;
	background: #F0F0F0;
	border:2px dotted #C2C5D3;
	color: #fff;
	
}
.table-container {

    	margin: 0 auto;
    width: 100%; /* Table takes up the full width of its parent */
max-width: 890px;    
}
table {
  width: 890%; /* Table takes up the full width of the container */
  max-width: 890px; /* Ensures the table doesn't overflow the container */
  display: block; /* Needed for proper scrolling behavior */
}

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