@charset "UTF-8";

/* CSS Document */


/*glossary Contact Page*/
.glossaryEntryContact {
	background-color: #EBEBDF;
	font-size: 13px !important;
	color: #000000 !important;
	font-weight:bold !important;
	padding: 0 0 0 33px !important;
	background-repeat: no-repeat;
	background-position: 5px 6px;
	margin: 0 0 4px 0 !important;
}

.glossaryEmergEntryContact {
	background-color: #D00000;
	font-size: 13px !important;
	color: #000000 !important;
	font-weight:bold !important;
	padding: 0 0 0 33px !important;
	background-repeat: no-repeat;
	background-position: 5px 6px;
	margin: 0 0 4px 0 !important;
}


#nobullet ul
 {
 list-style-type: none;
 }