.bulletinbox {
	background-color: #F4F2E5;
	border-top: none;
	border-right: 8px solid #FFFFFF;
	border-bottom: 11px solid #FFFFFF;
	border-left: 8px solid #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 48px;
	font-style: italic;
	color: #CCCCCC;
	text-align: right;
	padding-right: 20px;
}
.underline {
	border-bottom-width: medium;
	border-bottom-style: dotted;
	border-bottom-color: #993333;
}
.norepeat {
	background-repeat: no-repeat;
	background-position: bottom;
}
