@charset "utf-8";
.boxBrown {
	background-color: #7C7654;
	border: thin solid #FFFFFF;
}
.imageFrame {
	border: thin solid #244223;
}
.textMain {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
}
.textRed {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #7E1518;
}
.textMainBold {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
.textMainWhite {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
}
.textMainYellow {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFF00;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #7E1518;
}

