.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_dot.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 70px;
}
