/*********Font data*********/

dt { font-weight: bold; }

#glossary .headerSection { font-weight: normal; }

#glossary .horizList li { font-weight: bold; }

/* Size data */

#glossary .headerSection {
	height: 1.5em;
	line-height: 1.5em;
}

#glossary a { line-height: normal; }

/*********Layout data*******/
#glossary .horizList li { margin-left: 3px; }
dd { margin-bottom: 1em; }
h4 { margin-top: 2em; }
#glossary a { text-decoration: underline; }
#glossary h4 a { text-decoration: none; }
#glossary dt a { text-decoration: none; }
/***/

#glossary h4 {
	height: 100%; /* NOTE: IE Fix */
	border-width: 1px 0px;
	border-style: solid;
}