@charset "UTF-8";
/* CSS Document */

/* The following styles are custom ThickBox styles */
body  {
	font: 9pt Arial, Helvetica, sans-serif; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	color: #000000;
}
#tbteam_container {
	padding-right:30px; 
	padding-left:30px;
}
#tbteam_container p {
}
#tbteam_container h3 {
	color:#990000;
	font-size: 140%;
}
#tbteam_container img {
	color:#990000;
	margin-right: 10px;
	margin-bottom: 5px;
}
#tbteam_container .quote {
	color:#990000;
	font-style: italic;
	font-weight: bold;
}
.guidelines li {
	padding-bottom: 8px;	
	}