body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	color: #006633;
	background-image: none;
	font-weight: bold;
	background-color: #FFFFCC;
}
.caption {
	font-size: small;
	font-style: italic;
	color: #000099;
}
.emp {
	font-size: larger;
	font-weight: bold;
}
.table {
	font-size: medium;
	font-weight: normal;
	color: #990000;
	background-color: #000000;
	vertical-align: top;
	border: none;
	display: block;
}
.box {
	border: thin inset #D4D0C8;
}
.centering {
	text-align: center;
}

