@charset "utf-8";
/* CSS Document */

html {
	overflow-y:scroll;
}

body {
	color:#000;
	font-weight:bold;
	font-size:14px;
}

.red {
	color:#F00;
}

.purple {
	color:#7F00FF;
}

.address {
	font-weight:bold;
	font-size:18px;
}

#links_button {
	float:left;
	text-align:center;
	display:block;
	width:154px;
	overflow:hidden;
	}

#links_button:hover {
	display:block;
	text-indent:-154px;
	}

#links_page {
	float:left;
	text-align:center;
	display:block;
	width:154px;
	text-indent:-154px;
	overflow:hidden;
	}

.search {
	color:#000;
}

a.links:link {
	color:#000;
}

a.links:visited {
	color:#000;
}

.links_top {
	font-size:18px;
}

a.footer:link {
	color:#000;
}

a.footer:visited {
	color:#000;
}

.footer {
	color:#000;
	font-size:10px;
}

.normal {
	font-size:14px;
}

.table_border {
	border-color:#8606FC;
}