@charset "utf-8";
/* CSS Document */

.MainText {
	font-family: Arial;
	font-size: 12px;
	color: #6B6C70;
}
.MainTextBoldGreen {
	font-family: Arial;
	font-size: 12px;
	color: #3CB54B;
	font-weight: bold;
}
a:link {
	color: #009900;
}
a:hover {
	color: #999999;
}
a:visited {
	color: #009900;
}
