<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 */

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #393939;
	font-size: 13px
}

#line {
	height: 25px;
	background: url(img/line.gif) repeat-x;
}

a {
	color: #8C7B57;
	text-decoration: underline;
}

a:hover {
	color: #FA515D;
	text-decoration: none;
}

#top {
	padding: 5px 0 5px 5px;
	float:left;
}

#top2 {
	padding: 15px;
	float:right;
}

#frame {
	width: 85%;
	max-width: 1200px;
	margin:auto;
}

#cent {
	background: url(img/centr.jpg) no-repeat left top;
	height: 264px
}

#line2 {
	background: #393939;
	height: 9px;
	clear: both;
}

#menu li {
	list-style-type: none;
}


#menu a {
padding:7px 0 0 10px;
	text-decoration: none;
	display: block;
	height: 25px;
	color: #393939;
	font-size: 16px;
}

#menu a:hover {
	color: white;
	background: #FE3739;
}

h1 {
	color: #FA515D;
	font-size: 16px
}

h2 {
	color: #FA515D;
	font-size: 14px
}

.copyright {
	font-size: smaller;
	color: gray;
}

#tmenu {
	text-align: center;
}

#tmenu a {
	text-decoration: none;
	margin-right: 10px
}

#tmenu a:hover {
	color: #AF4835;
	text-decoration: underline;
	margin-right: 10px
}

#tmenu ul {
	margin:0;
	padding:0
}

#tmenu ul li {
	display:inline;
	background: url(img/line.gif) no-repeat right;
	margin-left: 10px
}

#claim {
	background: #eeecb7; 
	width: 90%; 
	margin: auto; 
	margin-bottom: 30px; 
	padding-left: 15px; 
	border: 2px dashed #d56a6a;
	color: #505050;
	font-size: 13px;
	text-align: left;
}
</pre></body></html>