.bold {
	font-size: 16px;
	font-weight: bold;
}
body {
	background-image: url(images/base.jpg);
	background-repeat: repeat-y;
	background-position: center center;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 1px;
	background-attachment: fixed;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.small {
	font-size: 12px;
}
a:link {
	color: #227F12;
	text-decoration: none;
}
a:hover {
	color: #0C3;
	text-decoration: none;
}
.alert {
	color: #F00;
}
.twitter {
	color: #933;
}
.playguide {
	background-image: url(images/plan_base02.gif);
	padding-left: 50px;
}
a:visited {
	color: #C12D12;
	text-decoration: none;
}
.btn {
}
.black_border {
	background-image: url(images/black_dot2.gif);
	background-repeat: repeat-x;
	background-position: center center;
	height: 70px;
}
.image {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	margin-bottom: 10px;
}
.date_back {
	background-image: url(images/date_back.gif);
	height: 20px;
	width: 140px;
	font-size: 10px;
	line-height: 16px;
	color: #FFF;
	background-repeat: no-repeat;
}
.title {
	font-size: 16px;
	font-weight: bold;
	color: #227F12;
}