@charset "utf-8";
.textGreen {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #625E03;
	font-weight: bold;
	vertical-align: top;
	text-align: left;
}
.textgrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7A7A7A;
	vertical-align: top;
	text-align: center;
}
.scrollable {
	overflow: scroll;
	position: static;
}
