<!--
body {
	font-size: 12px;
	line-height: 18px;
	margin: 0px; padding: 0px;
	color: #333333;
	background-color: #9D8484;
	background-image: url(index_img/bg.gif);
	background-repeat:repeat-x
}
h1 {
	font-size: 12px;
	width: 400px;
	color: #000000;
	margin-bottom: 0px;
	height: px;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #8B0000;
	text-decoration: underline;
}
a:active {
	color: #333333;
	text-decoration: none;
}
	.border {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DCDCDC;
	
}

-->