h2, h3 {
    margin: 10px 0 0 0;
    font-size: 0.9em;
	font-weight: bold;
}

h3 {
	font-weight: normal;
    margin: 10px 0 0.5em 0;
    font-size: 0.9em;
}

p.grey-background {
    background-color: #ebebea; /* #F3F2F1; */
    padding: 4px 8px;
	color: #606060;
}

span.strong-colored {
    font-weight: bold;
}

table.posleft {
	float: left;
	margin: 0 5px 5px 0;
}

table.posright {
	float: right;
	margin: 0 0 5px 5px;
}

