@charset "utf-8";
.boldtext {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-align: left;
}
.redcount {
	font-family: Arial;
	color: #FF0000;
}
.bluecount {
	font-family: Arial;
	color: #0000FF;
}
.greencount {
	font-family: Arial;
	color: #009900;
}


.updatemessage {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	top: 300px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	text-align: center;
}
.navigation {
	font-family: Arial;
	font-weight: bold;
	color: #333333;
	text-align: center;
	font-size: 14px;
}
.articlecontainer {
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	position: relative;
	width: 500px;
	top: 50px;
	margin-left: auto;
	margin-right: auto;
	line-height: 150%;
	text-align: justify;
}
