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

.bold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
}
.GreenBold {
	color: #009900;
	font-weight: bold;
}
.GreenBoldLarge {
	color: #009900;
	font-weight: bold;
	font-size: 16px;
}
.BlueBold {
	color: #0000FF;
	font-weight: bold;
}
.Blue {
	color: #0000FF;
}
