@charset "utf-8";
body  {
	font: 100% Times New Roman, Times, serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-size: 14px;

	
}
body,td,th {
	font-family: Times New Roman, Times, serif;
	font-size: 16px;
}
{
	
	background-color: #DFEEEC;
}
a {
	font-family: Times New Roman, Times, serif;
	font-size: 16px;
	color: 234024;
}
a:visited {
	color: #234024;
}
a:hover {
	color: #339900;
}
a:active {
	color: 234024;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Times New Roman, Times, serif;
}
h1 {
	font-size: 24px;
	color: 1a3600;
}
h2 {
	font-size: 18px;
	color: 1a3600;
}
h3 {
	font-size: 16px;
	color: 1a3600;
}

