@charset "utf-8";
a:link {
	color: #990000;
}
a:visited {
	color: #990000;
}
a:hover {
	color: #FF6600;
}
a:active {
	color: #990000;
}
body,td,th {
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	color: #000000;
	text-decoration: none;
	margin-top: 15px;
}
body {
	background-color: #DFD5C7;
	text-align: center;
	text-decoration: none;


	color: #000000;
}
.txtsm {	font-size: small;
}
.ital-sm {
	font-size: small;
	font-style: italic;
}
.bld-txt {
	font-weight: bold;
	font-size: 1em;
}

