@charset "UTF-8";
a:link {
	color: #393;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #360;
}
a:hover {
	text-decoration: underline;
	color: #099;
}
a:active {
	text-decoration: none;
	color: #3C6;
}
.textBold {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
	color: #000;
}
.textSide {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 17px;
	color: #000;
	margin-top: 4px;
}
/* CSS Document */

.text {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #000;
	margin-top: 8px;
}
