@charset "UTF-8";

.titleimage{
	display:block;
	margin:0 20px 0 0;
	float:left;
	width:545px;
}
.notes {
	line-height: 2.2;
	font-size: 1.15em;
}
.notes span {
	margin: 0 .25em;
	padding: .25em .5em;
	border-radius: 3px;
    -webkit-border-radius: 3px; 
    -moz-border-radius: 3px;
	background: #c74859;
	font-weight: bold;
	color: #fff;
}
.notes.bottomtxt {
	line-height: 1.7;
}