@charset "utf-8";
.textLargeDark {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #59520D;
}
.txtNormal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.txtNormalRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
}
.BoxTopRight {
	border: thin solid #ABD242;
	width: 250px;
	height: auto;
	float: right;
	display:inline-block;
	white-space: normal;
	margin: 5px;
}
.selectedEdit {
	background-color: #CBAD01;
}
.bodyText {
	padding: 10px;
}
.BoxBottomRight {
	border: thin solid #ABD242;
	height: auto;
	float: right;
	display:inline-block;
	white-space: normal;
	margin: 5px;
	background-position: right bottom;
	vertical-align: bottom;
}
.smallNormal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.imageBottomRight {
	float: right;
	display:inline-block;
	white-space: normal;
	background-position: right bottom;
	vertical-align: bottom;
}
.textLargeGreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #009900;
}
.textNormalWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFFFFF;
}
