@charset "utf-8";
.bold {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bolder;
	color: #330;
}
.center {
	background-color: #544737;
	text-align: center;
}
.white {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	color: #FFF;
	text-align: left;
}
right just {
	text-align: right;
}
.regular {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	color: #544737;
}
.letter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}

