/* CSS Document */

#programtitle {
	font-size: 12px;
	font-weight: bold;
	color: #003366;

}

.photo_staff {      
	float: left;
	margin-right: 3px;
	margin-bottom: 0px;
	border: 1px solid #003366;
}


.photo_staff2 {      
	margin-right: 3px;
	margin-bottom: 0px;
	border: 1px solid #003366;
}

/* ::!! IMPORTANT !!::  staff_name class is not only used for the name of the staff.
          Used throughout AHT to bold and color text.  ie: section titles.   */
.staff_name {                /* read above info please */
	font-weight: bold;
	color: #003366;
}
/* ------------------- WARNING.   READ COMMENT ABOVE.  ----------------------------- */
