td,th {
    font-family: Verdana, sans-serif;
    font-size: 12px;
	font-weight: bold;
}
div {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	
}

/*Provides required and default style for all popup divs. 
 * These styles can be overridden with an id style (see #TelephonicCounseling below)
 * 
 */
.popup {
	position:absolute;
	background-color:#99DAF6;
	visibility: hidden;
}
.popup_contents {
	margin-left:10px;
	margin-right:10px;
}
img
{  border-style: none;
}

/* Add id styles like this # indicates where id matches following
 * To override .popup just put same style here. 
 */
#TelephonicCounseling {
	/*width:300px;
	height:300px;*/
}
