@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* 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-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #CFE9A4;
}


td.infotxt {
	border: 1px solid #FFFFFF;
	background-color: #8EBB5B;
	vertical-align: top;
	padding: 5px;
	font-size: .9em;
}



h3{
	font-size: 1.2em;
	color: #FFFF33;
	font-style: normal;
}
h4{
	font-size: 1em;
	color: #1C51AB;
}
