/* CSS Document */

/* font style defaults */
body, td, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #4c4c62;
}

a, a:link.link, a:active.link, a:visited.link { font-size: 10px; font-weight: normal; }

#alphaList {
	padding: 5px;
	text-align: center;
	background-color: #DCDCDC;
}

.spacer {
	padding: 3px;
}

/* style for glossary heading */
#glossaryHead {
}

/* alphabet letter styling */
a:link#letterStyle,
a:active#letterStyle,
a:visited#letterStyle {
	color: #003399;
	font-size: 14px;
}

a:hover#letterStyle {
	color: #ff6600;
}

/* alphabet letter heading */

#alphaLetter {
	font-size: 12px;
	background-color: #CCCCCC;
	width: 100%;
	font-weight: bold;
}

.term {
	text-decoration: underline;
	font-size: 11px;
}

.definition {
	font-size: 11px;
}



.bodytext97 {
	font-size: 16px;
	font-weight: bold;
	width: 100%;
	border-bottom: 1px solid #cccccc;
	color: #003399;
}
