body {
	background-color: #8bac64;


}
a:link {
	color: #2B341D;
	text-decoration: none;	
}
a:active {
	color: #FFFFFF;
	text-decoration: underline;	
}
a:visited {
	color: #1F2543;
	text-decoration: none;	
}
a:hover {
	color: #2B341D;
	text-decoration: underline;
}
.generalFont {
	font-family: "MS Sans Serif";
	font-size: 12px;
}
.contentFont {
	font-family: "MS Sans Serif";
	font-size: 14px;
}
.listFont {

	font-family: "MS Sans Serif";
	font-size: 10px;
}
.titleFont {
	font-family: "MS Sans Serif";
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;


}
.dateFont {
	font-family: Verdana;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.greenBox {

	font-family: "MS Sans Serif", Tahoma, sans-serif;
	font-size: 10px;
	background-color: #D5E0C2;
	border: thin solid #708A4A;
	color: #273522;
}
.require {
	color: #FF1C1C;
	font-family: "MS Sans Serif";
	font-size: 14px;

}

