.title {
	text-align: left;
	width: 580px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../club/images/bt_clubtitle.jpg);
	background-repeat: no-repeat;
	height: 24px;
	margin-top: 20px;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	padding-left: 15px;
	padding-top: 5px;
}
.text {
	text-align: left;
	width: 590px;
	margin-right: auto;
	margin-left: auto;
	line-height: 1.5em;
	margin-bottom: 20px;
	margin-top: 20px;
}
.text li {
	display: inline;
	margin-right: 10px;
	list-style-type: none;
}
.text table {
	width: 590px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #FF0000;
	border-left-color: #FF0000;
}
.text th {
	padding: 3px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FF0000;
}
.text td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 7px;
}
.textred {
	text-align: center;
	width: 590px;
	margin-right: auto;
	margin-left: auto;
	line-height: 1.5em;
	margin-bottom: 20px;
	margin-top: 20px;
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
}
.bg_home {
	background-color: #ffd2e9;
}
.bg_grayout {
	background-color: #CCCCCC;
}
.bg_yellow {
	background-color: #FFFFCC;
}
