.mainbase {
	background-image: url(/store/images/grand_base.png);
	background-repeat: repeat-y;
	background-position: center top;
}
body {
	background-image: url(/store/images/background.gif);
	background-repeat: repeat;
	background-position: center center;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 1px;
}
.small {
	font-size: 12px;
}
.btn {
}
.large {
	font-size: 16px;
	line-height: 26px;
}

.topic {
	color: #00b8d9;
	font-weight: bold;
	letter-spacing: 2px;
	padding-top: 20px;
}
a:link {
	color: #00b8d9;
	text-decoration: none;
}
.topic_title {
	color: #F90;
	font-size: 16px;
	font-weight: bold;
}
a:hover {
	color: #FC0;
}
a:visited {
	color: #00b8d9;
	text-decoration: none;
}
