div.brieftitle {
clear: both;
padding-top: 0;
margin: 0 10px 0 10px;
width: 100%;
/*border: 1px solid gray;*/
}

div.brieftitle h2.left {
float: left;
clear: right;
width: 20%;
text-align: left;
margin-right: 0px;
padding-right: 5px;
margin-bottom: 5px;
display: inline;
/*border: 1px solid blue;*/
}

div.brieftitle h2.right {
float: left;
width: 75%;
text-align: left;
margin-bottom: 5px;
display: inline;
/*border: 1px solid red;*/
}

.smalltext {
	font-size: 80%;
}
th .smalltext {
	font-weight: normal;
}

