body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #D6DCC7;
}
.border {
	border: 1px solid #333333;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #D5E1B9;
	padding: 5px;
}
.dottedborder {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #A3BD66;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.padding {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 5px;
}

