/*  GENERAL  */

a.top-menu:active, a.top-menu:hover {
	color: #fff;
	text-decoration: none;
}

.text-center {text-align: center;}
.text-right {text-align: right;}
.valign-top {vertical-align: top;}
.underline {text-decoration: underline;}
.nowrap {white-space: nowrap;}



/*  DSP_Index  */


.caseList td {
	line-height: normal;
	padding: 0;
	font-size: 10pt;
}

div.container {
	width: 100%;
}

div.caseBy {
	width: 50%;
	float: left;
}

div.listBy {
	width: 50%;
	float: left;
	text-align: right;
	padding-right: 5px;
}

div.caseLeft {
	width: 82%;
	float: left;
}

div.caseRight {
	width: 18%;
	float: left;
	text-align: right;
	padding-right: 2px;
	font-weight: bold;
}

div.definitions {
	margin-top: 10px;
}

.acronyms {
	display: block;
	font-size: 10.5pt;
}