
.variableName {
    font-weight: bold;
    font-size: 12pt;
}

.variableLabel {
    font-weight: bold;
    font-size: 11pt;
    margin-bottom: 5px;
}

.optionColumn {
    width: 220px;
    float: left;
}


.viewOptions {
    margin-left: 75px;
		margin-bottom: 50px;
}

#general_comp {
	width:650px;
}

#general_comp > p:first-child {
	margin-top: 0; /* Get rid of the blank line right after "Comparability -- General" */
	
}
.docSectionHeader {
    font-weight: bold;
    font-size: 10pt;
    margin-top:10px;
}

.docSection {
    width: 650px
}

.horizontalRow {
    width: 650px;
	text-align: left;	/* for IE */
	margin-left: 0; /* for FF */
    border: 1px solid #000066;
}


.docSection ul{
  margin-top: 5px;
  margin-bottom: 5px;
}

ul#universe {
	list-style-type: none;
}

ul#weights {
	list-style-type: none;
}

ul#availability > li {
	list-style-type: none;
}

ul#integrated > li {
	list-style-type: none;
}
