@charset "utf-8";
.LightBrown {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #663300;
	background-color: #FFF;
	text-align: left;
}
.BrownBorders {
	font-family: "Times New Roman";
	font-size: medium;
	font-style: normal;
	color: #663300;
	height: auto;
	width: auto;
	padding: 0px;
	margin: 0px;
	border: thin solid #663300;
	text-align: center;
}

.Subtitle {
	font-family: "Times New Roman";
	font-size: large;
	color: #663300;
	text-decoration: underline;
	font-weight: bold;
	text-align: center;
}
.Smallbrown {
	font-family: "Times New Roman";
	font-size: x-small;
	color: #663300;
}
.RightSideBorder {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #663300;
}
.MedBrown {
	font-family: "Times New Roman";
	font-size: 14pt;
	color: #630;
	text-align: center;
}
.NormalBrown {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-style: normal;
	color: #630;
	text-align: left;
}
